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

9 lines
No EOL
172 B
Text

rule webc2_kt3 : apt
{
strings:
$a = "*!Kt3+v| s:"
$b = "*!Kt3+v| dne"
$c = "*!Kt3+v|"
condition:
filesize < 100KB and (3 of ($a,$b,$c))
}