Sneed-Reactivity/yara-mikesxrs/ballastsecurity/glassrat.yara

11 lines
165 B
Text
Raw Permalink Normal View History

rule glassrat
{
strings:
$a = "PostQuitMessage"
$b = "pwlfnn10,gzg"
$c = "update.dll"
$d = "_winver"
condition:
all of them
}