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
status: Available
name: Claroty - Treat detected
severity: High
entityMappings:
- fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
  entityType: IP
id: 731e5ac4-7fe1-4b06-9941-532f2e008bb3
description: |
    'Detects Collection of known malware commands and control servers.'
kind: Scheduled
relevantTechniques:
- T1018
tactics:
- Discovery
query: |
  ClarotyEvent
  | where EventOriginalType has 'Treat' or EventType has 'Treat'
  | project TimeGenerated, DstIpAddr
  | extend IPCustomEntity = DstIpAddr  
triggerThreshold: 0
triggerOperator: gt
version: 1.0.3
queryFrequency: 1h
requiredDataConnectors:
- dataTypes:
  - ClarotyEvent
  connectorId: Claroty
- dataTypes:
  - ClarotyEvent
  connectorId: ClarotyAma
- dataTypes:
  - CommonSecurityLog
  connectorId: CefAma
queryPeriod: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotyTreat.yaml