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

18 lines
No EOL
393 B
Text

rule TrojanBotnetWin32CutwailSample
{
meta:
Description = "Trojan.Cutwail.sm"
ThreatLevel = "5"
strings:
$ = "PreLoader.pdb" ascii wide
$ = "magadan21" ascii wide
$ = "RkInstall.pdb" ascii wide
$ = "InnerDrv.pdb" ascii wide
$ = "Protect.pdb" ascii wide
$ = "MailerApp.pdb" ascii wide
$ = "revolution6" ascii wide
$ = "bot25" ascii wide
condition:
any of them
}