← Back to SOC feed Coverage →

CRYPToCRACksPEProtectorV092LukasFleischer

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

Hunt Hypothesis

This hypothesis targets the execution of PE files packed with the CryptoCracks protector, a technique often used by threat actors to obfuscate malicious payloads and evade static analysis. Proactively hunting for this specific packer in Azure Sentinel allows the SOC to identify potentially compromised endpoints or staged malware that may have slipped past initial signature-based detections.

YARA Rule

rule CRYPToCRACksPEProtectorV092LukasFleischer
{
      meta:
		author="malware-lu"
strings:
		$a0 = { E8 01 00 00 00 E8 58 5B 81 E3 00 FF FF FF 66 81 3B 4D 5A 75 37 84 DB 75 33 8B F3 03 [2] 81 3E 50 45 00 00 75 26 }

condition:
		$a0 at pe.entry_point
}

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

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar