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
Id1818aeaa-4cc8-426b-ba54-539de896d299
RulenameMimecast Data Leak Prevention - Notifications
DescriptionDetects threat for data leak when action is notification
SeverityHigh
TacticsExfiltration
TechniquesT1030
Required data connectorsMimecastSIEMAPI
KindScheduled
Query frequency5m
Query period15m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastSEG/Analytic Rules/MimecastDLP.yaml
Version1.0.0
Arm template1818aeaa-4cc8-426b-ba54-539de896d299.json
Deploy To Azure
MimecastDLP_CL| where action_s == "notification";
queryPeriod: 15m
suppressionEnabled: false
entityMappings:
- fieldMappings:
  - columnName: senderAddress_s
    identifier: Sender
  - columnName: recipientAddress_s
    identifier: Recipient
  - columnName: action_s
    identifier: DeliveryAction
  entityType: MailMessage
id: 1818aeaa-4cc8-426b-ba54-539de896d299
enabled: true
name: Mimecast Data Leak Prevention - Notifications
kind: Scheduled
description: Detects threat for data leak when action is notification
tactics:
- Exfiltration
version: 1.0.0
triggerOperator: gt
query: MimecastDLP_CL| where action_s == "notification";
queryFrequency: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastSEG/Analytic Rules/MimecastDLP.yaml
incidentConfiguration:
  groupingConfiguration:
    matchingMethod: AllEntities
    enabled: true
    reopenClosedIncident: false
    lookbackDuration: 1d
  createIncident: true
triggerThreshold: 0
eventGroupingSettings:
  aggregationKind: SingleAlert
alertRuleTemplateName: 
requiredDataConnectors:
- dataTypes:
  - MimecastDLP_CL
  connectorId: MimecastSIEMAPI
suppressionDuration: 5h
relevantTechniques:
- T1030
severity: High
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-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": "1818aeaa-4cc8-426b-ba54-539de896d299",
        "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",
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "tactics": [
          "Exfiltration"
        ],
        "techniques": [
          "T1030"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}