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

20 lines
No EOL
419 B
Text

rule AdwareAdGazelleSample
{
meta:
Description = "Adware.AdGazelle.vb"
ThreatLevel = "5"
strings:
$ = "D:\\popajar3" ascii wide
$ = "squeakychocolate" ascii wide
$ = "squeaky chocolate" ascii wide
$ = "adxloader.dll" ascii wide
$ = "adxloader.pdb" ascii wide
$ = "adxloader64.dll" ascii wide
$ = "adxloader64.pdb" ascii wide
$ = "d:\\Products\\ADX.IE.8" ascii wide
condition:
any of them
}