Multi-Factor Authentication Disabled
| Id | 6881f4f5-f58e-43d7-a05e-b5d05a4c09f9 |
| Rulename | Multi-Factor Authentication Disabled |
| Description | Detects when multi-factor authentication is disabled for all users. |
| Severity | High |
| Required data connectors | Syslog SyslogAma |
| Kind | Scheduled |
| Query frequency | 5m |
| Query period | 5m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Multi_Factor_Authentication_Disabled.yaml |
| Version | 1.0.1 |
| Arm template | 6881f4f5-f58e-43d7-a05e-b5d05a4c09f9.json |
Veeam_GetSecurityEvents
| where instanceId == 40201
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
MessageDetails = Description,
Severity = SeverityDescription
name: Multi-Factor Authentication Disabled
id: 6881f4f5-f58e-43d7-a05e-b5d05a4c09f9
description: Detects when multi-factor authentication is disabled for all users.
triggerThreshold: 0
version: 1.0.1
triggerOperator: gt
query: |-
Veeam_GetSecurityEvents
| where instanceId == 40201
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
MessageDetails = Description,
Severity = SeverityDescription
tactics: []
kind: Scheduled
queryFrequency: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Multi_Factor_Authentication_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: []