← Back to SOC feed Coverage →

ACProtectV14Xrisco

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-21T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies the execution of files protected by ACProtect v14, a common packing technique often leveraged by adversaries to obfuscate malicious payloads and evade static analysis. Proactively hunting for this behavior in Azure Sentinel is essential because low-severity alerts for packed executables frequently mask sophisticated threats that require deeper behavioral investigation to confirm their legitimacy or identify hidden attack chains.

YARA Rule

rule ACProtectV14Xrisco
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 E8 01 00 00 00 7C 83 04 24 06 C3 }

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

False Positive Scenarios for Rule: ACProtectV14Xrisco

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