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
id: 46ff357b-9e98-465b-9e45-cd52fa4a7522
description: |
'A security weakness that allows attackers to gain unauthorized access to user accounts by systematically guessing the username and password combinations.'
triggerThreshold: 0
entityMappings:
- fieldMappings:
- columnName: UserName
identifier: Name
entityType: Account
version: 1.0.0
triggerOperator: gt
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']
tactics:
- CredentialAccess
kind: Scheduled
queryFrequency: 15m
severity: High
queryPeriod: 15m
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: SilverfortAma
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Silverfort/Analytic Rules/User_Brute_Force.yaml
relevantTechniques:
- T1110