← Back to SOC feed Coverage →

Private exe Protector V215 V220 SetiSoft Team

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 SetiSoft’s Private EXE Protector (versions 215/220), a tool frequently used by threat actors to obfuscate malicious payloads and evade static analysis. Proactively hunting for these specific packer signatures in Azure Sentinel allows the SOC to identify potentially compromised endpoints or staged malware that may be leveraging commercial packers to hide their true intent before execution.

YARA Rule

rule Private_exe_Protector_V215_V220_SetiSoft_Team: PEiD
{
    strings:
        $a = { 00 00 00 00 00 00 00 00 00 00 00 00 00 ?? ?? ?? ?? ?? ?? ?? ?? 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4B 45 52 4E 45 4C 33 32 2E 44 4C 4C 00 00 00 00 00 }
    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