← Back to SOC feed Coverage →

PUNiSHER V15 FEUERRADER

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 YARA rule targets the PUNiSHER V15 FEUERRADER malware variant, a low-severity threat often associated with specific ransomware or wiper campaigns that may establish a foothold in Azure environments. Proactively hunting for this signature allows the SOC team to identify dormant or early-stage infections before they escalate into high-impact incidents, ensuring rapid containment within the Azure Sentinel ecosystem.

YARA Rule

rule PUNiSHER_V15_FEUERRADER: PEiD
{
    strings:
        $a = { 3F 00 00 80 66 20 ?? 00 7E 20 ?? 00 92 20 ?? 00 A4 20 ?? 00 00 00 00 00 4B 45 52 4E 45 4C 33 32 }
    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