CN_Honker_exp_win2003
Description
Sample from CN Honker Pentest Toolset - file win2003.exe
Query · yara
strings: $s1 = "Usage:system_exp.exe \"cmd\"" fullword ascii /* PEStudio Blacklist: strings */ $s2 = "The shell \"cmd\" success!" fullword ascii /* PEStudio Blacklist: strings */ $s4 = "Not Windows NT family OS." fullword ascii /* PEStudio Blacklist: os */ condition: uint16(0) == 0x5a4d and filesize < 100KB and all of them