CN_Honker_GroupPolicyRemover
Description
Sample from CN Honker Pentest Toolset - file GroupPolicyRemover.exe
Query · yara
strings: $s0 = "GP_killer.EXE" fullword wide /* PEStudio Blacklist: strings */ $s1 = "GP_killer Microsoft " fullword wide /* PEStudio Blacklist: strings */ $s2 = "SHDeleteKeyA" fullword ascii /* PEStudio Blacklist: strings */ /* Goodware String - occured 79 times */ condition: uint16(0) == 0x5a4d and filesize < 700KB and all of them