rule APT30_Sample_4 {
meta:
description = "FireEye APT30 Report Sample"
license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
author = "Florian Roth (Nextron Systems)"
reference = "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf"
date = "2015/04/13"
hash = "75367d8b506031df5923c2d8d7f1b9f643a123cd"
id = "e5c6afde-0ab5-54ed-8d18-5ad477a527d7"
strings:
$s0 = "GetStartupIn" ascii
$s1 = "enMutex" ascii
$s2 = "tpsvimi" ascii
$s3 = "reateProcesy" ascii
$s5 = "FreeLibr1y*S" ascii
$s6 = "foAModuleHand" ascii
condition:
filesize < 100KB and uint16(0) == 0x5A4D and all of them
}