Application Group Deleted
| Id | fa8d692d-5b00-4a6c-99b3-30b4710efa59 |
| Rulename | Application Group Deleted |
| Description | Detects when an application group is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components. |
| 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/Application_Group_Deleted.yaml |
| Version | 1.0.1 |
| Arm template | fa8d692d-5b00-4a6c-99b3-30b4710efa59.json |
Veeam_GetSecurityEvents
| where instanceId == 30500
| extend Name = extract("Name=\"([^\"]*)\"", 1, SyslogMessage)
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
["Application Group Name"] = Name,
MessageDetails = Description,
Severity = SeverityDescription
customDetails:
MessageDetails: MessageDetails
Severity: Severity
VbrHostName: DataSource
Date: Date
EventId: EventId
name: Application Group Deleted
relevantTechniques: []
id: fa8d692d-5b00-4a6c-99b3-30b4710efa59
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Application_Group_Deleted.yaml
requiredDataConnectors:
- dataTypes:
- Syslog
connectorId: Syslog
- dataTypes:
- Syslog
connectorId: SyslogAma
eventGroupingSettings:
aggregationKind: AlertPerResult
version: 1.0.1
severity: Informational
triggerThreshold: 0
queryPeriod: 1d
queryFrequency: 1d
status: Available
query: |-
Veeam_GetSecurityEvents
| where instanceId == 30500
| extend Name = extract("Name=\"([^\"]*)\"", 1, SyslogMessage)
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
["Application Group Name"] = Name,
MessageDetails = Description,
Severity = SeverityDescription
tactics: []
kind: Scheduled
description: Detects when an application group is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
triggerOperator: gt