← Back to SOC feed Coverage →

nPackV112002006BetaNEOxuinC

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-12T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies the presence of a specific YARA-matched artifact (nPackV112002006BetaNEOxuinC) that may indicate an early-stage adversary activity or a known benign process requiring verification within the Azure Sentinel environment. Proactive hunting for this signature is essential to distinguish between legitimate baseline behavior and potential low-severity indicators of compromise, ensuring that subtle threats are not overlooked before they escalate into critical incidents.

YARA Rule

rule nPackV112002006BetaNEOxuinC
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 83 3D 40 [3] 00 75 05 E9 01 00 00 00 C3 E8 41 00 00 00 B8 80 [3] 2B 05 08 [3] A3 3C [3] E8 5E 00 00 00 E8 EC 01 00 00 E8 F8 06 00 00 E8 03 06 00 00 A1 3C [3] C7 05 40 [3] 01 00 00 00 01 05 00 [3] FF 35 00 [3] C3 C3 }

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 detection rule nPackV112002006BetaNEOxuinC, including context and recommended filters:

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