← Back to SOC feed Coverage →

PKLITEv114v115v1203

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 the presence of specific Pklite library versions (114, 115, and 120) often associated with legitimate software but potentially leveraged by adversaries for persistence or data exfiltration. Proactive hunting in Azure Sentinel is recommended to distinguish these benign instances from anomalous usage patterns that could indicate early-stage compromise or supply chain attacks within the environment.

YARA Rule

rule PKLITEv114v115v1203
{
      meta:
		author="malware-lu"
strings:
		$a0 = { B8 [2] BA [2] 05 [2] 3B [3] 72 ?? B4 09 BA ?? 01 CD 21 CD 20 4E 6F }

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 5 specific false positive scenarios for the PKLITEv114v115v1203 detection rule, along with recommended filters and exclusions:

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