Commit 45bd5dd9 by j0sm1

Add FE_APT_9002 from nyx0 PR

We add the rule FE_APT_9002 rule.
commit: df966a88c82d00d3eae4c6ad5c7ce2c579a113e0
parent f755caa8
...@@ -53,4 +53,19 @@ rule APT9002 : Family ...@@ -53,4 +53,19 @@ rule APT9002 : Family
APT9002Code or APT9002Strings APT9002Code or APT9002Strings
} }
rule FE_APT_9002 : RAT
{
meta:
Author = "FireEye Labs"
Date = "2013/11/10"
Description = "Strings inside"
Reference = "Useful link"
strings:
$mz = { 4d 5a }
$a = "rat_UnInstall" wide ascii
condition:
($mz at 0) and $a
}
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