← Back to SOC feed Coverage →

DestructiveTargetCleaningTool3

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

Hunt Hypothesis

This detection targets adversary post-exploitation behaviors where malicious actors deploy destructive cleaning utilities to sanitize system artifacts and evade forensic analysis within Azure Sentinel. Proactive hunting for this specific YARA signature is essential to identify early-stage cleanup activities that may precede data exfiltration or lateral movement, ensuring the SOC team can intervene before critical evidence is permanently removed.

YARA Rule

rule DestructiveTargetCleaningTool3
{
	
	strings:
		$S1_CMD_Arg = "/install" fullword
		$S2_CMD_Parse= "\"%s\"  /install \"%s\"" fullword
		$S3_CMD_Builder= "\"%s\"  \"%s\" \"%s\" %s" fullword
	
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 3 string patterns in its detection logic.

False Positive Guidance

Here are 4 specific false positive scenarios for the DestructiveTargetCleaningTool3 detection rule, including suggested filters and exclusions:

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