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

12 lines
No EOL
272 B
Text

rule TrojanUpatreSample
{
meta:
Description = "Trojan.Upatre.vb"
ThreatLevel = "5"
strings:
$hex_string = { 52 ba 6c 6c 00 00 52 ba 73 66 2e 64 52 ba 32 5c 71 61 52 ba 74 65 6d 33 52 ba 5c 73 79 73 52}
condition:
$hex_string
}