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

21 lines
420 B
Text

rule ShadowTech
{
meta:
author = " Kevin Breen <kevin@techanarchy.net>"
date = "2014/04"
ref = "http://malwareconfig.com/stats/ShadowTech"
maltype = "Remote Access Trojan"
filetype = "exe"
strings:
$a = "ShadowTech" nocase
$b = "DownloadContainer"
$c = "MySettings"
$d = "System.Configuration"
$newline = "#-@NewLine@-#" wide
$split = "pSIL" wide
$key = "ESIL" wide
condition:
4 of them
}