← Back to SOC feed Coverage →

PolyEnEV001LennartHedlund

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-12T11:00:00Z · Confidence: medium

Hunt Hypothesis

This rule targets the execution of the PolyEnEV001LennartHedlund payload, a known polyglot executable often associated with initial access or web shell deployment, by identifying its unique binary signature in memory or on disk. Proactively hunting for this indicator in Azure Sentinel helps SOC teams detect stealthy, low-severity intrusions that may bypass traditional network-based detections and establish a foothold within the environment.

YARA Rule

rule PolyEnEV001LennartHedlund
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 50 6F 6C 79 45 6E 45 00 4D 65 73 73 61 67 65 42 6F 78 41 00 55 53 45 52 33 32 2E 64 6C 6C }

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