← Back to SOC feed Coverage →

ACProtectv135riscosoftwareIncAnticrackSoftware

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

Hunt Hypothesis

This rule detects the presence of ACProtect v1.35, a commercial software protection tool often used by adversaries to pack executables and obscure their code from static analysis. Proactively hunting for this specific version helps identify potentially obfuscated malware or trojans that may be leveraging commercial packers to evade standard signature-based detections within the Azure Sentinel environment.

YARA Rule

rule ACProtectv135riscosoftwareIncAnticrackSoftware
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 4B 45 52 4E 45 4C 33 32 2E 44 4C 4C 00 [20] 55 53 45 52 33 32 2E 44 4C 4C 00 [33] 00 47 65 74 50 72 6F 63 }

condition:
		$a0
}

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