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

8 lines
177 B
Text
Raw Normal View History

rule webc2_ausov : apt
{
strings:
$a = "ntshrui"
$b = "Microsoft(R) Windows(R) Operating System"
condition:
filesize < 300KB and (2 of ($a,$b))
}