← Back to SOC feed Coverage →

EXECryptor 2021 protected IAT wwwstrongbitcom

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

Hunt Hypothesis

This hypothesis targets the presence of EXECryptor 2021 malware variants that utilize protected Import Address Tables (IAT) to obscure their dependencies, a technique often employed by threat actors to evade static analysis and dynamic detection. Proactively hunting for this specific YARA signature in Azure Sentinel allows the SOC to identify compromised endpoints early, preventing the malware from establishing persistence or executing further malicious actions before it is contained.

YARA Rule

rule EXECryptor_2021_protected_IAT_wwwstrongbitcom: PEiD
{
    strings:
        $a = { A4 ?? ?? ?? 00 00 00 00 FF FF FF FF 3C ?? ?? ?? 94 ?? ?? ?? D8 ?? ?? ?? 00 00 00 00 FF FF FF FF B8 ?? ?? ?? D4 ?? ?? ?? 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 6B 65 72 6E 65 6C 33 32 2E 64 6C 6C 00 00 00 00 00 00 47 65 74 4D 6F 64 75 }
    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