← Back to SOC feed Coverage →

PocketPCARM

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

Hunt Hypothesis

This detection identifies potential legacy or embedded device activity by matching network traffic against the specific PocketPCARM signature, which may indicate the presence of outdated systems vulnerable to modern threats. Proactively hunting for this behavior in Azure Sentinel allows the SOC team to map and secure potentially unmonitored endpoints that could serve as entry points for lateral movement or data exfiltration attacks within the broader enterprise environment.

YARA Rule

rule PocketPCARM
{
      meta:
		author="malware-lu"
strings:
		$a0 = { F0 40 2D E9 00 40 A0 E1 01 50 A0 E1 02 60 A0 E1 03 70 A0 E1 ?? 00 00 EB 07 30 A0 E1 06 20 A0 E1 05 10 A0 E1 04 00 A0 E1 [3] EB F0 40 BD E8 ?? 00 00 EA ?? 40 2D E9 [2] 9F E5 [5] 00 [8] 9F E5 00 [4] 00 }

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 PocketPCARM detection rule in an enterprise environment, including suggested filters and exclusions:

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