Dynatrace - Problem detection
Id | 415978ff-074e-4203-824a-b06153d77bf7 |
Rulename | Dynatrace - Problem detection |
Description | Detect application & infrastructure problems in your environment |
Severity | Informational |
Tactics | DefenseEvasion Execution Impact InitialAccess LateralMovement Persistence PrivilegeEscalation |
Required data connectors | DynatraceProblems |
Kind | Scheduled |
Query frequency | 1d |
Query period | 1d |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dynatrace/Analytic Rules/Dynatrace_ProblemDetection.yaml |
Version | 1.0.2 |
Arm template | 415978ff-074e-4203-824a-b06153d77bf7.json |
DynatraceProblems
| summarize arg_max(StartTime, *) by ProblemId
incidentConfiguration:
createIncident: false
groupingConfiguration:
lookbackDuration: PT5H
enabled: false
reopenClosedIncident: false
matchingMethod: AllEntities
name: Dynatrace - Problem detection
requiredDataConnectors:
- dataTypes:
- DynatraceProblems
connectorId: DynatraceProblems
triggerThreshold: 0
id: 415978ff-074e-4203-824a-b06153d77bf7
tactics:
- DefenseEvasion
- Execution
- Impact
- InitialAccess
- LateralMovement
- Persistence
- PrivilegeEscalation
requiredTechniques:
- T1140
- T1059
- T1565
- T1659
- T1210
- T1554
- T1548
version: 1.0.2
customDetails:
ImpactLevel: ImpactLevel
SeverityLevel: SeverityLevel
ProblemIdentifier: ProblemId
DisplayIdentifier: DisplayId
alertDetailsOverride:
alertDisplayNameFormat: 'Dynatrace problem detected - {{DisplayId}} : {{Title}}'
alertSeverityColumnName: Severity
alertDescriptionFormat: |
A application and/or infrastructure problem has been detected in your environment
queryPeriod: 1d
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dynatrace/Analytic Rules/Dynatrace_ProblemDetection.yaml
queryFrequency: 1d
severity: Informational
status: Available
description: |
'Detect application & infrastructure problems in your environment'
query: |
DynatraceProblems
| summarize arg_max(StartTime, *) by ProblemId
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/415978ff-074e-4203-824a-b06153d77bf7')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/415978ff-074e-4203-824a-b06153d77bf7')]",
"properties": {
"alertDetailsOverride": {
"alertDescriptionFormat": "A application and/or infrastructure problem has been detected in your environment\n",
"alertDisplayNameFormat": "Dynatrace problem detected - {{DisplayId}} : {{Title}}",
"alertSeverityColumnName": "Severity"
},
"alertRuleTemplateName": "415978ff-074e-4203-824a-b06153d77bf7",
"customDetails": {
"DisplayIdentifier": "DisplayId",
"ImpactLevel": "ImpactLevel",
"ProblemIdentifier": "ProblemId",
"SeverityLevel": "SeverityLevel"
},
"description": "'Detect application & infrastructure problems in your environment'\n",
"displayName": "Dynatrace - Problem detection",
"enabled": true,
"entityMappings": null,
"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/Dynatrace/Analytic Rules/Dynatrace_ProblemDetection.yaml",
"query": "DynatraceProblems\n| summarize arg_max(StartTime, *) by ProblemId\n",
"queryFrequency": "P1D",
"queryPeriod": "P1D",
"requiredTechniques": [
"T1140",
"T1059",
"T1565",
"T1659",
"T1210",
"T1554",
"T1548"
],
"severity": "Informational",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"DefenseEvasion",
"Execution",
"Impact",
"InitialAccess",
"LateralMovement",
"Persistence",
"PrivilegeEscalation"
],
"templateVersion": "1.0.2",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}