This detection identifies potential malicious activity associated with the VxNecropolis signature, which may indicate the presence of specific malware or suspicious file artifacts within the environment. Proactively hunting for this pattern in Azure Sentinel allows the SOC team to uncover early-stage threats that might be missed by standard alerts due to the rule’s low severity classification.
rule VxNecropolis
{
meta:
author="malware-lu"
strings:
$a0 = { 50 FC AD 33 C2 AB 8B D0 E2 F8 }
condition:
$a0 at pe.entry_point
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
Here are 4 specific false positive scenarios for the VxNecropolis detection rule, including suggested filters and exclusions tailored for an enterprise environment:
Scenario: Antivirus Engine Process Scanning
MsMpEng.exe, Symantec Endpoint Protection Client (Rtvscan64.exe), and their child processes from triggering this rule during standard business hours (08:00–18:00).Scenario: Scheduled Backup Agent Activity
VeeamBackupService) running between 01:00 and 05:00 daily. Alternatively, filter out events where the parent process is identified as vssvc.exe or specific Veeam executable paths (C:\Program Files\Veeam\...).Scenario: Endpoint Detection and Response (EDR) Telemetry