Sneed-Reactivity/yara-mikesxrs/malc0de/helauto_apt.yar

9 lines
212 B
Text
Raw Permalink Normal View History

rule helauto : apt
{
strings:
$a = "D-o-w-n-l-o-a-d-f-i-l-e%s******%d@@@@@@%d"
$b = "%*s %d %s"
$c = "cmd /c net stop RasAuto"
condition:
filesize < 100KB and (3 of ($a,$b,$c))
}