← Back to SOC feed Coverage →

Packanoidv1Arkanoid

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

Hunt Hypothesis

This rule detects the presence of the Packanoidv1Arkanoid YARA signature, which identifies specific malicious or packed code artifacts that adversaries may use to obscure their presence on endpoints. Proactively hunting for this low-severity indicator allows the SOC team to identify early-stage infections or dormant payloads in Azure Sentinel, enabling rapid triage before they escalate into more complex compromise scenarios.

YARA Rule

rule Packanoidv1Arkanoid
{
      meta:
		author="malware-lu"
strings:
		$a0 = { BF [4] BE [4] E8 9D 00 00 00 B8 [4] 8B 30 8B 78 04 BB [4] 8B 43 04 91 E3 1F 51 FF D6 56 96 8B 13 8B 02 91 E3 0D 52 51 56 FF D7 5A 89 02 83 C2 04 EB EE 83 C3 08 }

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

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