← Back to SOC feed Coverage →

nPack111502006BetaNEOx

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

Hunt Hypothesis

This detection identifies potential early-stage malware activity or suspicious process execution patterns flagged by the specific nPack111502006BetaNEOx YARA signature within the Azure Sentinel environment. Proactive hunting for this low-severity indicator is essential to uncover stealthy adversary behaviors that may evade standard alerting thresholds, allowing the SOC team to validate and investigate emerging threats before they escalate into significant incidents.

YARA Rule

rule nPack111502006BetaNEOx
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 83 3D [5] 75 05 E9 01 00 00 00 C3 E8 41 00 00 00 B8 [4] 2B 05 [4] A3 [4] E8 5E 00 00 00 E8 E0 01 00 00 E8 EC 06 00 00 E8 F7 05 00 00 A1 [4] C7 05 [8] 01 05 [4] FF 35 [4] C3 C3 56 57 68 [4] FF 15 [4] 8B 35 [4] 8B F8 68 [4] 57 FF D6 68 [4] 57 A3 [4] FF D6 5F A3 [4] 5E 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 nPack111502006BetaNEOx detection rule, including targeted filters and exclusions:

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