08e8d462fe
RED PILL 🔴 💊
15 lines
No EOL
420 B
Text
15 lines
No EOL
420 B
Text
rule SWORD_APT1 {
|
|
meta:
|
|
author = "AlienVault Labs"
|
|
info = "CommentCrew-threat-apt1"
|
|
|
|
strings:
|
|
$s1 = "@***@*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@>>>" wide ascii
|
|
$s2 = "sleep:" wide ascii
|
|
$s3 = "down:" wide ascii
|
|
$s4 = "*========== Bye Bye ! ==========*" wide ascii
|
|
|
|
|
|
condition:
|
|
all of them
|
|
} |