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 - Hold

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