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

Claroty - Critical baseline deviation

Back
Id9a8b4321-e2be-449b-8227-a78227441b2a
RulenameClaroty - Critical baseline deviation
DescriptionDetects Claroty events where EventOriginalType or EventType indicates a Baseline Deviation and EventSeverity is 5, which represents a critical deviation from baseline that may indicate disruptive or unauthorized activity.
SeverityHigh
TacticsImpact
TechniquesT1529
T1565.001
Required data connectorsCefAma
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotyCriticalBaselineDeviation.yaml
Version1.0.4
Arm template9a8b4321-e2be-449b-8227-a78227441b2a.json
Deploy To Azure
ClarotyEvent
| where EventOriginalType has 'Baseline Deviation' or EventType has 'Baseline Deviation'
| where EventSeverity == '5'
| project TimeGenerated, DstIpAddr
| extend IPCustomEntity = DstIpAddr
version: 1.0.4
id: 9a8b4321-e2be-449b-8227-a78227441b2a
relevantTechniques:
- T1529
- T1565.001
requiredDataConnectors:
- connectorId: CefAma
  dataTypes:
  - CommonSecurityLog
alertDetailsOverride:
  alertDescriptionFormat: Claroty reported a critical baseline deviation for {{IPCustomEntity}}.
  alertDisplayNameFormat: Claroty critical baseline deviation on {{IPCustomEntity}}
triggerOperator: gt
entityMappings:
- fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
  entityType: IP
name: Claroty - Critical baseline deviation
queryFrequency: 1h
triggerThreshold: 0
description: Detects Claroty events where EventOriginalType or EventType indicates a Baseline Deviation and EventSeverity is 5, which represents a critical deviation from baseline that may indicate disruptive or unauthorized activity.
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotyCriticalBaselineDeviation.yaml
queryPeriod: 1h
severity: High
kind: Scheduled
tactics:
- Impact
query: |-
  ClarotyEvent
  | where EventOriginalType has 'Baseline Deviation' or EventType has 'Baseline Deviation'
  | where EventSeverity == '5'
  | project TimeGenerated, DstIpAddr
  | extend IPCustomEntity = DstIpAddr