08e8d462fe
RED PILL 🔴 💊
23 lines
No EOL
568 B
Text
23 lines
No EOL
568 B
Text
rule jRat
|
|
{
|
|
meta:
|
|
author = " Kevin Breen <kevin@techanarchy.net>"
|
|
date = "2014/04"
|
|
ref = "http://malwareconfig.com/stats/jRat"
|
|
maltype = "Remote Access Trojan"
|
|
filetype = "Java"
|
|
|
|
strings:
|
|
$meta = "META-INF"
|
|
$key = "key.dat"
|
|
$conf = "config.dat"
|
|
$jra1 = "enc.dat"
|
|
$jra2 = "a.class"
|
|
$jra3 = "b.class"
|
|
$jra4 = "c.class"
|
|
$reClass1 = /[a-z]\.class/
|
|
$reClass2 = /[a-z][a-f]\.class/
|
|
|
|
condition:
|
|
($meta and $key and $conf and #reClass1 > 10 and #reClass2 > 10) or ($meta and $key and all of ($jra*))
|
|
} |