ClarotyEvent
| where EventOriginalType has 'Suspicious Activity' or EventType has 'Suspicious Activity'
| project TimeGenerated, DstIpAddr
| extend IPCustomEntity = DstIpAddr
id: 99ad9f3c-304c-44c5-a61f-3a17f8b58218
description: |
'Detects suspicious behavior that is generally indicative of malware.'
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotySuspiciousActivity.yaml
queryFrequency: 1h
name: Claroty - Suspicious activity
kind: Scheduled
version: 1.0.3
queryPeriod: 1h
query: |
ClarotyEvent
| where EventOriginalType has 'Suspicious Activity' or EventType has 'Suspicious Activity'
| project TimeGenerated, DstIpAddr
| extend IPCustomEntity = DstIpAddr
entityMappings:
- fieldMappings:
- identifier: Address
columnName: IPCustomEntity
entityType: IP
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
tactics:
- Discovery
triggerThreshold: 0
severity: High
status: Available
triggerOperator: gt
relevantTechniques:
- T1018