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
name: General Settings Updated
id: 14003a45-da0b-47dc-8e20-9711ba7b5112
description: Detects when Veeam Backup & Replication general settings are updated. This might indicate configuration changes that require review.
triggerThreshold: 0
version: 1.0.1
triggerOperator: gt
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
tactics: []
kind: Scheduled
queryFrequency: 1d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/General_Settings_Updated.yaml
severity: Informational
queryPeriod: 1d
requiredDataConnectors:
- dataTypes:
- Syslog
connectorId: Syslog
- dataTypes:
- Syslog
connectorId: SyslogAma
status: Available
customDetails:
VbrHostName: DataSource
Severity: Severity
Date: Date
MessageDetails: MessageDetails
EventId: EventId
eventGroupingSettings:
aggregationKind: AlertPerResult
relevantTechniques: []