19 lines
367 B
Text
19 lines
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
|
||
|
}
|