rule Triton_trilog {
meta:
description = "Detects Triton APT malware - file trilog.exe"
license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
author = "Florian Roth (Nextron Systems)"
reference = "https://goo.gl/vtQoCQ"
date = "2017-12-14"
hash1 = "e8542c07b2af63ee7e72ce5d97d91036c5da56e2b091aa2afe737b224305d230"
id = "ae2c9b47-2a67-50c6-9d2a-dc47b4fa69ef"
strings:
$s1 = "inject.bin" ascii
$s2 = "PYTHON27.DLL" fullword ascii
$s3 = "payload" ascii
condition:
uint16(0) == 0x5a4d and filesize < 60KB and all of them
}