Claroty - Policy violation
Id | 3b22ac47-e02c-4599-a37a-57f965de17be |
Rulename | Claroty - Policy violation |
Description | Detects policy violations. |
Severity | High |
Tactics | Discovery |
Techniques | T1018 |
Required data connectors | 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/ClarotyPolicyViolation.yaml |
Version | 1.0.1 |
Arm template | 3b22ac47-e02c-4599-a37a-57f965de17be.json |
ClarotyEvent
| where EventOriginalType has 'Policy Violation' or EventType has 'Policy Violation'
| project TimeGenerated, DstIpAddr
| extend IPCustomEntity = DstIpAddr
severity: High
queryFrequency: 1h
relevantTechniques:
- T1018
tactics:
- Discovery
kind: Scheduled
query: |
ClarotyEvent
| where EventOriginalType has 'Policy Violation' or EventType has 'Policy Violation'
| project TimeGenerated, DstIpAddr
| extend IPCustomEntity = DstIpAddr
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotyPolicyViolation.yaml
queryPeriod: 1h
status: Available
version: 1.0.1
name: Claroty - Policy violation
requiredDataConnectors:
- dataTypes:
- ClarotyEvent
connectorId: Claroty
- dataTypes:
- ClarotyEvent
connectorId: ClarotyAma
triggerOperator: gt
entityMappings:
- entityType: IP
fieldMappings:
- identifier: Address
columnName: IPCustomEntity
id: 3b22ac47-e02c-4599-a37a-57f965de17be
description: |
'Detects policy violations.'
triggerThreshold: 0
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/3b22ac47-e02c-4599-a37a-57f965de17be')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/3b22ac47-e02c-4599-a37a-57f965de17be')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01-preview",
"properties": {
"displayName": "Claroty - Policy violation",
"description": "'Detects policy violations.'\n",
"severity": "High",
"enabled": true,
"query": "ClarotyEvent\n| where EventOriginalType has 'Policy Violation' or EventType has 'Policy Violation'\n| project TimeGenerated, DstIpAddr\n| extend IPCustomEntity = DstIpAddr\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"Discovery"
],
"techniques": [
"T1018"
],
"alertRuleTemplateName": "3b22ac47-e02c-4599-a37a-57f965de17be",
"customDetails": null,
"entityMappings": [
{
"fieldMappings": [
{
"columnName": "IPCustomEntity",
"identifier": "Address"
}
],
"entityType": "IP"
}
],
"templateVersion": "1.0.1",
"status": "Available",
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotyPolicyViolation.yaml"
}
}
]
}