← Back to SOC feed Coverage →

nSpackV23LiuXingPing

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

Hunt Hypothesis

This detection identifies the presence of the Liu Xing Ping malware family via YARA signature matching, signaling potential initial access or lateral movement by threat actors utilizing this specific toolset. Proactively hunting for this indicator in Azure Sentinel allows the SOC team to uncover early-stage infections that may evade standard signature-based alerts, enabling faster containment before adversaries establish persistence.

YARA Rule

rule nSpackV23LiuXingPing
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 9C 60 70 61 63 6B 24 40 }

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 4 specific false positive scenarios for the nSpackV23LiuXingPing detection rule in an enterprise environment:

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