Back
Id415978ff-074e-4203-824a-b06153d77bf7
RulenameDynatrace - Problem detection
DescriptionDetect application & infrastructure problems in your environment
SeverityInformational
TacticsDefenseEvasion
Execution
Impact
InitialAccess
LateralMovement
Persistence
PrivilegeEscalation
TechniquesT1140
T1059
T1565
T1659
T1210
T1554
T1548
Required data connectorsDTProblemsV3CCPDefinition
DynatraceProblems
DynatraceProblemsCCPDefinition
KindScheduled
Query frequency1d
Query period1d
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dynatrace/Analytic%20Rules/Dynatrace_ProblemDetection.yaml
Version1.0.4
Arm template415978ff-074e-4203-824a-b06153d77bf7.json
Deploy To Azure
DynatraceProblems
| summarize  arg_max(StartTime, *) by ProblemId
queryPeriod: 1d
incidentConfiguration:
  createIncident: false
  groupingConfiguration:
    reopenClosedIncident: false
    enabled: false
    lookbackDuration: PT5H
    matchingMethod: AllEntities
status: Available
version: 1.0.4
description: |
  'Detect application & infrastructure problems in your environment'
queryFrequency: 1d
customDetails:
  ImpactLevel: ImpactLevel
  ProblemIdentifier: ProblemId
  SeverityLevel: SeverityLevel
  DisplayIdentifier: DisplayId
id: 415978ff-074e-4203-824a-b06153d77bf7
kind: Scheduled
relevantTechniques:
- T1140
- T1059
- T1565
- T1659
- T1210
- T1554
- T1548
triggerThreshold: 0
tactics:
- DefenseEvasion
- Execution
- Impact
- InitialAccess
- LateralMovement
- Persistence
- PrivilegeEscalation
requiredDataConnectors:
- connectorId: DynatraceProblems
  dataTypes:
  - DynatraceProblems
- connectorId: DynatraceProblemsCCPDefinition
  dataTypes:
  - DynatraceProblemsV2_CL
- connectorId: DTProblemsV3CCPDefinition
  dataTypes:
  - DynatraceProblemsV3_CL
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dynatrace/Analytic%20Rules/Dynatrace_ProblemDetection.yaml
query: |
  DynatraceProblems
  | summarize  arg_max(StartTime, *) by ProblemId
alertDetailsOverride:
  alertDescriptionFormat: |
    A application and/or infrastructure problem has been detected in your environment
  alertSeverityColumnName: Severity
  alertDisplayNameFormat: 'Dynatrace problem detected - {{DisplayId}} : {{Title}}'
severity: Informational
triggerOperator: gt
name: Dynatrace - Problem detection
eventGroupingSettings:
  aggregationKind: AlertPerResult
{
  "$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%20Rules/Dynatrace_ProblemDetection.yaml",
        "query": "DynatraceProblems\n| summarize  arg_max(StartTime, *) by ProblemId\n",
        "queryFrequency": "P1D",
        "queryPeriod": "P1D",
        "severity": "Informational",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "DefenseEvasion",
          "Execution",
          "Impact",
          "InitialAccess",
          "LateralMovement",
          "Persistence",
          "PrivilegeEscalation"
        ],
        "techniques": [
          "T1059",
          "T1140",
          "T1210",
          "T1548",
          "T1554",
          "T1565",
          "T1659"
        ],
        "templateVersion": "1.0.4",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}