CN_Honker_T00ls_Lpk_Sethc_v3_LPK
Description
Sample from CN Honker Pentest Toolset - file LPK.DAT
Query · yara
strings: $s1 = "FreeHostKillexe.exe" fullword ascii /* PEStudio Blacklist: strings */ $s2 = "\\sethc.exe /G everyone:F" ascii /* PEStudio Blacklist: strings */ $s3 = "c:\\1.exe" fullword ascii /* PEStudio Blacklist: strings */ $s4 = "Set user Group Error! Username:" fullword ascii /* PEStudio Blacklist: strings */ condition: uint16(0) == 0x5a4d and filesize < 400KB and all of them