← Back to SOC feed Coverage →

AHTeamEPProtector03fakeVIRUSIWormHybrisFEUERRADER

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

Hunt Hypothesis

This detection identifies adversary behavior involving the execution of a deceptive worm masquerading as an antivirus protector to evade initial scrutiny and establish persistence within endpoints. A SOC team should proactively hunt for this signature in Azure Sentinel because low-severity alerts often mask sophisticated social engineering attacks that could serve as a precursor to broader lateral movement or data exfiltration campaigns.

YARA Rule

rule AHTeamEPProtector03fakeVIRUSIWormHybrisFEUERRADER
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 90 [46] 90 FF E0 EB 16 A8 54 00 00 47 41 42 4C 4B 43 47 43 00 00 00 00 00 00 52 49 53 00 FC 68 4C 70 40 00 FF 15 }

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 detection rule AHTeamEPProtector03fakeVIRUSIWormHybrisFEUERRADER, along with targeted filters and exclusions:

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