Commit 6b782927 by mmorenog

Update Miscelanea.yar

Add rule to detect Spygate v2.9 Remote Access Trojan
parent bf31563c
...@@ -819,3 +819,19 @@ rule LightFTP_Config { ...@@ -819,3 +819,19 @@ rule LightFTP_Config {
condition: condition:
uint16(0) == 0xfeff and filesize < 1KB and all of them uint16(0) == 0xfeff and filesize < 1KB and all of them
} }
rule SpyGate_v2_9
{
meta:
date = "2014/09"
maltype = "Spygate v2.9 Remote Access Trojan"
filetype = "exe"
reference = "https://blogs.mcafee.com/mcafee-labs/middle-east-developer-spygate-struts-stuff-online"
strings:
$1 = "shutdowncomputer" wide
$2 = "shutdown -r -t 00" wide
$3 = "blockmouseandkeyboard" wide
$4 = "ProcessHacker"
$5 = "FileManagerSplit" wide
condition:
all of them
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment