Claroty - Policy violation
| Id | 3b22ac47-e02c-4599-a37a-57f965de17be |
| Rulename | Claroty - Policy violation |
| Description | Detects Claroty policy violation events from ClarotyEvent when EventOriginalType or EventType contains ‘Policy Violation’. Use this rule to identify policy enforcement events that may indicate unauthorized discovery or prohibited network activity. This rule expects ClarotyEvent data to be available in the workspace. |
| Severity | High |
| Tactics | Discovery |
| Techniques | T1018 T1135 |
| Required data connectors | CefAma |
| 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/ClarotyPolicyViolation.yaml |
| Version | 1.0.4 |
| Arm template | 3b22ac47-e02c-4599-a37a-57f965de17be.json |
ClarotyEvent
| where EventOriginalType has 'Policy Violation' or EventType has 'Policy Violation'
| project TimeGenerated, DstIpAddr, EventOriginalType, EventType
| extend IPCustomEntity = DstIpAddr
entityMappings:
- entityType: IP
fieldMappings:
- identifier: Address
columnName: IPCustomEntity
tactics:
- Discovery
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
alertDetailsOverride:
alertDisplayNameFormat: Claroty policy violation detected for {{IPCustomEntity}}
alertDescriptionFormat: 'Claroty reported a policy violation for {{IPCustomEntity}}. EventOriginalType: {{EventOriginalType}}. EventType: {{EventType}}'
id: 3b22ac47-e02c-4599-a37a-57f965de17be
severity: High
status: Available
customDetails:
EventType: EventType
EventOriginalType: EventOriginalType
DestinationIP: DstIpAddr
query: |
ClarotyEvent
| where EventOriginalType has 'Policy Violation' or EventType has 'Policy Violation'
| project TimeGenerated, DstIpAddr, EventOriginalType, EventType
| extend IPCustomEntity = DstIpAddr
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotyPolicyViolation.yaml
kind: Scheduled
queryPeriod: 1h
version: 1.0.4
name: Claroty - Policy violation
queryFrequency: 1h
triggerThreshold: 0
relevantTechniques:
- T1018
- T1135
description: |
'Detects Claroty policy violation events from ClarotyEvent when EventOriginalType or EventType contains 'Policy
Violation'. Use this rule to identify policy enforcement events that may indicate unauthorized discovery or prohibited network
activity. This rule expects ClarotyEvent data to be available in the workspace.'
triggerOperator: gt