MimecastDLP_CL| where action_s == "notification";
relevantTechniques:
- T1030
alertRuleTemplateName:
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: 1d
enabled: true
reopenClosedIncident: false
matchingMethod: AllEntities
name: Mimecast Data Leak Prevention - Notifications
requiredDataConnectors:
- dataTypes:
- MimecastDLP_CL
connectorId: MimecastSIEMAPI
entityMappings:
- fieldMappings:
- identifier: Sender
columnName: senderAddress_s
- identifier: Recipient
columnName: recipientAddress_s
- identifier: DeliveryAction
columnName: action_s
entityType: MailMessage
triggerThreshold: 0
id: 1818aeaa-4cc8-426b-ba54-539de896d299
tactics:
- Exfiltration
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastSEG/Analytic Rules/MimecastDLP.yaml
queryPeriod: 15m
kind: Scheduled
eventGroupingSettings:
aggregationKind: SingleAlert
enabled: true
suppressionDuration: 5h
queryFrequency: 5m
severity: High
suppressionEnabled: false
description: Detects threat for data leak when action is notification
query: MimecastDLP_CL| where action_s == "notification";
triggerOperator: gt
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/1818aeaa-4cc8-426b-ba54-539de896d299')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/1818aeaa-4cc8-426b-ba54-539de896d299')]",
"properties": {
"alertRuleTemplateName": null,
"customDetails": null,
"description": "Detects threat for data leak when action is notification",
"displayName": "Mimecast Data Leak Prevention - Notifications",
"enabled": true,
"entityMappings": [
{
"entityType": "MailMessage",
"fieldMappings": [
{
"columnName": "senderAddress_s",
"identifier": "Sender"
},
{
"columnName": "recipientAddress_s",
"identifier": "Recipient"
},
{
"columnName": "action_s",
"identifier": "DeliveryAction"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "SingleAlert"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"enabled": true,
"lookbackDuration": "P1D",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastSEG/Analytic Rules/MimecastDLP.yaml",
"query": "MimecastDLP_CL| where action_s == \"notification\";",
"queryFrequency": "PT5M",
"queryPeriod": "PT15M",
"severity": "High",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Exfiltration"
],
"techniques": [
"T1030"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}