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
queryPeriod: 3h
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  
name: Global VM Exclusions Deleted
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryFrequency: 3h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Global_VM_Exclusions_Deleted.yaml
description: Detects when a VM is removed from global exclusions in Veeam Backup & Replication. This might indicate unauthorized changes.
kind: Scheduled
version: 1.0.1
status: Available
severity: Low
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: 141d7e3c-a72b-49f7-9e64-57f60c2fa927
relevantTechniques: []