Claroty - Treat detected
| Id | 731e5ac4-7fe1-4b06-9941-532f2e008bb3 |
| Rulename | Claroty - Treat detected |
| Description | Detects Collection of known malware commands and control servers. |
| Severity | High |
| Tactics | Discovery |
| Techniques | T1018 |
| Required data connectors | CefAma Claroty ClarotyAma |
| Kind | Scheduled |
| Query frequency | 1h |
| Query period | 1h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotyTreat.yaml |
| Version | 1.0.3 |
| Arm template | 731e5ac4-7fe1-4b06-9941-532f2e008bb3.json |
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