Tenant Password Changed
| Id | afec0070-2b46-4366-a272-e2d9cc8a50f2 |
| Rulename | Tenant Password Changed |
| Description | Detects when a tenant password is updated. |
| Severity | High |
| Required data connectors | Syslog SyslogAma |
| Kind | Scheduled |
| Query frequency | 1h |
| Query period | 1h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Tenant_Password_Changed.yaml |
| Version | 1.0.1 |
| Arm template | afec0070-2b46-4366-a272-e2d9cc8a50f2.json |
Veeam_GetSecurityEvents
| where instanceId == 24114
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
MessageDetails = Description,
Severity = SeverityDescription
queryPeriod: 1h
query: |-
Veeam_GetSecurityEvents
| where instanceId == 24114
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
MessageDetails = Description,
Severity = SeverityDescription
name: Tenant Password Changed
eventGroupingSettings:
aggregationKind: AlertPerResult
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Tenant_Password_Changed.yaml
description: Detects when a tenant password is updated.
kind: Scheduled
version: 1.0.1
status: Available
severity: High
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: afec0070-2b46-4366-a272-e2d9cc8a50f2
relevantTechniques: []