Sneed-Reactivity/yara-mikesxrs/g00dv1n/Adware.Gen.yar

16 lines
276 B
Text
Raw Normal View History

rule AdwareStormWatchSample
{
meta:
Description = "Adware.StormWatch.vb"
ThreatLevel = "5"
strings:
$ = "localstormwatch.com" ascii wide
$ = "StormWatch.pdb" ascii wide
$ = "StormWatch.exe" ascii wide
$ = "ActiveDeals" ascii wide
condition:
any of them
}