← Back to SOC feed Coverage →

PEPaCKv10CCopyright1998byANAKiN

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

Hunt Hypothesis

This hunt detects the presence of legacy or potentially malicious executables utilizing the specific ANA KiN PEPaCK v10 compression signature, which may indicate the use of outdated packing tools often leveraged by adversaries to obfuscate malware functionality. A proactive search is recommended within Azure Sentinel to identify these artifacts across endpoints and cloud workloads, ensuring that legacy dependencies do not introduce hidden risks or serve as a foothold for advanced persistent threats.

YARA Rule

rule PEPaCKv10CCopyright1998byANAKiN
{
      meta:
		author="malware-lu"
strings:
		$a0 = { C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 C4 0D 0A 20 2D 3D FE 20 50 45 2D 50 41 43 4B 20 76 31 2E 30 20 2D FE 2D 20 28 43 29 20 43 6F 70 }

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

Here are 4 specific false positive scenarios for the PEPaCKv10CCopyright1998byANAKiN detection rule, including suggested filters and exclusions:

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar