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

Global VM Exclusions Deleted

Back
Id141d7e3c-a72b-49f7-9e64-57f60c2fa927
RulenameGlobal VM Exclusions Deleted
DescriptionDetects when a VM is removed from global exclusions in Veeam Backup & Replication. This might indicate unauthorized changes.
SeverityLow
Required data connectorsSyslog
SyslogAma
KindScheduled
Query frequency3h
Query period3h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Global_VM_Exclusions_Deleted.yaml
Version1.0.1
Arm template141d7e3c-a72b-49f7-9e64-57f60c2fa927.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 40500
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    UserName = user,
  MessageDetails = Description,
    Severity = SeverityDescription
name: Global VM Exclusions Deleted
id: 141d7e3c-a72b-49f7-9e64-57f60c2fa927
description: Detects when a VM is removed from global exclusions in Veeam Backup & Replication. This might indicate unauthorized changes.
triggerThreshold: 0
version: 1.0.1
triggerOperator: gt
query: |-
  Veeam_GetSecurityEvents
  | where instanceId == 40500
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      UserName = user,
    MessageDetails = Description,
      Severity = SeverityDescription  
tactics: []
kind: Scheduled
queryFrequency: 3h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Global_VM_Exclusions_Deleted.yaml
severity: Low
queryPeriod: 3h
requiredDataConnectors:
- dataTypes:
  - Syslog
  connectorId: Syslog
- dataTypes:
  - Syslog
  connectorId: SyslogAma
status: Available
customDetails:
  VbrHostName: DataSource
  Severity: Severity
  Date: Date
  MessageDetails: MessageDetails
  EventId: EventId
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques: []