Scale-Out Backup Repository Settings Updated
Id | 12006091-95a7-4f21-b474-f74b0480a138 |
Rulename | Scale-Out Backup Repository Settings Updated |
Description | Detects when scale-out backup repository settings are updated in Veeam Backup & Replication. This might indicate configuration changes that require review. |
Severity | Low |
Tactics | DefenseEvasion Impact |
Techniques | T1562.001 T1490 |
Required data connectors | Syslog SyslogAma |
Kind | Scheduled |
Query frequency | 5m |
Query period | 5m |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Scale_Out_Backup_Repository_Settings_Updated.yaml |
Version | 1.0.0 |
Arm template | 12006091-95a7-4f21-b474-f74b0480a138.json |
Veeam_GetSecurityEvents
| where instanceId == 30100
| extend Name = extract("Name=\"([^\"]*)\"", 1, SyslogMessage)
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
["Object Name"] = Name,
MessageDetails = Description,
Severity = SeverityDescription
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Scale_Out_Backup_Repository_Settings_Updated.yaml
triggerThreshold: 0
severity: Low
queryFrequency: 5m
eventGroupingSettings:
aggregationKind: AlertPerResult
customDetails:
EventId: EventId
Date: Date
Severity: Severity
MessageDetails: MessageDetails
VbrHostName: DataSource
relevantTechniques:
- T1562.001
- T1490
triggerOperator: gt
id: 12006091-95a7-4f21-b474-f74b0480a138
requiredDataConnectors:
- connectorId: Syslog
dataTypes:
- Syslog
- connectorId: SyslogAma
dataTypes:
- Syslog
version: 1.0.0
name: Scale-Out Backup Repository Settings Updated
tactics:
- DefenseEvasion
- Impact
description: Detects when scale-out backup repository settings are updated in Veeam Backup & Replication. This might indicate configuration changes that require review.
query: |-
Veeam_GetSecurityEvents
| where instanceId == 30100
| extend Name = extract("Name=\"([^\"]*)\"", 1, SyslogMessage)
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
["Object Name"] = Name,
MessageDetails = Description,
Severity = SeverityDescription
status: Available
queryPeriod: 5m
kind: Scheduled
{
"$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/12006091-95a7-4f21-b474-f74b0480a138')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/12006091-95a7-4f21-b474-f74b0480a138')]",
"properties": {
"alertRuleTemplateName": "12006091-95a7-4f21-b474-f74b0480a138",
"customDetails": {
"Date": "Date",
"EventId": "EventId",
"MessageDetails": "MessageDetails",
"Severity": "Severity",
"VbrHostName": "DataSource"
},
"description": "Detects when scale-out backup repository settings are updated in Veeam Backup & Replication. This might indicate configuration changes that require review.",
"displayName": "Scale-Out Backup Repository Settings Updated",
"enabled": true,
"entityMappings": null,
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Scale_Out_Backup_Repository_Settings_Updated.yaml",
"query": "Veeam_GetSecurityEvents\n| where instanceId == 30100\n| extend Name = extract(\"Name=\\\"([^\\\"]*)\\\"\", 1, SyslogMessage)\n| project\n Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),\n DataSource = original_host,\n EventId = instanceId,\n UserName = user,\n [\"Object Name\"] = Name,\n MessageDetails = Description,\n Severity = SeverityDescription",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "Low",
"status": "Available",
"subTechniques": [
"T1562.001"
],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"DefenseEvasion",
"Impact"
],
"techniques": [
"T1490",
"T1562"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}