rule EquationGroup_EquationDrug_ntevt {
meta:
description = "EquationGroup Malware - file ntevt.sys"
license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
author = "Florian Roth (Nextron Systems)"
reference = "https://goo.gl/tcSoiJ"
date = "2017-01-13"
hash1 = "45e5e1ea3456d7852f5c610c7f4447776b9f15b56df7e3a53d57996123e0cebf"
id = "36d23adb-dafe-5e99-8976-b146ceca2f9b"
strings:
$s1 = "ntevt.sys" fullword ascii
$s2 = "c:\\ntevt.pdb" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 500KB and all of them )
}