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