← Back to SOC feed Coverage →

VxNecropolis1963

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

Hunt Hypothesis

This YARA rule targets the VxNecropolis1963 malware family, which is often associated with legacy or dormant threat actors deploying custom or modified payloads to establish a foothold in the environment. Proactively hunting for this signature in Azure Sentinel allows the SOC team to identify potentially overlooked or low-and-slow infections that may not trigger standard behavioral alerts, ensuring early detection of known malicious artifacts before they can escalate in impact.

YARA Rule

rule VxNecropolis1963
{
      meta:
		author="malware-lu"
strings:
		$a0 = { B4 30 CD 21 3C 03 [2] B8 00 12 CD 2F 3C FF B8 [4] B4 4A BB 40 01 CD 21 [2] FA 0E 17 BC [2] E8 [2] FB A1 [2] 0B C0 }

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 3-5 specific false positive scenarios for the YARA rule VxNecropolis1963, along with suggested filters or exclusions:

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