← Back to SOC feed Coverage →

Web Shell - from files config.jsp, myxx.jsp, zend.jsp

yara HIGH signature-base
florian-rothwebshell
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at signature-base →
Retrieved: 2026-08-10T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversaries deploying malicious web shells within specific JSP configuration and utility files to establish persistent access points for remote command execution on web servers. Proactively hunting for these artifacts in Azure Sentinel is critical because attackers often leverage these common file names to blend with legitimate traffic, enabling them to maintain stealthy footholds that facilitate lateral movement and data exfiltration.

YARA Rule

rule webshell_config_myxx_zend {
	meta:
		description = "Web Shell - from files config.jsp, myxx.jsp, zend.jsp"
		license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
		author = "Florian Roth (Nextron Systems)"
		date = "2014/01/28"
		score = 70
		super_rule = 1
		hash0 = "d44df8b1543b837e57cc8f25a0a68d92"
		hash1 = "e0354099bee243702eb11df8d0e046df"
		hash2 = "591ca89a25f06cf01e4345f98a22845c"
		id = "393e738a-b4c2-5630-a55f-c3caee4ff75e"
	strings:
		$s3 = ".println(\"<a href=\\\"javascript:alert('You Are In File Now ! Can Not Pack !');"
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 1 string patterns in its detection logic.

False Positive Guidance

Here are 4 specific false positive scenarios for the Web Shell detection rule targeting config.jsp, myxx.jsp, and zend.jsp, along with recommended filters:

Original source: https://github.com/Neo23x0/signature-base/blob/main/yara/thor-webshells.yar