16 lines
No EOL
422 B
Text
16 lines
No EOL
422 B
Text
rule MINIASP_APT1 {
|
|
meta:
|
|
author = "AlienVault Labs"
|
|
info = "CommentCrew-threat-apt1"
|
|
|
|
strings:
|
|
$s1 = "miniasp" wide ascii
|
|
$s2 = "wakeup=" wide ascii
|
|
$s3 = "download ok!" wide ascii
|
|
$s4 = "command is null!" wide ascii
|
|
$s5 = "device_input.asp?device_t=" wide ascii
|
|
|
|
|
|
condition:
|
|
all of them
|
|
} |