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

16 lines
No EOL
352 B
Text

rule BackdoorGenASample
{
meta:
Description = "Backdoor.Gen.A.vb"
ThreatLevel = "5"
strings:
$ = "Form1" ascii wide
$ = "Flamand" ascii wide
$ = "Afildoe.Belver" ascii wide
$ = "FromBase64String" ascii wide
$ = "TeAdor.Properties.Resources" ascii wide
condition:
3 of them
}