← Back to SOC feed Coverage →

PocketPCSHA

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

Hunt Hypothesis

This rule detects the presence of the PocketPCSHA YARA signature, which typically identifies specific legacy or embedded code artifacts that may indicate unauthorized software execution or persistence mechanisms. Proactively hunting for this pattern in Azure Sentinel allows the SOC team to identify low-severity anomalies or dormant components that could serve as footholds for further compromise, ensuring early detection of subtle adversary activity.

YARA Rule

rule PocketPCSHA
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 86 2F 96 2F A6 2F B6 2F 22 4F 43 68 53 6B 63 6A 73 69 F0 7F 0B D0 0B 40 09 00 09 D0 B3 65 A3 66 93 67 0B 40 83 64 03 64 04 D0 0B 40 09 00 10 7F 26 4F F6 6B F6 6A F6 69 0B 00 F6 68 [3] 00 [3] 00 [3] 00 22 4F F0 7F 0A D0 06 D4 06 D5 0B 40 09 }

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 specific false positive scenarios for the PocketPCSHA YARA rule, which typically detects the presence of the pocketpcsha library or related SHA-1 implementation artifacts often found in legacy Windows CE/PocketPC environments or specific embedded/legacy applications.

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