← Back to SOC feed Coverage →

EYouDiDaiYueHeiFengGao

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

Hunt Hypothesis

This detection identifies potential file-based threats matching the specific signature of the “EYouDiDaiYueHeiFengGao” YARA rule, which may indicate early-stage adversary activity involving known malware or suspicious artifacts within the environment. Although currently flagged with low severity, proactively hunting for this pattern in Azure Sentinel allows the SOC team to validate false positives and uncover subtle indicators of compromise before they escalate into critical incidents.

YARA Rule

rule EYouDiDaiYueHeiFengGao
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 8B EC B8 [4] E8 [4] 53 56 57 0F 31 8B D8 0F 31 8B D0 2B D3 C1 EA 10 B8 [4] 0F 6E C0 B8 [4] 0F 6E C8 0F F5 C1 0F 7E C0 0F 77 03 C2 [5] FF E0 }

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 5 specific false positive scenarios for the EYouDiDaiYueHeiFengGao detection rule, tailored for a legitimate enterprise environment:

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