← Back to SOC feed Coverage →

PKLITEv150Devicedrivercompression

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

Hunt Hypothesis

This detection identifies potential adversary activity involving the compression of device drivers using the PKLite v1.50 library, a technique often employed to obfuscate malicious payloads or stage components for execution within the kernel space. A proactive hunt is essential in Azure Sentinel to uncover stealthy supply chain compromises or early-stage lateral movement that may evade standard signature-based defenses by leveraging legitimate driver compression mechanisms.

YARA Rule

rule PKLITEv150Devicedrivercompression
{
      meta:
		author="malware-lu"
strings:
		$a0 = { B4 09 BA 14 01 CD 21 B8 00 4C CD 21 F8 9C 50 53 51 52 56 57 55 1E 06 BB }

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 PKLITEv150Devicedrivercompression detection rule, including targeted filters and exclusions:

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