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

12 lines
No EOL
252 B
Text

rule FileVirusWin32MaganASample
{
meta:
Description = "Virus.Madang.sm"
ThreatLevel = "5"
strings:
$hex_string = { 60 78 ?? 79 ?? ?? e8 ?? ?? ?? ?? 8b ?? ?? ?? e8 ?? ?? ?? ?? 61 78 ?? 79 ?? ?? 68 ?? ?? ?? ?? C3 }
condition:
any of them
}