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
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
description: Detects when an encryption password is updated in Veeam Backup & Replication.
severity: High
queryFrequency: 5m
customDetails:
MessageDetails: MessageDetails
VbrHostName: DataSource
Date: Date
EventId: EventId
Severity: Severity
triggerThreshold: 0
relevantTechniques: []
status: Available
tactics: []
name: Encryption Password Changed
id: 58fcb721-35ec-4ea2-9f29-c99acde676b8
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
requiredDataConnectors:
- dataTypes:
- Syslog
connectorId: Syslog
- dataTypes:
- Syslog
connectorId: SyslogAma
version: 1.0.1
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Encryption_Password_Changed.yaml
queryPeriod: 5m
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/58fcb721-35ec-4ea2-9f29-c99acde676b8')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/58fcb721-35ec-4ea2-9f29-c99acde676b8')]",
"properties": {
"alertRuleTemplateName": "58fcb721-35ec-4ea2-9f29-c99acde676b8",
"customDetails": {
"Date": "Date",
"EventId": "EventId",
"MessageDetails": "MessageDetails",
"Severity": "Severity",
"VbrHostName": "DataSource"
},
"description": "Detects when an encryption password is updated in Veeam Backup & Replication.",
"displayName": "Encryption Password Changed",
"enabled": true,
"entityMappings": null,
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Encryption_Password_Changed.yaml",
"query": "Veeam_GetSecurityEvents\n| where instanceId == 31700\n| extend Hint = extract(\"Hint=\\\"([^\\\"]*)\\\"\", 1, SyslogMessage)\n| project\n Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),\n DataSource = original_host,\n EventId = instanceId,\n [\"User Name\"] = user,\n [\"Hint\"] = Hint,\n MessageDetails = Description,\n Severity = SeverityDescription",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [],
"techniques": [],
"templateVersion": "1.0.1",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}