CN_Honker_InvasionErasor
Description
Sample from CN Honker Pentest Toolset - file InvasionErasor.exe
Query · yara
strings: $s1 = "c:\\windows\\system32\\config\\*.*" fullword wide /* PEStudio Blacklist: strings */ $s2 = "c:\\winnt\\*.txt" fullword wide /* PEStudio Blacklist: os */ $s3 = "Command1" fullword ascii /* PEStudio Blacklist: strings */ $s4 = "Win2003" fullword ascii /* PEStudio Blacklist: os */ $s5 = "Win 2000" fullword ascii /* PEStudio Blacklist: os */ condition: uint16(0) == 0x5a4d and filesize < 60KB and all of them