Back
Id05de0eaf-01bc-4615-99fc-2ec769864b34
RulenameDarktrace Incident Event
DescriptionThis query searches for Darktrace incident events and creates a Microsoft Sentinel incident for each matching result.
SeverityHigh
TacticsInitialAccess
Execution
LateralMovement
CommandAndControl
TechniquesT1190
T1059
T1021
T1071
Required data connectorsDarktraceActiveAISecurityPlatform
KindNRT
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Darktrace/Analytic%20Rules/DarktraceIncidentEvent.yaml
Version1.1.0
Arm template05de0eaf-01bc-4615-99fc-2ec769864b34.json
Deploy To Azure
DarktraceIncidents_CL
| where TimeGenerated >= ago(5m)
| extend SentinelSeverity = case(groupCategory == "suspicious", "Medium",
groupCategory == "critical", "High", "Informational")
| extend ProviderName = "Darktrace"
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    lookbackDuration: PT5M
    reopenClosedIncident: false
    enabled: false
    matchingMethod: AllEntities
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: accountName
    identifier: FullName
- entityType: IP
  fieldMappings:
  - columnName: deviceIp
    identifier: Address
- entityType: Host
  fieldMappings:
  - columnName: deviceHostname
    identifier: HostName
query: |
  DarktraceIncidents_CL
  | where TimeGenerated >= ago(5m)
  | extend SentinelSeverity = case(groupCategory == "suspicious", "Medium",
  groupCategory == "critical", "High", "Informational")
  | extend ProviderName = "Darktrace"
id: 05de0eaf-01bc-4615-99fc-2ec769864b34
severity: High
alertDetailsOverride:
  alertDisplayNameFormat: 'Darktrace Incident Event: {{incidentEventTitle}} '
  alertSeverityColumnName: SentinelSeverity
  alertDescriptionFormat: '{{summary}}'
  alertDynamicProperties:
  - value: url
    alertProperty: AlertLink
  - value: darktraceProduct
    alertProperty: ProductName
  - value: ProviderName
    alertProperty: ProviderName
eventGroupingSettings:
  aggregationKind: AlertPerResult
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Darktrace/Analytic%20Rules/DarktraceIncidentEvent.yaml
version: 1.1.0
relevantTechniques:
- T1190
- T1059
- T1021
- T1071
name: Darktrace Incident Event
kind: NRT
tactics:
- InitialAccess
- Execution
- LateralMovement
- CommandAndControl
requiredDataConnectors:
- dataTypes:
  - DarktraceIncidents_CL
  connectorId: DarktraceActiveAISecurityPlatform
description: This query searches for Darktrace incident events and creates a Microsoft Sentinel incident for each matching result.
customDetails:
  EndTime: endTime
  CurrentGroup: currentGroup
  IncidentEventScore: aiaScore
  CustomLabel: customLabel
  AssetDetails: devices
  StartTime: startTime
  IncidentScore: groupScore
  ModelBreaches: modelBreaches
  Asset: bestAssetName
  PreviousGroups: groupPreviousGroups
{
  "$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/05de0eaf-01bc-4615-99fc-2ec769864b34')]",
      "kind": "NRT",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/05de0eaf-01bc-4615-99fc-2ec769864b34')]",
      "properties": {
        "alertDetailsOverride": {
          "alertDescriptionFormat": "{{summary}}",
          "alertDisplayNameFormat": "Darktrace Incident Event: {{incidentEventTitle}} ",
          "alertDynamicProperties": [
            {
              "alertProperty": "AlertLink",
              "value": "url"
            },
            {
              "alertProperty": "ProductName",
              "value": "darktraceProduct"
            },
            {
              "alertProperty": "ProviderName",
              "value": "ProviderName"
            }
          ],
          "alertSeverityColumnName": "SentinelSeverity"
        },
        "alertRuleTemplateName": "05de0eaf-01bc-4615-99fc-2ec769864b34",
        "customDetails": {
          "Asset": "bestAssetName",
          "AssetDetails": "devices",
          "CurrentGroup": "currentGroup",
          "CustomLabel": "customLabel",
          "EndTime": "endTime",
          "IncidentEventScore": "aiaScore",
          "IncidentScore": "groupScore",
          "ModelBreaches": "modelBreaches",
          "PreviousGroups": "groupPreviousGroups",
          "StartTime": "startTime"
        },
        "description": "This query searches for Darktrace incident events and creates a Microsoft Sentinel incident for each matching result.",
        "displayName": "Darktrace Incident Event",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "accountName",
                "identifier": "FullName"
              }
            ]
          },
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "deviceIp",
                "identifier": "Address"
              }
            ]
          },
          {
            "entityType": "Host",
            "fieldMappings": [
              {
                "columnName": "deviceHostname",
                "identifier": "HostName"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "incidentConfiguration": {
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": false,
            "lookbackDuration": "PT5M",
            "matchingMethod": "AllEntities",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Darktrace/Analytic%20Rules/DarktraceIncidentEvent.yaml",
        "query": "DarktraceIncidents_CL\n| where TimeGenerated >= ago(5m)\n| extend SentinelSeverity = case(groupCategory == \"suspicious\", \"Medium\",\ngroupCategory == \"critical\", \"High\", \"Informational\")\n| extend ProviderName = \"Darktrace\"\n",
        "severity": "High",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "CommandAndControl",
          "Execution",
          "InitialAccess",
          "LateralMovement"
        ],
        "techniques": [
          "T1021",
          "T1059",
          "T1071",
          "T1190"
        ],
        "templateVersion": "1.1.0"
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}