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

14 lines
No EOL
229 B
Text

rule PUPSystweakSample
{
meta:
Description = "PUP.Systweak.vb"
ThreatLevel = "5"
strings:
$ = "Systweak Software0" ascii wide
$ = "pc-updater.com/miscservice/miscservice.asmx" ascii wide
condition:
any of them
}