rule Impacket_Tools_mimikatz {
meta:
description = "Compiled Impacket Tools"
license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
author = "Florian Roth (Nextron Systems)"
reference = "https://github.com/maaaaz/impacket-examples-windows"
date = "2017-04-07"
hash1 = "2d8d500bcb3ffd22ddd8bd68b5b2ce935c958304f03729442a20a28b2c0328c1"
id = "0b1f5ad0-7070-58d5-946f-157dcb9627ab"
strings:
$s1 = "impacket" fullword ascii
$s2 = "smimikatz" fullword ascii
$s3 = "otwsdlc" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 17000KB and all of them )
}