← Back to SOC feed Coverage →

CRASHOVERRIDE v1 Suspicious Export

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-05-20T23:00:01Z · Confidence: medium

Hunt Hypothesis

Adversaries may be exfiltrating sensitive data or configuration details through suspicious export activities, which could indicate early-stage compromise or preparation for further attacks. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify potential indicators of advanced persistent threats or initial breach vectors.

YARA Rule

rule dragos_crashoverride_exporting_dlls {
	meta:
		description = "CRASHOVERRIDE v1 Suspicious Export"
		author = "Dragos Inc"
		reference = "https://dragos.com/blog/crashoverride/CrashOverride-01.pdf"
	condition:
		pe.exports("Crash") & pe.characteristics
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

References

False Positive Guidance

Original source: https://github.com/Yara-Rules/rules/blob/main/malware/APT_CrashOverride.yar