← Back to SOC feed Coverage →

Web Shell - file indexx.asp

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

Hunt Hypothesis

This detection identifies adversaries establishing a web shell named indexx.asp, which often indicates an attacker has successfully compromised a web server to gain persistent access and execute commands. SOC teams should proactively hunt for this anomaly in Azure Sentinel because web shells are frequently used as the initial foothold for lateral movement, data exfiltration, or command-and-control operations within cloud-hosted applications.

YARA Rule

rule webshell_DarkBlade1_3_asp_indexx {
	meta:
		description = "Web Shell - file indexx.asp"
		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 = "b7f46693648f534c2ca78e3f21685707"
		id = "393e738a-b4c2-5630-a55f-c3caee4ff75e"
	strings:
		$s3 = "Const strs_toTransform=\"command|Radmin|NTAuThenabled|FilterIp|IISSample|PageCou"
	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 5 specific false positive scenarios for the Web Shell - file indexx.asp detection rule, including recommended filters and exclusions:

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