← Back to SOC feed Coverage →

ACProtectv141

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

Hunt Hypothesis

This rule identifies the presence of ACProtect v14.1, a commercial software packer often used by adversaries to compress and obfuscate executables to evade static analysis and signature-based detection. Proactive hunting for this specific packer version in Azure Sentinel allows the SOC to uncover potentially hidden or newly deployed binaries that may be leveraging packing techniques to conceal malicious payloads within the environment.

YARA Rule

rule ACProtectv141
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 76 03 77 01 7B 74 03 75 01 78 47 87 EE E8 01 00 00 00 76 83 C4 04 85 EE EB 01 7F 85 F2 EB 01 79 0F 86 01 00 00 00 FC EB 01 78 79 02 87 F2 61 51 8F 05 19 38 01 01 60 EB 01 E9 E9 01 00 00 00 }

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