← Back to SOC feed Coverage →

PKLITEv112v115v1201

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

Hunt Hypothesis

This detection identifies the presence of the PKLite utility on endpoints, which adversaries often leverage to extract or manipulate certificate data during reconnaissance and persistence phases. Proactively hunting for this activity in Azure Sentinel allows the SOC team to distinguish legitimate administrative usage from potential malicious behavior where attackers utilize PKLite to facilitate certificate-based attacks or credential theft.

YARA Rule

rule PKLITEv112v115v1201
{
      meta:
		author="malware-lu"
strings:
		$a0 = { B8 [2] BA [2] 05 [2] 3B 06 [2] 73 ?? 2D [2] FA 8E D0 FB 2D [2] 8E C0 50 B9 [2] 33 FF 57 BE [2] FC F3 A5 CB B4 09 BA [2] CD 21 CD 20 }

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 PKLITEv112v115v1201 detection rule, tailored to a legitimate enterprise environment:

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