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'
status: Available
query: |
  FilewallM365FileEvent()
  | where EventVendor == 'ODI-X' and EventProduct == 'Filewall for Microsoft 365'
  | where EventType == 'FileBlocked'  
queryFrequency: 5m
queryPeriod: 5m
triggerOperator: gt
eventGroupingSettings:
  aggregationKind: AlertPerResult
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Filewall for Microsoft 365/Analytic Rules/BlockedFiles.yaml
tactics:
- Exfiltration
triggerThreshold: 0
entityMappings:
- entityType: Account
  fieldMappings:
  - identifier: FullName
    columnName: ActorUsername
- entityType: File
  fieldMappings:
  - identifier: Name
    columnName: TargetFileName
  - identifier: Directory
    columnName: TargetFilePath
requiredDataConnectors:
- connectorId: FilewallM365
  dataTypes:
  - FilewallFile_CL
kind: Scheduled
relevantTechniques:
- T1048
description: Identifies files blocked by Filewall for Microsoft 365 (SharePoint/OneDrive/Teams).
incidentConfiguration:
  groupingConfiguration:
    reopenClosedIncident: false
    matchingMethod: AllEntities
    lookbackDuration: PT1H
    enabled: false
  createIncident: true
name: Filewall - Blocked files
version: 1.0.0
id: 86e7f6fd-5c29-4a3a-bced-3eca3fb0c621
severity: High