← Back to SOC feed Coverage →

PEnguinCrypt v10

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

Hunt Hypothesis

This rule detects the presence of PEnguinCrypt ransomware, a known threat actor that encrypts files and appends a specific extension to facilitate ransom demands. Proactively hunting for this signature in Azure Sentinel allows the SOC to identify early-stage infections or dormant payloads before they propagate, reducing the potential impact on Azure-hosted workloads and data stores.

YARA Rule

rule PEnguinCrypt_v10: PEiD
{
    strings:
        $a = { B8 93 ?? ?? 00 55 50 67 64 FF 36 00 00 67 64 89 26 00 00 BD 4B 48 43 42 B8 04 00 00 00 CC 3C 04 75 04 90 90 C3 90 67 64 8F 06 00 00 58 5D BB 00 00 40 00 33 C9 33 C0 }
    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