14 lines
374 B
Text
14 lines
374 B
Text
|
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
|
||
|
}
|