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

Four-Eyes Authorization Disabled

Back
Id57a8ff3a-d4aa-456f-9c13-186026bae52e
RulenameFour-Eyes Authorization Disabled
DescriptionDetects when four-eyes authorization is disabled.
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/Four_Eyes_Authorization_Disabled.yaml
Version1.0.1
Arm template57a8ff3a-d4aa-456f-9c13-186026bae52e.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 42401
| extend Operation = extract("Operation=\"([^\"]*)\"", 1, SyslogMessage)
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    ["Operation"] = Operation,
    MessageDetails = Description,
    Severity = SeverityDescription
name: Four-Eyes Authorization Disabled
id: 57a8ff3a-d4aa-456f-9c13-186026bae52e
description: Detects when four-eyes authorization is disabled.
triggerThreshold: 0
version: 1.0.1
triggerOperator: gt
query: |-
  Veeam_GetSecurityEvents
  | where instanceId == 42401
  | extend Operation = extract("Operation=\"([^\"]*)\"", 1, SyslogMessage)
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      ["Operation"] = Operation,
      MessageDetails = Description,
      Severity = SeverityDescription  
tactics: []
kind: Scheduled
queryFrequency: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Four_Eyes_Authorization_Disabled.yaml
severity: High
queryPeriod: 5m
requiredDataConnectors:
- dataTypes:
  - Syslog
  connectorId: Syslog
- dataTypes:
  - Syslog
  connectorId: SyslogAma
status: Available
customDetails:
  VbrHostName: DataSource
  Severity: Severity
  Date: Date
  MessageDetails: MessageDetails
  EventId: EventId
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques: []