Host Settings Updated
| Id | ac1a85f1-0e3f-4ae8-9f59-a240fc04b03f |
| Rulename | Host Settings Updated |
| Description | Detects when host settings are updated in Veeam Backup & Replication. 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/Host_Settings_Updated.yaml |
| Version | 1.0.1 |
| Arm template | ac1a85f1-0e3f-4ae8-9f59-a240fc04b03f.json |
Veeam_GetSecurityEvents
| where instanceId == 28400
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
MessageDetails = Description,
Severity = SeverityDescription
name: Host Settings Updated
id: ac1a85f1-0e3f-4ae8-9f59-a240fc04b03f
description: Detects when host settings are updated in Veeam Backup & Replication. This might indicate configuration changes that require review.
triggerThreshold: 0
version: 1.0.1
triggerOperator: gt
query: |-
Veeam_GetSecurityEvents
| where instanceId == 28400
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
MessageDetails = Description,
Severity = SeverityDescription
tactics: []
kind: Scheduled
queryFrequency: 1d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Host_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: []