← Back to SOC feed Coverage →

AHTeamEPProtector03fakeASProtect10FEUERRADER

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

Hunt Hypothesis

This detection identifies potential adversary activity involving a specific YARA signature that flags suspicious endpoint protection behaviors associated with fake AS Protect components in Azure Sentinel environments. Proactively hunting for this indicator allows the SOC team to uncover early-stage evasion techniques or supply chain compromises before they escalate into critical incidents, despite the rule’s current low severity classification.

YARA Rule

rule AHTeamEPProtector03fakeASProtect10FEUERRADER
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 90 [46] 90 FF E0 60 E8 01 00 00 00 90 5D 81 ED 00 00 00 00 BB 00 00 00 00 03 DD 2B 9D }

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

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