← Back to SOC feed Coverage →

PolyCryptPE214b215JLabSoftwareCreationshsigned

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-07T23:00:00Z · Confidence: medium

Hunt Hypothesis

This rule identifies the presence of PolyCrypt PE executables associated with JLab Software Creations, a tool often used for encrypting or obfuscing payloads to evade static analysis. Proactively hunting for this signature allows the SOC team to detect low-severity, potentially benign or stealthy utilities that may be leveraged by adversaries to hide malicious code within the Azure environment.

YARA Rule

rule PolyCryptPE214b215JLabSoftwareCreationshsigned
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 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:
		$a0
}

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/packer.yar