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