Sneed-Reactivity/yara-mikesxrs/alienvault/MACROMAIL_APT1.yar

14 lines
374 B
Text
Raw Normal View History

rule MACROMAIL_APT1 {
meta:
author = "AlienVault Labs"
info = "CommentCrew-threat-apt1"
strings:
$s1 = "svcMsn.dll" wide ascii
$s2 = "RundllInstall" wide ascii
$s3 = "Config service %s ok." wide ascii
$s4 = "svchost.exe" wide ascii
condition:
all of them
}