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
queryPeriod: 1d
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
name: Host Settings Updated
eventGroupingSettings:
aggregationKind: AlertPerResult
queryFrequency: 1d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Host_Settings_Updated.yaml
description: Detects when host settings are updated in Veeam Backup & Replication. This might indicate configuration changes that require review.
kind: Scheduled
version: 1.0.1
status: Available
severity: Informational
requiredDataConnectors:
- connectorId: Syslog
dataTypes:
- Syslog
- connectorId: SyslogAma
dataTypes:
- Syslog
triggerOperator: gt
triggerThreshold: 0
customDetails:
EventId: EventId
MessageDetails: MessageDetails
VbrHostName: DataSource
Date: Date
Severity: Severity
tactics: []
id: ac1a85f1-0e3f-4ae8-9f59-a240fc04b03f
relevantTechniques: []