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

9 lines
192 B
Text
Raw Normal View History

rule hacksfase : apt
{
strings:
$a = "!@#%$^#@!"
$b = "Cann't create remote process!"
$c = "tthacksfas@#$"
condition:
filesize < 300KB and (3 of ($a,$b,$c))
}