Analytic rule catalog
Veeam ONE Immutability State
Back
| Id | b5785a66-3722-4bdc-9d12-bb40f2cf4824 |
| Rulename | Veeam ONE Immutability State |
| Description | Detects changes in the immutability state of Veeam Backup & Replication repositories. This might indicate configuration changes that require review. |
| Severity | Medium |
| Required data connectors | VeeamCustomTablesDataConnector |
| Kind | Scheduled |
| Query frequency | 3h |
| Query period | 3h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic%20Rules/Veeam_One_Immutability_state.yaml |
| Version | 1.0.1 |
| Arm template | b5785a66-3722-4bdc-9d12-bb40f2cf4824.json |
VeeamOneTriggeredAlarms_CL | where PredefinedAlarmId == 376
queryFrequency: 3h
relevantTechniques: []
requiredDataConnectors:
- connectorId: VeeamCustomTablesDataConnector
dataTypes:
- VeeamOneTriggeredAlarms_CL
description: Detects changes in the immutability state of Veeam Backup & Replication repositories. This might indicate configuration changes that require review.
triggerThreshold: 0
id: b5785a66-3722-4bdc-9d12-bb40f2cf4824
queryPeriod: 3h
customDetails:
Description: Description
Name: Name
ObjectType: ObjectType
ObjectId: ObjectId
ObjectName: ObjectName
TriggeredTime: TriggeredTime
Comment: Comment
VoneHostName: VoneHostName
TriggeredAlarmId: TriggeredAlarmId
PredefinedAlarmId: PredefinedAlarmId
Status: Status
tactics: []
status: Available
version: 1.0.1
eventGroupingSettings:
aggregationKind: AlertPerResult
query: VeeamOneTriggeredAlarms_CL | where PredefinedAlarmId == 376
severity: Medium
triggerOperator: gt
kind: Scheduled
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic%20Rules/Veeam_One_Immutability_state.yaml
name: Veeam ONE Immutability State
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/b5785a66-3722-4bdc-9d12-bb40f2cf4824')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/b5785a66-3722-4bdc-9d12-bb40f2cf4824')]",
"properties": {
"alertRuleTemplateName": "b5785a66-3722-4bdc-9d12-bb40f2cf4824",
"customDetails": {
"Comment": "Comment",
"Description": "Description",
"Name": "Name",
"ObjectId": "ObjectId",
"ObjectName": "ObjectName",
"ObjectType": "ObjectType",
"PredefinedAlarmId": "PredefinedAlarmId",
"Status": "Status",
"TriggeredAlarmId": "TriggeredAlarmId",
"TriggeredTime": "TriggeredTime",
"VoneHostName": "VoneHostName"
},
"description": "Detects changes in the immutability state of Veeam Backup & Replication repositories. This might indicate configuration changes that require review.",
"displayName": "Veeam ONE Immutability State",
"enabled": true,
"entityMappings": null,
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic%20Rules/Veeam_One_Immutability_state.yaml",
"query": "VeeamOneTriggeredAlarms_CL | where PredefinedAlarmId == 376",
"queryFrequency": "PT3H",
"queryPeriod": "PT3H",
"severity": "Medium",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [],
"techniques": [],
"templateVersion": "1.0.1",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}