08e8d462fe
RED PILL 🔴 💊
10 lines
211 B
Text
10 lines
211 B
Text
rule webc2_cson : apt
|
|
{
|
|
strings:
|
|
$a = "/Default.aspx?INDEX="
|
|
$b = "/Default.aspx?ID="
|
|
$c = "Windows+NT+5.1"
|
|
$d = "<!--"
|
|
condition:
|
|
filesize < 100KB and (4 of ($a,$b,$c,$d))
|
|
}
|