rule TurlaMosquito_Mal_1 {
meta:
description = "Detects malware sample from Turla Mosquito report"
license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
author = "Florian Roth (Nextron Systems)"
reference = "https://www.welivesecurity.com/wp-content/uploads/2018/01/ESET_Turla_Mosquito.pdf"
date = "2018-02-22"
hash1 = "b295032919143f5b6b3c87ad22bcf8b55ecc9244aa9f6f88fc28f36f5aa2925e"
id = "1395509a-72f5-56c0-895c-3e9f15829de1"
strings:
$s1 = "Pipetp" fullword ascii
$s2 = "EStOpnabn" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 2000KB and (
pe.imphash() == "169d4237c79549303cca870592278f42" or
all of them
)
}