rule MAL_Floxif_Generic {
meta:
description = "Detects Floxif Malware"
license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
author = "Florian Roth (Nextron Systems)"
reference = "Internal Research"
date = "2018-05-11"
score = 80
hash1 = "de055a89de246e629a8694bde18af2b1605e4b9b493c7e4aef669dd67acf5085"
id = "5ddd6a6c-b02a-518b-bbe3-8f528b3d7eae"
condition:
uint16(0) == 0x5a4d and filesize < 200KB and (
pe.imphash() == "2f4ddcfebbcad3bacadc879747151f6f" or
pe.exports("FloodFix") or pe.exports("FloodFix2")
)
}