CN_Honker_Cracker_SHELL
Description
Sample from CN Honker Pentest Toolset - file SHELL.exe
Query · yara
strings: $s1 = "http://127.0.0.1/error1.asp" fullword ascii /* PEStudio Blacklist: strings */ $s2 = "password,PASSWORD,pass,PASS,Lpass,lpass,Password" fullword wide /* PEStudio Blacklist: strings */ $s3 = "\\SHELL" wide /* PEStudio Blacklist: strings */ $s4 = "WebBrowser1" fullword ascii /* PEStudio Blacklist: strings */ condition: uint16(0) == 0x5a4d and filesize < 200KB and all of them