← Back to SOC feed Coverage →

Malwareusedbycyberthreatactor3

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 hunt targets adversary behavior characterized by the execution of specific malware signatures identified by the “Malwareusedbycyberthreatactor3” YARA rule, which may indicate early-stage infection or lateral movement attempts. Proactively hunting for this low-severity indicator in Azure Sentinel is critical to validate its prevalence across endpoints and ensure that potential threats are not overlooked due to their initial low risk classification before they escalate into significant incidents.

YARA Rule

rule Malwareusedbycyberthreatactor3
{
	strings:
		$STR1 = { 50 68 80 00 00 00 68 FF FF 00 00 51 C7 44 24 1C 3a 8b 00 00 }
	
	condition:
		(uint16(0) == 0x5A4D or uint16(0) == 0xCFD0 or uint16(0) == 0xC3D4 or uint32(0) == 0x46445025 or uint32(1) == 0x6674725C) 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 Malwareusedbycyberthreatactor3 YARA 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