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

External Repository Settings Updated

Back
Idd035188d-d856-4a74-8226-f3bdf65033c4
RulenameExternal Repository Settings Updated
DescriptionDetects when external repository settings are updated in Veeam Backup & Replication. This might indicate configuration changes that require review.
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/External_Repository_Settings_Updated.yaml
Version1.0.1
Arm templated035188d-d856-4a74-8226-f3bdf65033c4.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 32100
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    UserName = user,
 MessageDetails = Description,
   Severity = SeverityDescription
queryPeriod: 1d
query: |-
  Veeam_GetSecurityEvents
  | where instanceId == 32100
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      UserName = user,
   MessageDetails = Description,
     Severity = SeverityDescription  
name: External Repository Settings Updated
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryFrequency: 1d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/External_Repository_Settings_Updated.yaml
description: Detects when external repository settings are updated in Veeam Backup & Replication. This might indicate configuration changes that require review.
kind: Scheduled
version: 1.0.1
status: Available
severity: Informational
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: d035188d-d856-4a74-8226-f3bdf65033c4
relevantTechniques: []