21 lines
386 B
Text
21 lines
386 B
Text
|
rule Xtreme
|
||
|
{
|
||
|
meta:
|
||
|
author = " Kevin Breen <kevin@techanarchy.net>"
|
||
|
date = "2014/04"
|
||
|
ref = "http://malwareconfig.com/stats/Xtreme"
|
||
|
maltype = "Remote Access Trojan"
|
||
|
filetype = "exe"
|
||
|
ver = "2.9, 3.1, 3.2, 3.5"
|
||
|
|
||
|
strings:
|
||
|
$a = "XTREME" wide
|
||
|
$b = "ServerStarted" wide
|
||
|
$c = "XtremeKeylogger" wide
|
||
|
$d = "x.html" wide
|
||
|
$e = "Xtreme RAT" wide
|
||
|
|
||
|
condition:
|
||
|
all of them
|
||
|
}
|