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

Claroty - Treat detected

Back
Id731e5ac4-7fe1-4b06-9941-532f2e008bb3
RulenameClaroty - Treat detected
DescriptionDetects Collection of known malware commands and control servers.
SeverityHigh
TacticsDiscovery
TechniquesT1018
Required data connectorsCefAma
Claroty
ClarotyAma
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotyTreat.yaml
Version1.0.3
Arm template731e5ac4-7fe1-4b06-9941-532f2e008bb3.json
Deploy To Azure
ClarotyEvent
| where EventOriginalType has 'Treat' or EventType has 'Treat'
| project TimeGenerated, DstIpAddr
| extend IPCustomEntity = DstIpAddr
description: |
    'Detects Collection of known malware commands and control servers.'
kind: Scheduled
tactics:
- Discovery
requiredDataConnectors:
- connectorId: Claroty
  dataTypes:
  - ClarotyEvent
- connectorId: ClarotyAma
  dataTypes:
  - ClarotyEvent
- connectorId: CefAma
  dataTypes:
  - CommonSecurityLog
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotyTreat.yaml
severity: High
name: Claroty - Treat detected
triggerThreshold: 0
queryPeriod: 1h
query: |
  ClarotyEvent
  | where EventOriginalType has 'Treat' or EventType has 'Treat'
  | project TimeGenerated, DstIpAddr
  | extend IPCustomEntity = DstIpAddr  
relevantTechniques:
- T1018
id: 731e5ac4-7fe1-4b06-9941-532f2e008bb3
queryFrequency: 1h
status: Available
triggerOperator: gt
version: 1.0.3
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address