← Back to SOC feed Coverage →

SuicideScriptL1

yara LOW Yara-Rules
community
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 Yara-Rules →
Retrieved: 2026-07-09T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary behavior where malicious scripts execute self-deletion commands to remove evidence and evade forensic analysis within Azure Sentinel environments. Proactively hunting for this “Suicide Script” activity is critical because it allows SOC teams to intercept early-stage post-exploitation actions before the attacker can fully obscure their footprint, even when initial alerts are flagged as low severity.

YARA Rule

rule SuicideScriptL1
{
	meta:
		copyright = "2015 Novetta Solutions"
		author = "Novetta Threat Research & Interdiction Group - [email protected]"

	strings:
		$ = ":L1\ndel \"%s\"\nif exist \"%s\" goto L1\ndel \"%s\"\n"
	condition:
		any of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

Here are 5 specific false positive scenarios for the SuicideScriptL1 detection rule in an enterprise environment, including suggested filters and exclusions:

Original source: https://github.com/Yara-Rules/rules/blob/main/malware/Operation_Blockbuster/suicidescripts.yara