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

Mimecast Data Leak Prevention - Notifications

Back
Idcfd67598-ad0d-430a-a793-027eb4dbe967
RulenameMimecast Data Leak Prevention - Notifications
DescriptionDetects threat for data leak when action is notification
SeverityHigh
TacticsExfiltration
TechniquesT1030
Required data connectorsMimecastSEGAPI
KindScheduled
Query frequency15m
Query period15m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastSEG/MimecastDLP_Notifications.yaml
Version1.0.0
Arm templatecfd67598-ad0d-430a-a793-027eb4dbe967.json
Deploy To Azure
MimecastDLP 
| where Action == "notification"
| extend SenderAddress = ['Sender Address'] ,RecipientAddress = ['Recipient Address']
name: Mimecast Data Leak Prevention - Notifications
entityMappings:
- fieldMappings:
  - columnName: SenderAddress
    identifier: Sender
  - columnName: RecipientAddress
    identifier: Recipient
  - columnName: Action
    identifier: DeliveryAction
  entityType: MailMessage
id: cfd67598-ad0d-430a-a793-027eb4dbe967
enabled: true
suppressionEnabled: false
version: 1.0.0
alertRuleTemplateName: 
triggerOperator: gt
query: |
  MimecastDLP 
  | where Action == "notification"
  | extend SenderAddress = ['Sender Address'] ,RecipientAddress = ['Recipient Address']  
description: Detects threat for data leak when action is notification
suppressionDuration: 5h
kind: Scheduled
queryFrequency: 15m
triggerThreshold: 0
severity: High
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    lookbackDuration: P7D
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: true
queryPeriod: 15m
requiredDataConnectors:
- dataTypes:
  - MimecastDLP
  connectorId: MimecastSEGAPI
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastSEG/MimecastDLP_Notifications.yaml
eventGroupingSettings:
  aggregationKind: SingleAlert
relevantTechniques:
- T1030
tactics:
- Exfiltration