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 connectorsDynatraceProblems
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.3
Arm template415978ff-074e-4203-824a-b06153d77bf7.json
Deploy To Azure
DynatraceProblems
| summarize  arg_max(StartTime, *) by ProblemId
tactics:
- DefenseEvasion
- Execution
- Impact
- InitialAccess
- LateralMovement
- Persistence
- PrivilegeEscalation
requiredDataConnectors:
- dataTypes:
  - DynatraceProblems
  connectorId: DynatraceProblems
incidentConfiguration:
  createIncident: false
  groupingConfiguration:
    reopenClosedIncident: false
    lookbackDuration: PT5H
    enabled: false
    matchingMethod: AllEntities
queryPeriod: 1d
kind: Scheduled
severity: Informational
customDetails:
  DisplayIdentifier: DisplayId
  ProblemIdentifier: ProblemId
  ImpactLevel: ImpactLevel
  SeverityLevel: SeverityLevel
queryFrequency: 1d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dynatrace/Analytic%20Rules/Dynatrace_ProblemDetection.yaml
triggerThreshold: 0
description: |
  'Detect application & infrastructure problems in your environment'
id: 415978ff-074e-4203-824a-b06153d77bf7
triggerOperator: gt
alertDetailsOverride:
  alertDescriptionFormat: |
    A application and/or infrastructure problem has been detected in your environment
  alertSeverityColumnName: Severity
  alertDisplayNameFormat: 'Dynatrace problem detected - {{DisplayId}} : {{Title}}'
status: Available
relevantTechniques:
- T1140
- T1059
- T1565
- T1659
- T1210
- T1554
- T1548
version: 1.0.3
name: Dynatrace - Problem detection
eventGroupingSettings:
  aggregationKind: AlertPerResult
query: |
  DynatraceProblems
  | summarize  arg_max(StartTime, *) by ProblemId
{
  "$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.3",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}