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 User Locked

Back
Idebdd9cf8-c41c-460e-95d8-e5bc3cd9763e
RulenameMulti-Factor Authentication User Locked
DescriptionDetects when the allowed number of multi-factor authentication attempts is exceeded for a 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_User_Locked.yaml
Version1.0.1
Arm templateebdd9cf8-c41c-460e-95d8-e5bc3cd9763e.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 40206
| project
  Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    UserName = user,
   MessageDetails = Description,
   Severity = SeverityDescription
| project Date, DataSource, EventId, UserName,MessageDetails,Severity
queryPeriod: 5m
query: |-
  Veeam_GetSecurityEvents
  | where instanceId == 40206
  | project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      UserName = user,
     MessageDetails = Description,
     Severity = SeverityDescription
  | project Date, DataSource, EventId, UserName,MessageDetails,Severity  
name: Multi-Factor Authentication User Locked
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryFrequency: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Multi_Factor_Authentication_User_Locked.yaml
description: Detects when the allowed number of multi-factor authentication attempts is exceeded for a 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: ebdd9cf8-c41c-460e-95d8-e5bc3cd9763e
relevantTechniques: []