← Back to SOC feed Coverage →

DestructiveTargetCleaningTool1

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

Hunt Hypothesis

This detection identifies adversary behavior involving the execution of destructive cleaning tools that may indicate an attempt to erase forensic artifacts or prepare a system for lateral movement. Proactively hunting for this activity in Azure Sentinel is essential because early identification allows the SOC team to validate legitimate maintenance tasks against potential anti-forensics campaigns before critical evidence is permanently removed.

YARA Rule

rule DestructiveTargetCleaningTool1
{
	strings:
		$s1  = {d3000000 [4] 2c000000 [12] 95000000 [4] 6a000000 [8] 07000000}
	
	condition:
		(uint16(0) == 0x5A4D and uint16(uint32(0x3c)) == 0x4550) and 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 DestructiveTargetCleaningTool1 detection rule in an enterprise environment, along with suggested filters or exclusions:

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