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

Restore Point Marked as Clean

Back
Idc4c6cb50-9fc3-4ca9-a2df-22d527240309
RulenameRestore Point Marked as Clean
DescriptionDetects when a restore point is marked as clean.
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/Restore_Point_Marked_as_Clean.yaml
Version1.0.1
Arm templatec4c6cb50-9fc3-4ca9-a2df-22d527240309.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 42230
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    UserName = user,
  MessageDetails = Description,
    Severity = SeverityDescription
queryPeriod: 1d
requiredDataConnectors:
- connectorId: Syslog
  dataTypes:
  - Syslog
- connectorId: SyslogAma
  dataTypes:
  - Syslog
severity: Informational
triggerOperator: gt
customDetails:
  Date: Date
  MessageDetails: MessageDetails
  VbrHostName: DataSource
  EventId: EventId
  Severity: Severity
query: |-
  Veeam_GetSecurityEvents
  | where instanceId == 42230
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      UserName = user,
    MessageDetails = Description,
      Severity = SeverityDescription  
version: 1.0.1
triggerThreshold: 0
tactics: []
name: Restore Point Marked as Clean
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Restore_Point_Marked_as_Clean.yaml
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques: []
id: c4c6cb50-9fc3-4ca9-a2df-22d527240309
status: Available
description: Detects when a restore point is marked as clean.
kind: Scheduled
queryFrequency: 1d