ClarotyEvent
| where EventOriginalType has 'Asset Down' or EventType has 'Asset Down'
| project TimeGenerated, DstIpAddr
| extend IPCustomEntity = DstIpAddr
relevantTechniques:
- T1529
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotyAssetDown.yaml
version: 1.0.3
kind: Scheduled
queryPeriod: 1h
severity: High
status: Available
requiredDataConnectors:
- connectorId: CefAma
dataTypes:
- CommonSecurityLog
tactics:
- Impact
triggerOperator: gt
triggerThreshold: 0
description: |
'Triggers asset is down.'
query: |
ClarotyEvent
| where EventOriginalType has 'Asset Down' or EventType has 'Asset Down'
| project TimeGenerated, DstIpAddr
| extend IPCustomEntity = DstIpAddr
entityMappings:
- fieldMappings:
- columnName: IPCustomEntity
identifier: Address
entityType: IP
name: Claroty - Asset Down
id: fd6e3416-0421-4166-adb9-186e555a7008