← Back to SOC feed Coverage →

diPackerV1XdiProtectorSoftware

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

Hunt Hypothesis

This detection identifies the presence of DiPacker V1X Protector software, a potentially legitimate application that may be leveraged by adversaries for obfuscation or as a foothold within the environment. SOC teams should proactively hunt for this signature in Azure Sentinel to distinguish between expected business usage and anomalous deployment patterns that could indicate early-stage supply chain compromise or unauthorized tool installation.

YARA Rule

rule diPackerV1XdiProtectorSoftware
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 0F 00 2D E9 01 00 A0 E3 68 01 00 EB 8C 00 00 EB 2B 00 00 EB 00 00 20 E0 1C 10 8F E2 8E 20 8F E2 00 30 A0 E3 67 01 00 EB 0F 00 BD E8 00 C0 8F E2 00 F0 9C E5 }

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

Here are 4 specific false positive scenarios for the diPackerV1XdiProtectorSoftware detection rule, including context and recommended filters:

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