← Back to SOC feed Coverage →

EnigmaProtectorv112LITE

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

Hunt Hypothesis

This hypothesis targets the presence of Enigma Protector v1.12 LITE, a commercial software packer often abused by threat actors to obfuscate malicious payloads and evade static analysis. Proactively hunting for this specific version in Azure Sentinel allows the SOC to identify potentially hidden or disguised executables that may be leveraging known packer characteristics to bypass standard detection mechanisms.

YARA Rule

rule EnigmaProtectorv112LITE
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 E8 00 00 00 00 5D 83 ED 06 81 ED [3] 00 [31] E8 01 00 00 00 9A 83 C4 04 EB 02 FF 35 60 E8 24 00 00 00 00 00 FF EB 02 CD 20 8B 44 24 0C 83 80 B8 00 00 00 03 31 }

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