CN_Honker_GetSyskey
Description
Sample from CN Honker Pentest Toolset - file GetSyskey.exe
Query · yara
strings: $s2 = "GetSyskey <SYSTEM registry file> [Output system key file]" fullword ascii /* PEStudio Blacklist: strings */ $s4 = "The system key file \"%s\" is created." fullword ascii /* PEStudio Blacklist: strings */ condition: uint16(0) == 0x5a4d and filesize < 40KB and all of them