Encryption Password Changed
| Id | 58fcb721-35ec-4ea2-9f29-c99acde676b8 |
| Rulename | Encryption Password Changed |
| Description | Detects when an encryption password is updated in Veeam Backup & Replication. |
| Severity | High |
| 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/Encryption_Password_Changed.yaml |
| Version | 1.0.1 |
| Arm template | 58fcb721-35ec-4ea2-9f29-c99acde676b8.json |
Veeam_GetSecurityEvents
| where instanceId == 31700
| extend Hint = extract("Hint=\"([^\"]*)\"", 1, SyslogMessage)
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
["Hint"] = Hint,
MessageDetails = Description,
Severity = SeverityDescription
customDetails:
MessageDetails: MessageDetails
Severity: Severity
VbrHostName: DataSource
Date: Date
EventId: EventId
name: Encryption Password Changed
relevantTechniques: []
id: 58fcb721-35ec-4ea2-9f29-c99acde676b8
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Encryption_Password_Changed.yaml
requiredDataConnectors:
- dataTypes:
- Syslog
connectorId: Syslog
- dataTypes:
- Syslog
connectorId: SyslogAma
eventGroupingSettings:
aggregationKind: AlertPerResult
version: 1.0.1
severity: High
triggerThreshold: 0
queryPeriod: 5m
queryFrequency: 5m
status: Available
query: |-
Veeam_GetSecurityEvents
| where instanceId == 31700
| extend Hint = extract("Hint=\"([^\"]*)\"", 1, SyslogMessage)
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
["Hint"] = Hint,
MessageDetails = Description,
Severity = SeverityDescription
tactics: []
kind: Scheduled
description: Detects when an encryption password is updated in Veeam Backup & Replication.
triggerOperator: gt