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

Multi-Factor Authentication for User Disabled

Back
Id3fefd6c5-bbe9-49a9-95b2-d4b8a5591d9c
RulenameMulti-Factor Authentication for User Disabled
DescriptionDetects when multi-factor authentication is disabled for a specific user.
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/Multi_Factor_Authentication_for_User_Disabled.yaml
Version1.0.1
Arm template3fefd6c5-bbe9-49a9-95b2-d4b8a5591d9c.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 40204
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    UserName = user,
    MessageDetails = Description,
    Severity = SeverityDescription
queryPeriod: 5m
query: |-
  Veeam_GetSecurityEvents
  | where instanceId == 40204
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      UserName = user,
      MessageDetails = Description,
      Severity = SeverityDescription  
name: Multi-Factor Authentication for User Disabled
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryFrequency: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Multi_Factor_Authentication_for_User_Disabled.yaml
description: Detects when multi-factor authentication is disabled for a specific user.
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: 3fefd6c5-bbe9-49a9-95b2-d4b8a5591d9c
relevantTechniques: []