SUSP_WEBSHELL_LOG_Signatures_Dec25
Description
Detects indicators related simple webshells that use the same exec/cmd pattern
Query · yara
strings:
$xa1 = "/exec?cmd=ls"
$xa2 = "/exec?cmd=whoami"
$xa3 = "/exec?cmd=id"
$xa4 = "/exec?cmd=uname%20-a"
condition:
1 of them
// not XML
and not uint16(0) == 0x3c3f