← Back to SOC feed Coverage →

WARNINGTROJANXiaoHui

yara LOW Yara-Rules
backdoorcommunity
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 detection identifies the presence of the XiaoHui trojan on endpoints by leveraging a specific YARA signature to flag potentially compromised systems with low-severity indicators. A proactive hunt is essential in Azure Sentinel to uncover early-stage infections that may evade standard AV alerts, allowing analysts to investigate lateral movement or data exfiltration before the adversary establishes persistence.

YARA Rule

rule WARNINGTROJANXiaoHui
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 9C E8 00 00 00 00 5D B8 ?? 85 40 00 2D ?? 85 40 00 }

condition:
		$a0 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

Here are 4 specific false positive scenarios for the WARNINGTROJANXiaoHui detection rule, including suggested filters and exclusions:

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