CN_Honker_WordpressScanner
Description
Sample from CN Honker Pentest Toolset - file WordpressScanner.exe
Query · yara
strings: $s0 = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)" fullword ascii /* PEStudio Blacklist: agent */ $s1 = "(http://www.eyuyan.com)" fullword wide $s2 = "GetConnectString" fullword ascii /* PEStudio Blacklist: strings */ $s4 = "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)" fullword ascii /* PEStudio Blacklist: strings */ condition: uint16(0) == 0x5a4d and filesize < 1000KB and all of them