Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Dynatrace Application Security - Attack detection

Back
Id1b0b2065-8bac-5a00-83c4-1b58f69ac212
RulenameDynatrace Application Security - Attack detection
DescriptionDynatrace has detected an ongoing attack in your environment.
SeverityHigh
TacticsExecution
Impact
InitialAccess
PrivilegeEscalation
TechniquesT1059
T1565
T1190
T1068
Required data connectorsDynatraceAttacks
KindScheduled
Query frequency1d
Query period1d
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dynatrace/Analytic Rules/DynatraceApplicationSecurity_AttackDetection.yaml
Version1.0.1
Arm template1b0b2065-8bac-5a00-83c4-1b58f69ac212.json
Deploy To Azure
DynatraceAttacks
| where State != 'ALLOWLISTED'
| summarize  arg_max(TimeStamp, *) by AttackId
alertDetailsOverride:
  alertDescriptionFormat: |
        Dynatrace has detected an ongoing attack in your environment which was {{State}}.
  alertDisplayNameFormat: 'Dynatrace Attack {{State}} - {{DisplayId}} : {{DisplayName}}'
relevantTechniques:
- T1059
- T1565
- T1190
- T1068
name: Dynatrace Application Security - Attack detection
queryFrequency: 1d
version: 1.0.1
incidentConfiguration:
  groupingConfiguration:
    reopenClosedIncident: true
    enabled: true
    lookbackDuration: P7D
    matchingMethod: AllEntities
  createIncident: true
triggerThreshold: 0
severity: High
requiredDataConnectors:
- connectorId: DynatraceAttacks
  dataTypes:
  - DynatraceAttacks
tactics:
- Execution
- Impact
- InitialAccess
- PrivilegeEscalation
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dynatrace/Analytic Rules/DynatraceApplicationSecurity_AttackDetection.yaml
query: |
  DynatraceAttacks
  | where State != 'ALLOWLISTED'
  | summarize  arg_max(TimeStamp, *) by AttackId  
kind: Scheduled
entityMappings:
- fieldMappings:
  - columnName: host
    identifier: HostName
  entityType: Host
- fieldMappings:
  - columnName: url
    identifier: Url
  entityType: URL
- fieldMappings:
  - columnName: sourceIp
    identifier: Address
  entityType: IP
queryPeriod: 1d
triggerOperator: gt
customDetails:
  DisplayIdentifier: DisplayId
  AttackType: AttackType
  AttackIdentifier: AttackId
  AttackState: State
eventGroupingSettings:
  aggregationKind: AlertPerResult
id: 1b0b2065-8bac-5a00-83c4-1b58f69ac212
status: Available
description: |
    'Dynatrace has detected an ongoing attack in your environment.'