Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Application Group Deleted

Back
Idfa8d692d-5b00-4a6c-99b3-30b4710efa59
RulenameApplication Group Deleted
DescriptionDetects when an application group is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
SeverityInformational
Required data connectorsSyslog
SyslogAma
KindScheduled
Query frequency1d
Query period1d
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Application_Group_Deleted.yaml
Version1.0.1
Arm templatefa8d692d-5b00-4a6c-99b3-30b4710efa59.json
Deploy To Azure
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
relevantTechniques: []
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Application_Group_Deleted.yaml
eventGroupingSettings:
  aggregationKind: AlertPerResult
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  
description: Detects when an application group is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
requiredDataConnectors:
- connectorId: Syslog
  dataTypes:
  - Syslog
- connectorId: SyslogAma
  dataTypes:
  - Syslog
triggerOperator: gt
name: Application Group Deleted
queryPeriod: 1d
triggerThreshold: 0
id: fa8d692d-5b00-4a6c-99b3-30b4710efa59
status: Available
customDetails:
  Date: Date
  VbrHostName: DataSource
  Severity: Severity
  MessageDetails: MessageDetails
  EventId: EventId
kind: Scheduled
severity: Informational
queryFrequency: 1d
tactics: []
version: 1.0.1