← Back to SOC feed Coverage →

PKLITE32 v11 PKWare

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 hypothesis targets the presence of executables packed with PKLite32, a technique frequently employed by threat actors to obfuscate malicious payloads and evade static analysis. Proactively hunting for this specific packer in Azure Sentinel allows the SOC to identify stealthy malware variants that may bypass traditional signature-based detections, thereby reducing the risk of undetected compromise in endpoints and file shares.

YARA Rule

rule PKLITE32_v11_PKWare: PEiD
{
    strings:
        $a = { 68 ?? ?? ?? ?? 68 ?? ?? ?? ?? 68 00 00 00 00 E8 }
    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