← Back to SOC feed Coverage →

Web Shell - file webshell-cnseay02-1.php

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-08T23:00:01Z · Confidence: medium

Hunt Hypothesis

This detection identifies the creation of a suspicious PHP web shell file on a web server, indicating an adversary’s attempt to establish persistent access and execute commands for lateral movement or data exfiltration. The SOC team should proactively hunt for this behavior in Azure Sentinel because web shells are frequently used as initial footholds by attackers following successful exploitation of public-facing applications, allowing them to maintain stealthy control over the environment.

YARA Rule

rule webshell_webshell_cnseay02_1 {
	meta:
		description = "Web Shell - file webshell-cnseay02-1.php"
		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
		hash = "95fc76081a42c4f26912826cb1bd24b1"
		id = "393e738a-b4c2-5630-a55f-c3caee4ff75e"
	strings:
		$s0 = "(93).$_uU(41).$_uU(59);$_fF=$_uU(99).$_uU(114).$_uU(101).$_uU(97).$_uU(116).$_uU"
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 2 string patterns in its detection logic.

False Positive Guidance

Here are 3-5 specific false positive scenarios for the Web Shell detection rule, including suggested filters and exclusions:

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