MimecastDLP
| where Action == "hold"
| extend SenderAddress = ['Sender Address'] ,RecipientAddress = ['Recipient Address']
name: Mimecast Data Leak Prevention - Hold
entityMappings:
- fieldMappings:
- columnName: SenderAddress
identifier: Sender
- columnName: RecipientAddress
identifier: Recipient
- columnName: Action
identifier: DeliveryAction
entityType: MailMessage
id: 8e52bcf1-4f50-4c39-8678-d9efad64e379
enabled: true
suppressionEnabled: false
version: 1.0.0
triggerOperator: gt
query: |
MimecastDLP
| where Action == "hold"
| extend SenderAddress = ['Sender Address'] ,RecipientAddress = ['Recipient Address']
description: Detects threat for data leak when action is hold
suppressionDuration: 5h
kind: Scheduled
queryFrequency: 15m
triggerThreshold: 0
severity: Informational
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_hold.yaml
eventGroupingSettings:
aggregationKind: SingleAlert
relevantTechniques:
- T1030
tactics:
- Exfiltration