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

16 lines
No EOL
368 B
Text

rule BetterSurfASample
{
meta:
Description = "Adware.BetterSurf.A.vb"
ThreatLevel = "5"
strings:
$n1 = "Media Buzz" ascii wide
$n2 = "MediaBuzz" ascii wide
//$script1 = "document.getElementById('wsu_js" ascii wide
//$script2 = "script.setAttribute('id','wsu_js" ascii wide
condition:
all of ($n*)
}