rule APT_Thrip_Sample_Jun18_1 {
meta:
description = "Detects sample found in Thrip report by Symantec "
license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
author = "Florian Roth (Nextron Systems)"
reference = "https://www.symantec.com/blogs/threat-intelligence/thrip-hits-satellite-telecoms-defense-targets "
date = "2018-06-21"
hash1 = "59509a17d516813350fe1683ca6b9727bd96dd81ce3435484a5a53b472ff4ae9"
id = "5b506069-8185-5dc0-bf64-90646f6bab6b"
strings:
$s1 = "idocback.dll" fullword ascii
$s2 = "constructor or from DllMain." fullword ascii
$s3 = "appmgmt" fullword ascii
$s4 = "chksrv" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 200KB and all of them
}