CN_Honker_HASH_PwDump7
Description
Sample from CN Honker Pentest Toolset - file PwDump7.exe
Query · yara
strings: $s1 = "%s\\SYSTEM32\\CONFIG\\SAM" fullword ascii /* PEStudio Blacklist: strings */ $s2 = "No Users key!" fullword ascii /* PEStudio Blacklist: strings */ $s3 = "NO PASSWORD*********************:" fullword ascii /* PEStudio Blacklist: strings */ $s4 = "Unable to dump file %S" fullword ascii /* PEStudio Blacklist: strings */ condition: uint16(0) == 0x5a4d and filesize < 380KB and all of them