Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Mimecast Targeted Threat Protection - Attachment Protect

Back
Id617a55be-a8d8-49c1-8687-d19a0231056f
RulenameMimecast Targeted Threat Protection - Attachment Protect
DescriptionDetects a threat for an unsafe attachment in an email.
SeverityHigh
TacticsInitialAccess
Discovery
TechniquesT0865
Required data connectorsMimecastTTPAPI
KindScheduled
Query frequency30m
Query period30m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastTTP/Mimecast_TTP_Attachment.yaml
Version1.0.0
Arm template617a55be-a8d8-49c1-8687-d19a0231056f.json
Deploy To Azure
MimecastTTPAttachment
| where Result != "safe"
| extend SenderAddress = ['Sender Address'] ,RecipientAddress = ['Recipient Address']
query: |
  MimecastTTPAttachment
  | where Result != "safe"
  | extend SenderAddress = ['Sender Address'] ,RecipientAddress = ['Recipient Address']  
relevantTechniques:
- T0865
name: Mimecast Targeted Threat Protection - Attachment Protect
severity: High
triggerThreshold: 0
suppressionDuration: 5h
description: |
    'Detects a threat for an unsafe attachment in an email.'
status: Available
incidentConfiguration:
  groupingConfiguration:
    lookbackDuration: P7D
    reopenClosedIncident: false
    enabled: true
    matchingMethod: AllEntities
  createIncident: true
triggerOperator: gt
tactics:
- InitialAccess
- Discovery
entityMappings:
- fieldMappings:
  - columnName: SenderAddress
    identifier: Sender
  - columnName: RecipientAddress
    identifier: Recipient
  - columnName: Subject
    identifier: Subject
  entityType: MailMessage
requiredDataConnectors:
- connectorId: MimecastTTPAPI
  dataTypes:
  - MimecastTTPAttachment
eventGroupingSettings:
  aggregationKind: AlertPerResult
id: 617a55be-a8d8-49c1-8687-d19a0231056f
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastTTP/Mimecast_TTP_Attachment.yaml
suppressionEnabled: false
queryPeriod: 30m
queryFrequency: 30m
version: 1.0.0
kind: Scheduled
{
  "$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/617a55be-a8d8-49c1-8687-d19a0231056f')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/617a55be-a8d8-49c1-8687-d19a0231056f')]",
      "properties": {
        "alertRuleTemplateName": "617a55be-a8d8-49c1-8687-d19a0231056f",
        "customDetails": null,
        "description": "'Detects a threat for an unsafe attachment in an email.'\n",
        "displayName": "Mimecast Targeted Threat Protection - Attachment Protect",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "MailMessage",
            "fieldMappings": [
              {
                "columnName": "SenderAddress",
                "identifier": "Sender"
              },
              {
                "columnName": "RecipientAddress",
                "identifier": "Recipient"
              },
              {
                "columnName": "Subject",
                "identifier": "Subject"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "incidentConfiguration": {
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": true,
            "lookbackDuration": "P7D",
            "matchingMethod": "AllEntities",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastTTP/Mimecast_TTP_Attachment.yaml",
        "query": "MimecastTTPAttachment\n| where Result != \"safe\"\n| extend SenderAddress = ['Sender Address'] ,RecipientAddress = ['Recipient Address']\n",
        "queryFrequency": "PT30M",
        "queryPeriod": "PT30M",
        "severity": "High",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "tactics": [
          "Discovery",
          "InitialAccess"
        ],
        "techniques": null,
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}