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

18 lines
272 B
Text

import "pe"
rule RomeoEcho
{
meta:
copyright = "2015 Novetta Solutions"
author = "Novetta Threat Research & Interdiction Group - trig@novetta.com"
strings:
$ = "%s %-20s %10lu %s"
$ = "_quit"
$ = "_exe"
$ = "_put"
$ = "_get"
condition:
all of them
}