← Back to SOC feed Coverage →

nPack113002006BetaNEOx

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

Hunt Hypothesis

This detection identifies potential execution of a specific beta-stage executable or script defined by the nPack113002006BetaNEOx YARA signature, which may indicate early-stage adversary activity involving new or modified software artifacts. Proactive hunting for this signal in Azure Sentinel is essential to validate legitimate beta deployments and rapidly distinguish them from novel threats that could evade standard signature-based defenses due to their low severity classification.

YARA Rule

rule nPack113002006BetaNEOx
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 83 3D [5] 75 05 E9 01 00 00 00 C3 E8 46 00 00 00 E8 73 00 00 00 B8 [4] 2B 05 [4] A3 [4] E8 9C 00 00 00 E8 2D 02 00 00 E8 DD 06 00 00 E8 2C 06 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 5 specific false positive scenarios for the nPack113002006BetaNEOx detection rule, including suggested filters and exclusions:

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