← Back to SOC feed Coverage →

PolyCrypt PE 214b215 JLab Software Creations h signed 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-24T23:00:00Z · Confidence: medium

Hunt Hypothesis

This rule identifies the presence of the PolyCrypt ransomware variant, specifically targeting files associated with JLab Software Creations, indicating an adversary is actively encrypting data to disrupt operations. Proactively hunting for this signature in Azure Sentinel allows the SOC team to detect early-stage encryption activity on endpoints or storage accounts before the ransomware can fully propagate and lock critical business data.

YARA Rule

rule PolyCrypt_PE_214b215_JLab_Software_Creations_h_signed_additional: PEiD
{
    strings:
        $a = { 50 6F 6C 79 43 72 79 70 74 20 50 45 20 28 63 29 20 32 30 30 34 2D 32 30 30 35 2C 20 4A 4C 61 62 53 6F 66 74 77 61 72 65 2E 00 50 00 43 00 50 00 45 }
    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