← Back to SOC feed Coverage →

ACProtect 13x 14x DLL Risco Software Inc additional

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

Hunt Hypothesis

This rule identifies the presence of ACProtect-packed DLLs, a common obfuscation technique used by adversaries to hide malicious code and evade static analysis. Proactively hunting for these artifacts helps the SOC team uncover hidden payloads or trojanized components that may have been deployed to persist within the environment or execute stealthy actions.

YARA Rule

rule ACProtect_13x_14x_DLL_Risco_Software_Inc_additional: PEiD
{
    strings:
        $a = { 50 B8 ?? ?? BA ?? ?? 05 ?? ?? 3B 06 ?? ?? 72 ?? B4 ?? BA ?? ?? CD 21 B8 ?? ?? CD 21 }
    condition:
        $a 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/peid.yar