← Back to SOC feed Coverage →

AHTeamEPProtector03fakeVOBProtectCDFEUERRADER

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

Hunt Hypothesis

This detection identifies potential adversary activity involving fake Volume Object Block (VOB) protection mechanisms that may indicate an attempt to evade endpoint security controls or establish persistence through deceptive file structures. A SOC team should proactively hunt for this behavior in Azure Sentinel to uncover stealthy initial access or lateral movement tactics that traditional signature-based defenses might overlook due to their low severity and specialized YARA rule nature.

YARA Rule

rule AHTeamEPProtector03fakeVOBProtectCDFEUERRADER
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 90 [46] 90 FF E0 5F 81 EF 00 00 00 00 BE 00 00 40 00 8B 87 00 00 00 00 03 C6 57 56 8C A7 00 00 00 00 FF 10 89 87 00 00 00 00 5E 5F }

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 AHTeamEPProtector03fakeVOBProtectCDFEUERRADER detection rule, tailored for a legitimate enterprise environment:

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