← Back to SOC feed Coverage →

PKLITEv200bextra

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 potential adversary activity involving the execution of a specific lightweight process or file signature defined by the PKLITEv200bextra YARA rule, which may indicate early-stage reconnaissance or lateral movement attempts. A SOC team should proactively hunt for this signal in Azure Sentinel to validate whether these low-severity events represent benign operations or subtle indicators of compromise that could escalate into more significant threats if left uninvestigated.

YARA Rule

rule PKLITEv200bextra
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 50 B8 [2] BA [2] 05 [2] 3B 06 02 00 72 ?? B4 09 BA [2] CD 21 B8 01 4C CD 21 [30] EA [4] F3 A5 C3 59 2D [2] 8E D0 51 2D [2] 50 80 }

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

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