← Back to SOC feed Coverage →

CRYPToCRACksPEProtectorV093LukasFleischer

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

Hunt Hypothesis

This detection identifies the presence of PEProtector v093, a specific obfuscation technique often employed by adversaries to conceal malicious payloads within legitimate-looking executables and evade static analysis. Proactively hunting for this signature in Azure Sentinel is essential because low-severity alerts regarding such packers can indicate early-stage reconnaissance or sophisticated malware that might otherwise be overlooked until it executes its full payload.

YARA Rule

rule CRYPToCRACksPEProtectorV093LukasFleischer
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 5B 81 E3 00 FF FF FF 66 81 3B 4D 5A 75 33 8B F3 03 73 3C 81 3E 50 45 00 00 75 26 0F B7 46 18 8B C8 69 C0 AD 0B 00 00 F7 E0 2D AB 5D 41 4B 69 C9 DE C0 00 00 03 C1 }

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

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

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