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

11 lines
242 B
Text
Raw Permalink Normal View History

rule greencat : apt
{
strings:
$a = "computer name:"
$b = "McUpdate"
$c = "%s\\%d.bmp"
$d = "version: %s v%d.%d build %d%s"
$e = "Ca Incert"
condition:
filesize < 300KB and (5 of ($a,$b,$c,$d,$e))
}