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

10 lines
214 B
Text
Raw Permalink Normal View History

rule seasalt : apt
{
strings:
$a = "%4d-%02d-%02d %02d:%02d:%02d"
$b = "upfileok"
$c = "upfileer"
$d = "configserver"
condition:
filesize < 300KB and (4 of ($a,$b,$c,$d))
}