← Back to SOC feed Coverage →

AdFlt2

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-31T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies potential malicious activity associated with the AdFlt2 signature, which may indicate an adversary attempting to manipulate or monitor Active Directory traffic through specific file or process behaviors. Proactively hunting for this signal in Azure Sentinel allows the SOC team to uncover subtle early-stage indicators of compromise that might otherwise be missed by standard alerting thresholds, enabling faster response to targeted attacks on directory services.

YARA Rule

rule AdFlt2: Packer PEiD
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 68 00 01 9C 0F A0 0F A8 60 FD 6A 00 0F A1 BE [2] AD }

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 AdFlt2 detection rule in an enterprise environment, along with targeted filters and exclusions:

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