Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Filewall - Blocked files

Back
Id86e7f6fd-5c29-4a3a-bced-3eca3fb0c621
RulenameFilewall - Blocked files
DescriptionIdentifies files blocked by Filewall for Microsoft 365 (SharePoint/OneDrive/Teams).
SeverityHigh
TacticsExfiltration
TechniquesT1048
Required data connectorsFilewallM365
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Filewall for Microsoft 365/Analytic Rules/BlockedFiles.yaml
Version1.0.0
Arm template86e7f6fd-5c29-4a3a-bced-3eca3fb0c621.json
Deploy To Azure
FilewallM365FileEvent()
| where EventVendor == 'ODI-X' and EventProduct == 'Filewall for Microsoft 365'
| where EventType == 'FileBlocked'
entityMappings:
- entityType: Account
  fieldMappings:
  - identifier: FullName
    columnName: ActorUsername
- entityType: File
  fieldMappings:
  - identifier: Name
    columnName: TargetFileName
  - identifier: Directory
    columnName: TargetFilePath
tactics:
- Exfiltration
requiredDataConnectors:
- dataTypes:
  - FilewallFile_CL
  connectorId: FilewallM365
incidentConfiguration:
  groupingConfiguration:
    enabled: false
    lookbackDuration: PT1H
    reopenClosedIncident: false
    matchingMethod: AllEntities
  createIncident: true
id: 86e7f6fd-5c29-4a3a-bced-3eca3fb0c621
severity: High
eventGroupingSettings:
  aggregationKind: AlertPerResult
status: Available
query: |
  FilewallM365FileEvent()
  | where EventVendor == 'ODI-X' and EventProduct == 'Filewall for Microsoft 365'
  | where EventType == 'FileBlocked'  
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Filewall for Microsoft 365/Analytic Rules/BlockedFiles.yaml
kind: Scheduled
queryPeriod: 5m
version: 1.0.0
name: Filewall - Blocked files
queryFrequency: 5m
triggerThreshold: 0
relevantTechniques:
- T1048
description: Identifies files blocked by Filewall for Microsoft 365 (SharePoint/OneDrive/Teams).
triggerOperator: gt