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