General Settings Updated
| Id | 14003a45-da0b-47dc-8e20-9711ba7b5112 |
| Rulename | General Settings Updated |
| Description | Detects when Veeam Backup & Replication general settings are updated. This might indicate configuration changes that require review. |
| Severity | Informational |
| Required data connectors | Syslog SyslogAma |
| Kind | Scheduled |
| Query frequency | 1d |
| Query period | 1d |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/General_Settings_Updated.yaml |
| Version | 1.0.1 |
| Arm template | 14003a45-da0b-47dc-8e20-9711ba7b5112.json |
Veeam_GetSecurityEvents
| where instanceId == 31000
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
MessageDetails = Description,
Severity = SeverityDescription
description: Detects when Veeam Backup & Replication general settings are updated. This might indicate configuration changes that require review.
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/General_Settings_Updated.yaml
requiredDataConnectors:
- dataTypes:
- Syslog
connectorId: Syslog
- dataTypes:
- Syslog
connectorId: SyslogAma
query: |-
Veeam_GetSecurityEvents
| where instanceId == 31000
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
MessageDetails = Description,
Severity = SeverityDescription
triggerThreshold: 0
name: General Settings Updated
relevantTechniques: []
eventGroupingSettings:
aggregationKind: AlertPerResult
queryPeriod: 1d
severity: Informational
status: Available
queryFrequency: 1d
id: 14003a45-da0b-47dc-8e20-9711ba7b5112
kind: Scheduled
version: 1.0.1
tactics: []
customDetails:
Date: Date
EventId: EventId
Severity: Severity
MessageDetails: MessageDetails
VbrHostName: DataSource
triggerOperator: gt