08e8d462fe
RED PILL 🔴 💊
19 lines
No EOL
367 B
Text
19 lines
No EOL
367 B
Text
rule unrecom
|
|
{
|
|
meta:
|
|
author = " Kevin Breen <kevin@techanarchy.net>"
|
|
date = "2014/04"
|
|
ref = "http://malwareconfig.com/stats/AAR"
|
|
maltype = "Remote Access Trojan"
|
|
filetype = "exe"
|
|
|
|
strings:
|
|
$meta = "META-INF"
|
|
$conf = "load/ID"
|
|
$a = "load/JarMain.class"
|
|
$b = "load/MANIFEST.MF"
|
|
$c = "plugins/UnrecomServer.class"
|
|
|
|
condition:
|
|
all of them
|
|
} |