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