rule MAL_Winnti_Sample_May18_1 {
meta:
description = "Detects malware sample from Burning Umbrella report - Generic Winnti Rule"
license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
author = "Florian Roth (Nextron Systems)"
reference = "https://401trg.pw/burning-umbrella/"
date = "2018-05-04"
hash1 = "528d9eaaac67716e6b37dd562770190318c8766fa1b2f33c0974f7d5f6725d41"
id = "c2f3339e-269f-5a51-8db6-06e54a707b3a"
strings:
$s1 = "wireshark" fullword wide
$s2 = "procexp" fullword wide
condition:
uint16(0) == 0x5a4d and filesize < 100KB and all of them
}