rule CN_Honker_MAC_IPMAC {
meta:
description = "Sample from CN Honker Pentest Toolset - file IPMAC.exe"
license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
author = "Florian Roth (Nextron Systems)"
reference = "Disclosed CN Honker Pentest Toolset"
date = "2015-06-23"
score = 70
hash = "24d55b6bec5c9fff4cd6f345bacac7abadce1611"
id = "5424d3a7-765a-5dfb-9177-d5633f83079f"
strings:
$s1 = "Http://Www.YrYz.Net" fullword wide
$s2 = "IpMac.txt" fullword ascii
$s3 = "192.168.0.1" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 267KB and all of them
}