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

9 lines
No EOL
212 B
Text

rule helauto : apt
{
strings:
$a = "D-o-w-n-l-o-a-d-f-i-l-e%s******%d@@@@@@%d"
$b = "%*s %d %s"
$c = "cmd /c net stop RasAuto"
condition:
filesize < 100KB and (3 of ($a,$b,$c))
}