Nishang_Webshell
Description
Detects a ASPX web shell
Query · yara
strings: $s1 = "psi.Arguments = \"-noninteractive \" + \"-executionpolicy bypass \" + arg;" ascii $s2 = "output.Text += \"\nPS> \" + console.Text + \"\n\" + do_ps(console.Text);" ascii $s3 = "<title>Antak Webshell</title>" fullword ascii $s4 = "<asp:Button ID=\"executesql\" runat=\"server\" Text=\"Execute SQL Query\"" ascii condition: ( uint16(0) == 0x253C and filesize < 100KB and 1 of ($s*) )