rule CN_Honker_PostgreSQL {
meta:
description = "Sample from CN Honker Pentest Toolset - file PostgreSQL.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 = "1ecfaa91aae579cfccb8b7a8607176c82ec726f4"
id = "ae90d03c-ef67-5ece-81ae-86947196a81c"
strings:
$s1 = "&http://192.168.16.186/details.php?id=1" fullword ascii
$s2 = "PostgreSQL_inject" fullword ascii /* PEStudio Blacklist: strings */
condition:
uint16(0) == 0x5a4d and filesize < 2000KB and all of them
}