CommonSecurityLog
| where DeviceVendor has 'Silverfort'
| where DeviceProduct has 'Admin Console'
| where DeviceEventClassID == "NewIncident"
| where Message has "UserBruteForce"
| extend UserName = parse_json(replace('^""|""$', '', Message))['userName']
queryPeriod: 15m
query: |-
CommonSecurityLog
| where DeviceVendor has 'Silverfort'
| where DeviceProduct has 'Admin Console'
| where DeviceEventClassID == "NewIncident"
| where Message has "UserBruteForce"
| extend UserName = parse_json(replace('^""|""$', '', Message))['userName']
name: Silverfort - UserBruteForce Incident
entityMappings:
- fieldMappings:
- columnName: UserName
identifier: Name
entityType: Account
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Silverfort/Analytic Rules/User_Brute_Force.yaml
description: |
'A security weakness that allows attackers to gain unauthorized access to user accounts by systematically guessing the username and password combinations.'
kind: Scheduled
version: 1.0.0
queryFrequency: 15m
severity: High
requiredDataConnectors:
- connectorId: SilverfortAma
dataTypes:
- CommonSecurityLog
triggerOperator: gt
triggerThreshold: 0
tactics:
- CredentialAccess
id: 46ff357b-9e98-465b-9e45-cd52fa4a7522
relevantTechniques:
- T1110