Sneed-Reactivity/yara-mikesxrs/g00dv1n/Adware.MyWebSearch.yar
Sam Sneed 08e8d462fe OMG ISTG PLS WORK
RED PILL 🔴 💊
2024-07-25 12:43:35 -05:00

17 lines
No EOL
380 B
Text

rule MyWebSearchSample
{
meta:
Description = "Adware.MyWebSearch.vb"
ThreatLevel = "5"
strings:
$ = "t8Setup1.pdb" ascii wide
$ = "t8EIPlug.pdb" ascii wide
$ = "t8EzSetp.pdb" ascii wide
$ = "NPt8EISB.pdb" ascii wide
$ = "Mindspark Interactive Network" ascii wide
$ = "mindspark.com" ascii wide
condition:
any of them
}