CN_Honker_GetHashes_2
Description
Sample from CN Honker Pentest Toolset - file GetHashes.exe
Query · yara
strings: $s1 = "GetHashes.exe <SAM registry file> [System key file]" fullword ascii /* PEStudio Blacklist: strings */ $s2 = "GetHashes.exe $Local" fullword ascii $s3 = "The system key doesn't match SAM registry file!" fullword ascii /* PEStudio Blacklist: strings */ condition: uint16(0) == 0x5a4d and filesize < 300KB and 2 of them