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

Encryption Password Changed

Back
Id58fcb721-35ec-4ea2-9f29-c99acde676b8
RulenameEncryption Password Changed
DescriptionDetects when an encryption password is updated in Veeam Backup & Replication.
SeverityHigh
Required data connectorsSyslog
SyslogAma
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Encryption_Password_Changed.yaml
Version1.0.1
Arm template58fcb721-35ec-4ea2-9f29-c99acde676b8.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 31700
| extend Hint = extract("Hint=\"([^\"]*)\"", 1, SyslogMessage)
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    ["User Name"] = user,
    ["Hint"] = Hint,
    MessageDetails = Description,
   Severity = SeverityDescription
customDetails:
  VbrHostName: DataSource
  Severity: Severity
  MessageDetails: MessageDetails
  EventId: EventId
  Date: Date
severity: High
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Encryption_Password_Changed.yaml
query: |-
  Veeam_GetSecurityEvents
  | where instanceId == 31700
  | extend Hint = extract("Hint=\"([^\"]*)\"", 1, SyslogMessage)
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      ["User Name"] = user,
      ["Hint"] = Hint,
      MessageDetails = Description,
     Severity = SeverityDescription  
requiredDataConnectors:
- dataTypes:
  - Syslog
  connectorId: Syslog
- dataTypes:
  - Syslog
  connectorId: SyslogAma
relevantTechniques: []
kind: Scheduled
name: Encryption Password Changed
tactics: []
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryFrequency: 5m
description: Detects when an encryption password is updated in Veeam Backup & Replication.
triggerThreshold: 0
triggerOperator: gt
version: 1.0.1
queryPeriod: 5m
id: 58fcb721-35ec-4ea2-9f29-c99acde676b8