08e8d462fe
RED PILL 🔴 💊
15 lines
No EOL
286 B
Text
15 lines
No EOL
286 B
Text
rule AdwareConvertAdSample
|
|
{
|
|
meta:
|
|
Description = "Adware.ConvertAd.vb"
|
|
ThreatLevel = "5"
|
|
|
|
strings:
|
|
|
|
$ = "http://download-servers.com/SysInfo/adrouteservice/adrouter.php" ascii wide
|
|
$ = "ConvertAd.html" ascii wide
|
|
$ = "ConvertAd.exe" ascii wide
|
|
|
|
condition:
|
|
any of them
|
|
} |