← Back to SOC feed Coverage →

AHTeamEPProtector03fakeStonesPEEncryptor20FEUERRADER

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 fileless or packed malware activity characterized by specific PE encryptor signatures that may indicate an adversary attempting to obfuscate malicious executables within the endpoint environment. Proactively hunting for this behavior in Azure Sentinel is essential to uncover stealthy threats that evade traditional signature-based defenses, allowing the SOC team to validate false positives and investigate early-stage encryption anomalies before they escalate into broader incidents.

YARA Rule

rule AHTeamEPProtector03fakeStonesPEEncryptor20FEUERRADER
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 90 [46] 90 FF E0 53 51 52 56 57 55 E8 00 00 00 00 5D 81 ED 42 30 40 00 FF 95 32 35 40 00 B8 37 30 40 00 03 C5 2B 85 1B 34 40 00 89 85 27 34 40 00 83 }

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

False Positive Scenarios for AHTeamEPProtector03fakeStonesPEEncryptor20FEUERRADER

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