Analytic rule catalog
Darktrace Model Alert
Back
| Id | 9392a06f-63a4-4a5d-8ca3-647064b13c28 |
| Rulename | Darktrace Model Alert |
| Description | This query searches for Darktrace model alerts and creates a Microsoft Sentinel alert from each matching event. Edit this analytic rule if you would like it to create Microsoft Sentinel incidents. |
| Severity | High |
| Tactics | InitialAccess Execution LateralMovement CommandAndControl |
| Techniques | T1190 T1059 T1021 T1071 |
| Required data connectors | DarktraceActiveAISecurityPlatform |
| Kind | NRT |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Darktrace/Analytic%20Rules/DarktraceModelAlert.yaml |
| Version | 1.1.0 |
| Arm template | 9392a06f-63a4-4a5d-8ca3-647064b13c28.json |
DarktraceModelAlerts_CL
| where TimeGenerated >= ago(5m)
| extend SentinelSeverity = case(
compliance == true, "Informational",
category == "Informational", "Low",
category == "Suspicious", "Medium",
category == "Critical", "High",
"Informational")
| extend ProviderName = "Darktrace"
| mv-apply item = mitreTechniques on (
extend techniqueId = tostring(item.techniqueId)
| summarize techniqueIdArray = make_list(techniqueId, 5)
)
incidentConfiguration:
createIncident: false
groupingConfiguration:
lookbackDuration: PT5H
reopenClosedIncident: false
enabled: false
matchingMethod: AllEntities
entityMappings:
- entityType: Account
fieldMappings:
- columnName: accountName
identifier: FullName
- entityType: IP
fieldMappings:
- columnName: sourceIp
identifier: Address
- entityType: IP
fieldMappings:
- columnName: destIp
identifier: Address
- entityType: Host
fieldMappings:
- columnName: destHost
identifier: HostName
- entityType: Host
fieldMappings:
- columnName: sourceHost
identifier: HostName
query: |
DarktraceModelAlerts_CL
| where TimeGenerated >= ago(5m)
| extend SentinelSeverity = case(
compliance == true, "Informational",
category == "Informational", "Low",
category == "Suspicious", "Medium",
category == "Critical", "High",
"Informational")
| extend ProviderName = "Darktrace"
| mv-apply item = mitreTechniques on (
extend techniqueId = tostring(item.techniqueId)
| summarize techniqueIdArray = make_list(techniqueId, 5)
)
id: 9392a06f-63a4-4a5d-8ca3-647064b13c28
severity: High
alertDetailsOverride:
alertDisplayNameFormat: 'Darktrace Model Alert: {{modelName}} '
alertSeverityColumnName: SentinelSeverity
alertDescriptionFormat: '{{message}}'
alertDynamicProperties:
- value: alertUrl
alertProperty: AlertLink
- value: darktraceProduct
alertProperty: ProductName
- value: ProviderName
alertProperty: ProviderName
- value: techniqueIdArray
alertProperty: Techniques
eventGroupingSettings:
aggregationKind: AlertPerResult
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Darktrace/Analytic%20Rules/DarktraceModelAlert.yaml
version: 1.1.0
relevantTechniques:
- T1190
- T1059
- T1021
- T1071
name: Darktrace Model Alert
kind: NRT
tactics:
- InitialAccess
- Execution
- LateralMovement
- CommandAndControl
requiredDataConnectors:
- dataTypes:
- DarktraceModelAlerts_CL
connectorId: DarktraceActiveAISecurityPlatform
description: |
This query searches for Darktrace model alerts and creates a Microsoft Sentinel alert
from each matching event. Edit this analytic rule if you would like it to create
Microsoft Sentinel incidents.
customDetails:
CustomLabel: customLabel
Compliance: compliance
Score: score
Category: category
DeviceCredentials: deviceCredentials
DeviceHostname: deviceHostname
{
"$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/9392a06f-63a4-4a5d-8ca3-647064b13c28')]",
"kind": "NRT",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/9392a06f-63a4-4a5d-8ca3-647064b13c28')]",
"properties": {
"alertDetailsOverride": {
"alertDescriptionFormat": "{{message}}",
"alertDisplayNameFormat": "Darktrace Model Alert: {{modelName}} ",
"alertDynamicProperties": [
{
"alertProperty": "AlertLink",
"value": "alertUrl"
},
{
"alertProperty": "ProductName",
"value": "darktraceProduct"
},
{
"alertProperty": "ProviderName",
"value": "ProviderName"
},
{
"alertProperty": "Techniques",
"value": "techniqueIdArray"
}
],
"alertSeverityColumnName": "SentinelSeverity"
},
"alertRuleTemplateName": "9392a06f-63a4-4a5d-8ca3-647064b13c28",
"customDetails": {
"Category": "category",
"Compliance": "compliance",
"CustomLabel": "customLabel",
"DeviceCredentials": "deviceCredentials",
"DeviceHostname": "deviceHostname",
"Score": "score"
},
"description": "This query searches for Darktrace model alerts and creates a Microsoft Sentinel alert\nfrom each matching event. Edit this analytic rule if you would like it to create\nMicrosoft Sentinel incidents.\n",
"displayName": "Darktrace Model Alert",
"enabled": true,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "accountName",
"identifier": "FullName"
}
]
},
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "sourceIp",
"identifier": "Address"
}
]
},
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "destIp",
"identifier": "Address"
}
]
},
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "destHost",
"identifier": "HostName"
}
]
},
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "sourceHost",
"identifier": "HostName"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"incidentConfiguration": {
"createIncident": false,
"groupingConfiguration": {
"enabled": false,
"lookbackDuration": "PT5H",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Darktrace/Analytic%20Rules/DarktraceModelAlert.yaml",
"query": "DarktraceModelAlerts_CL\n| where TimeGenerated >= ago(5m)\n| extend SentinelSeverity = case(\ncompliance == true, \"Informational\",\ncategory == \"Informational\", \"Low\",\ncategory == \"Suspicious\", \"Medium\",\ncategory == \"Critical\", \"High\",\n\"Informational\")\n| extend ProviderName = \"Darktrace\"\n| mv-apply item = mitreTechniques on (\n extend techniqueId = tostring(item.techniqueId)\n | summarize techniqueIdArray = make_list(techniqueId, 5)\n)\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"
}
]
}