08e8d462fe
RED PILL 🔴 💊
21 lines
No EOL
670 B
Text
21 lines
No EOL
670 B
Text
rule CALENDAR_APT1 {
|
|
meta:
|
|
author = "AlienVault Labs"
|
|
info = "CommentCrew-threat-apt1"
|
|
|
|
strings:
|
|
$s1 = "content" wide ascii
|
|
$s2 = "title" wide ascii
|
|
$s3 = "entry" wide ascii
|
|
$s4 = "feed" wide ascii
|
|
$s5 = "DownRun success" wide ascii
|
|
$s6 = "%s@gmail.com" wide ascii
|
|
$s7 = "<!--%s-->" wide ascii
|
|
|
|
$b8 = "W4qKihsb+So=" wide ascii
|
|
$b9 = "PoqKigY7ggH+VcnqnTcmhFCo9w==" wide ascii
|
|
$b10 = "8oqKiqb5880/uJLzAsY=" wide ascii
|
|
|
|
condition:
|
|
all of ($s*) or all of ($b*)
|
|
} |