Sneed-Reactivity/yara-mikesxrs/g00dv1n/Adware.ConvertAd.yar
Sam Sneed 08e8d462fe OMG ISTG PLS WORK
RED PILL 🔴 💊
2024-07-25 12:43:35 -05:00

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
}