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

8 lines
170 B
Text
Raw Normal View History

rule longrun : apt
{
strings:
$a = "%s\\%c%c%c%c%c%c%c"
$b = "thequickbrownfxjmpsvalzydg"
condition:
filesize < 300KB and (2 of ($a,$b))
}