Multi-Factor Authentication User Locked
Id | ebdd9cf8-c41c-460e-95d8-e5bc3cd9763e |
Rulename | Multi-Factor Authentication User Locked |
Description | Detects when the allowed number of multi-factor authentication attempts is exceeded for a user. |
Severity | High |
Tactics | CredentialAccess |
Techniques | T1556 |
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_User_Locked.yaml |
Version | 1.0.0 |
Arm template | ebdd9cf8-c41c-460e-95d8-e5bc3cd9763e.json |
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
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Multi_Factor_Authentication_User_Locked.yaml
triggerThreshold: 0
severity: High
queryFrequency: 5m
eventGroupingSettings:
aggregationKind: AlertPerResult
customDetails:
EventId: EventId
Date: Date
Severity: Severity
MessageDetails: MessageDetails
VbrHostName: DataSource
relevantTechniques:
- T1556
triggerOperator: gt
id: ebdd9cf8-c41c-460e-95d8-e5bc3cd9763e
requiredDataConnectors:
- connectorId: Syslog
dataTypes:
- Syslog
- connectorId: SyslogAma
dataTypes:
- Syslog
version: 1.0.0
name: Multi-Factor Authentication User Locked
tactics:
- CredentialAccess
description: Detects when the allowed number of multi-factor authentication attempts is exceeded for a user.
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
status: Available
queryPeriod: 5m
kind: Scheduled
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/ebdd9cf8-c41c-460e-95d8-e5bc3cd9763e')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/ebdd9cf8-c41c-460e-95d8-e5bc3cd9763e')]",
"properties": {
"alertRuleTemplateName": "ebdd9cf8-c41c-460e-95d8-e5bc3cd9763e",
"customDetails": {
"Date": "Date",
"EventId": "EventId",
"MessageDetails": "MessageDetails",
"Severity": "Severity",
"VbrHostName": "DataSource"
},
"description": "Detects when the allowed number of multi-factor authentication attempts is exceeded for a user.",
"displayName": "Multi-Factor Authentication User Locked",
"enabled": true,
"entityMappings": null,
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Multi_Factor_Authentication_User_Locked.yaml",
"query": "Veeam_GetSecurityEvents\n| where instanceId == 40206\n| project\n Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),\n DataSource = original_host,\n EventId = instanceId,\n UserName = user,\n MessageDetails = Description,\n Severity = SeverityDescription\n| project Date, DataSource, EventId, UserName,MessageDetails,Severity",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"CredentialAccess"
],
"techniques": [
"T1556"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}