← Back to SOC feed Coverage →

NsPacKNetLiuXingPing

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

Hunt Hypothesis

This hunt hypothesis targets the specific network activity patterns of the NsPacKNetLiuXingPing malware to identify early-stage reconnaissance or lateral movement behaviors that may evade standard signature-based detection. Proactively hunting for this indicator in Azure Sentinel is essential to validate its presence within the environment and assess potential low-severity risks before they escalate into more significant incidents.

YARA Rule

rule NsPacKNetLiuXingPing
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 56 69 72 74 75 61 6C 50 72 6F 74 65 63 74 00 00 BB 01 47 65 74 53 79 73 74 65 6D 49 6E 66 6F 00 4B 45 52 4E 45 4C 33 32 2E 64 6C 6C 00 00 5E 00 5F 43 6F 72 [3] 4D 61 69 6E 00 6D 73 63 6F 72 65 65 2E 64 6C 6C }

condition:
		$a0
}

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 NsPacKNetLiuXingPing detection rule, including suggested filters and exclusions:

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