18 lines
577 B
Text
18 lines
577 B
Text
|
rule COMBOS_APT1 {
|
||
|
meta:
|
||
|
author = "AlienVault Labs"
|
||
|
info = "CommentCrew-threat-apt1"
|
||
|
|
||
|
strings:
|
||
|
$s1 = "Mozilla4.0 (compatible; MSIE 7.0; Win32)" wide ascii
|
||
|
$s2 = "Mozilla5.1 (compatible; MSIE 8.0; Win32)" wide ascii
|
||
|
$s3 = "Delay" wide ascii
|
||
|
$s4 = "Getfile" wide ascii
|
||
|
$s5 = "Putfile" wide ascii
|
||
|
$s6 = "---[ Virtual Shell]---" wide ascii
|
||
|
$s7 = "Not Comming From Our Server %s." wide ascii
|
||
|
|
||
|
|
||
|
condition:
|
||
|
all of them
|
||
|
}
|