08e8d462fe
RED PILL 🔴 💊
11 lines
No EOL
227 B
Text
11 lines
No EOL
227 B
Text
rule macromail : apt
|
|
{
|
|
strings:
|
|
$a = "get ok %d"
|
|
$b = "put ok"
|
|
$c = "GW-IP="
|
|
$d = "messenger.hotmail.com"
|
|
$e = "<d n=\"%s\">"
|
|
condition:
|
|
filesize < 300KB and (5 of ($a,$b,$c,$d,$e))
|
|
} |