rule EquationGroup_GetAdmin_Lp {
meta:
description = "EquationGroup Malware - file GetAdmin_Lp.dll"
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 = "e1c9c9f031d902e69e42f684ae5b35a2513f7d5f8bca83dfbab10e8de6254c78"
id = "3bbe0553-a5a3-5207-a94e-ad978606d9a4"
strings:
$x1 = "Current user is System -- unable to join administrators group" fullword wide
condition:
( uint16(0) == 0x5a4d and filesize < 300KB and all of them )
}