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

20 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
}