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

25 lines
441 B
Text

rule Trojan_Hastati
{
meta:
author = "Fireeye"
description = "Korean campaign"
reference = "https://www.fireeye.com/blog/technical/botnet-activities-research/2013/03/more-insights-on-the-recent-korean-cyber-attacks-trojan-hastati.html"
strings:
$str11 = "taskkill /F /IM clisvc.exe" nocase ascii wide
$str2 = "taskkill /F /IM pasvc.exe" nocase ascii wide
$str3 = "shutdown -r -t 0″ nocase ascii wide
condition:
all of them
}