ClarotyEvent
| where EventOriginalType has 'Baseline Deviation' or EventType has 'Baseline Deviation'
| where EventSeverity == '5'
| project TimeGenerated, DstIpAddr
| extend IPCustomEntity = DstIpAddr
queryPeriod: 1h
id: 9a8b4321-e2be-449b-8227-a78227441b2a
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotyCriticalBaselineDeviation.yaml
triggerOperator: gt
triggerThreshold: 0
entityMappings:
- fieldMappings:
- identifier: Address
columnName: IPCustomEntity
entityType: IP
status: Available
kind: Scheduled
name: Claroty - Critical baseline deviation
relevantTechniques:
- T1529
description: |
'Detects when critical deviation from baseline occurs.'
query: |
ClarotyEvent
| where EventOriginalType has 'Baseline Deviation' or EventType has 'Baseline Deviation'
| where EventSeverity == '5'
| project TimeGenerated, DstIpAddr
| extend IPCustomEntity = DstIpAddr
version: 1.0.3
tactics:
- Impact
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
severity: High
queryFrequency: 1h