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

22 lines
No EOL
400 B
Text

rule Xena
{
meta:
author = " Kevin Breen <kevin@techanarchy.net>"
date = "2015/06"
ref = "http://malwareconfig.com/stats/Xena"
maltype = "Remote Access Trojan"
filetype = "exe"
strings:
$a = "HuntHTTPDownload"
$b = "KuInstallation"
$c = "PcnRawinput"
$d = "untCMDList"
$e = "%uWebcam"
$f = "KACMConvertor"
$g = "$VarUtils"
$h = "****##"
condition:
all of them
}