This detection identifies the presence of the Liu Xing Ping malware variant within the environment by leveraging a specific YARA signature to capture its unique behavioral artifacts. Proactive hunting for this threat in Azure Sentinel is essential to uncover early-stage infections that may evade standard heuristic scans, allowing the SOC team to isolate affected assets before lateral movement occurs.
rule NsPacKV36LiuXingPing
{
meta:
author="malware-lu"
strings:
$a0 = { 9C 60 E8 00 00 00 00 5D 83 ED 07 8D [5] 83 38 01 0F 84 47 02 00 00 }
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 NsPacKV36LiuXingPing detection rule in an enterprise environment, along with suggested filters:
Scenario: Scheduled Antivirus Definition Updates via Microsoft Endpoint Manager
ProcessName is IntuneManagementExtension.exe or ccmexec.exe and the ParentProcessName belongs to the Microsoft Endpoint Manager service group, specifically during the configured maintenance window (e.g., 02:00–04:00 UTC).Scenario: Automated Backup Jobs Using Veeam or Commvault
VeeamBRService or CommServe service accounts where the FileExtension is .tmp, .vbk, or .dsk, and the file size exceeds 50MB (indicating a bulk backup artifact rather than a standalone executable).Scenario: Deployment of Third-Party Security Agents via SCCM