← Back to SOC feed Coverage →

ExploitGuardControlledFolderAccess (1)

kql MEDIUM Azure-Sentinel
DeviceEvents
exploithuntingmicrosoftofficial
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 Azure-Sentinel →
Retrieved: 2026-05-24T23:00:00Z · Confidence: medium

Hunt Hypothesis

Attackers may attempt to bypass Controlled Folder Access by exploiting misconfigurations or evasion techniques, which could grant them unauthorized access to sensitive system folders. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify potential privilege escalation or data exfiltration attempts that evade standard detection mechanisms.

KQL Query

 // Controlled Folder Access events across devices
DeviceEvents
 | where ActionType startswith "ControlledFolderAccess" 
 | summarize AsrDetections=count() by DeviceName
 | order by AsrDetections desc

Analytic Rule Definition

id: ce33163e-68ba-470e-8641-ed61d43d38e1
name: ExploitGuardControlledFolderAccess (1)
description: |
  Total Controlled Folder Access events.
requiredDataConnectors:
- connectorId: MicrosoftThreatProtection
  dataTypes:
  - DeviceEvents
query: |2-
   // Controlled Folder Access events across devices
  DeviceEvents
   | where ActionType startswith "ControlledFolderAccess" 
   | summarize AsrDetections=count() by DeviceName
   | order by AsrDetections desc

Required Data Sources

Sentinel TableNotes
DeviceEventsEnsure this data connector is enabled

References

False Positive Guidance

Original source: https://github.com/Azure/Azure-Sentinel/blob/main/Hunting Queries/Microsoft 365 Defender/Protection events/ExploitGuardControlledFolderAccess (1).yaml