← Back to SOC feed Coverage →

EPWv12

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

Hunt Hypothesis

This rule targets specific memory patterns associated with the EPWv12 YARA signature, indicating the presence of a known malware variant or exploit kit component within the environment. Proactively hunting for this signature allows the SOC to identify low-severity threats that may be used for initial access or lateral movement before they escalate into more impactful attacks.

YARA Rule

rule EPWv12
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 06 57 1E 56 55 52 51 53 50 2E [4] 8C C0 05 [2] 2E [3] 8E D8 A1 [2] 2E }

condition:
		$a0 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/packer.yar