← Back to SOC feed Coverage →

ExploitGuardControlledFolderAccess

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

Adversaries may attempt to bypass Controlled Folder Access by exploiting misconfigurations or leveraging privilege escalation to evade detection. SOC teams should proactively hunt for this behavior to identify potential bypasses of endpoint protection mechanisms in their Azure Sentinel environment.

KQL Query

DeviceEvents
 | where ActionType  startswith "ControlledFolderAccess" 
 | summarize NumberOfEvents=count() by ActionType
 | sort by NumberOfEvents desc

Analytic Rule Definition

id: c4e021bc-59f8-4464-9f93-3b08d8b28cc3
name: ExploitGuardControlledFolderAccess
description: |
  Total Controlled Folder Access events.
requiredDataConnectors:
- connectorId: MicrosoftThreatProtection
  dataTypes:
  - DeviceEvents
query: |
  DeviceEvents
   | where ActionType  startswith "ControlledFolderAccess" 
   | summarize NumberOfEvents=count() by ActionType
   | sort by NumberOfEvents 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.yaml