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
queryPeriod: 5m
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  
name: Encryption Password Changed
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryFrequency: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Encryption_Password_Changed.yaml
description: Detects when an encryption password is updated in Veeam Backup & Replication.
kind: Scheduled
version: 1.0.1
status: Available
severity: High
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: 58fcb721-35ec-4ea2-9f29-c99acde676b8
relevantTechniques: []