15 lines
354 B
Text
15 lines
354 B
Text
|
rule STARSYPOUND_APT1 {
|
||
|
meta:
|
||
|
author = "AlienVault Labs"
|
||
|
info = "CommentCrew-threat-apt1"
|
||
|
|
||
|
strings:
|
||
|
$s1 = "*(SY)# cmd" wide ascii
|
||
|
$s2 = "send = %d" wide ascii
|
||
|
$s3 = "cmd.exe" wide ascii
|
||
|
$s4 = "*(SY)#" wide ascii
|
||
|
|
||
|
|
||
|
condition:
|
||
|
all of them
|
||
|
}
|