← Back to SOC feed Coverage →

EncryptPE V22007121 WFS SignByfly 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-25T23:00:00Z · Confidence: medium

Hunt Hypothesis

This rule identifies executable files that have been packed or obfuscated using the EncryptPE tool, a technique frequently employed by adversaries to hide malicious code from static analysis and evade signature-based detection. Proactively hunting for these artifacts in Azure Sentinel allows the SOC to uncover dormant or stealthy payloads that may have been introduced via web shells or file downloads, ensuring that obfuscated threats are detected before they can execute their intended logic.

YARA Rule

rule EncryptPE_V22007121_WFS_SignByfly_additional: PEiD
{
    strings:
        $a = { 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 45 50 45 3A 20 45 6E 63 72 79 70 74 50 45 20 56 32 2E 32 30 30 37 2E 31 32 2E 31 2C 20 43 6F 70 79 72 69 67 68 74 20 28 43 29 20 57 46 53 00 00 48 6F 6D 65 50 61 67 65 3A 20 77 77 77 2E 65 6E 63 72 79 70 74 }
    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