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

10 lines
231 B
Text
Raw Normal View History

rule webc2_greencat : apt
{
strings:
$a = "shell"
$b = "getf/putf FileName <N>"
$c = "kill </p|/s> <pid|ServiceName>"
$d = "list </p|/s|/d>"
condition:
filesize < 100KB and (4 of ($a,$b,$c,$d))
}