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

18 lines
310 B
Text
Raw Normal View History

rule AdwareDownloaderA
{
meta:
Description = "Adware.Downloader.A.vb"
ThreatLevel = "5"
strings:
$ = "odiassi" ascii wide
$ = "stavers" ascii wide
$ = "trollimog" ascii wide
$ = "diapause" ascii wide
$ = "UserControl1" ascii wide
$ = "listboxmod01" ascii wide
condition:
all of them
}