08e8d462fe
RED PILL 🔴 💊
15 lines
No EOL
354 B
Text
15 lines
No EOL
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
|
|
} |