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

Claroty - Asset Down

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