9 lines
175 B
Text
9 lines
175 B
Text
|
rule manitsme : apt
|
||
|
{
|
||
|
strings:
|
||
|
$a = "rouji"
|
||
|
$b = "Visual Studio"
|
||
|
$c = "UglyGorilla"
|
||
|
condition:
|
||
|
filesize < 300KB and (5 of ($a,$b,$c))
|
||
|
}
|