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

Filewall - Blocked emails

Back
Id9b784b65-2d16-4c9f-9f59-2a5d4c659f42
RulenameFilewall - Blocked emails
DescriptionIdentifies emails blocked by Filewall for Microsoft 365 (Exchange).
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/BlockedEmails.yaml
Version1.0.0
Arm template9b784b65-2d16-4c9f-9f59-2a5d4c659f42.json
Deploy To Azure
FilewallM365ExchangeEvent()
| where EventVendor == 'ODI-X' and EventProduct == 'Filewall for Microsoft 365'
| where EventType == 'ThreatInfo' and EventResult == 'Blocked'
status: Available
query: |
  FilewallM365ExchangeEvent()
  | where EventVendor == 'ODI-X' and EventProduct == 'Filewall for Microsoft 365'
  | where EventType == 'ThreatInfo' and EventResult == 'Blocked'  
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/BlockedEmails.yaml
tactics:
- Exfiltration
triggerThreshold: 0
entityMappings:
- entityType: Account
  fieldMappings:
  - identifier: FullName
    columnName: ActorUsername
- entityType: MailMessage
  fieldMappings:
  - identifier: Recipient
    columnName: EmailRecipientTo
  - identifier: Subject
    columnName: EmailSubject
  - identifier: Sender
    columnName: EmailSenderFrom
requiredDataConnectors:
- connectorId: FilewallM365
  dataTypes:
  - FilewallExchange_CL
kind: Scheduled
relevantTechniques:
- T1048
description: Identifies emails blocked by Filewall for Microsoft 365 (Exchange).
incidentConfiguration:
  groupingConfiguration:
    reopenClosedIncident: false
    matchingMethod: AllEntities
    lookbackDuration: PT1H
    enabled: false
  createIncident: true
name: Filewall - Blocked emails
version: 1.0.0
id: 9b784b65-2d16-4c9f-9f59-2a5d4c659f42
severity: High