← Back to SOC feed Coverage →

QinYingShieldLicense V10X V121 Lei Peng 20080122

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-23T23:00:00Z · Confidence: medium

Hunt Hypothesis

This YARA rule targets a specific variant of the QinYingShieldLicense trojan, a legacy Chinese banking trojan that may persist in environments with unpatched legacy applications or dormant malware remnants. Proactively hunting for this signature in Azure Sentinel helps identify low-severity, long-dormant threats that could serve as initial footholds for lateral movement or data exfiltration in systems that have not undergone recent integrity checks.

YARA Rule

rule QinYingShieldLicense_V10X_V121_Lei_Peng_20080122: PEiD
{
    strings:
        $a = { E8 00 00 00 00 58 05 ?? ?? ?? ?? 9C 50 C2 04 00 55 8B EC 56 57 53 34 99 47 49 34 33 EF 31 CD F5 B0 CB B5 B0 A3 A1 A3 A1 B9 FE B9 FE B9 FE B9 FE BF C9 CF A7 D1 BD A3 AC C4 E3 B2 BB D6 AA B5 C0 D5 E2 C0 EF B5 C4 D6 B8 C1 EE CA C7 CA B2 C3 B4 A3 A1 B9 FE B9 FE B9 FE 00 00 00 00 00 00 00 }
    condition:
        $a 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

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