Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Silverfort - UserBruteForce Incident

Back
Id46ff357b-9e98-465b-9e45-cd52fa4a7522
RulenameSilverfort - UserBruteForce Incident
DescriptionA security weakness that allows attackers to gain unauthorized access to user accounts by systematically guessing the username and password combinations.
SeverityHigh
TacticsCredentialAccess
TechniquesT1110
Required data connectorsSilverfortAma
KindScheduled
Query frequency15m
Query period15m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Silverfort/Analytic Rules/User_Brute_Force.yaml
Version1.0.0
Arm template46ff357b-9e98-465b-9e45-cd52fa4a7522.json
Deploy To Azure
CommonSecurityLog 
| where DeviceVendor has 'Silverfort'
| where DeviceProduct has 'Admin Console'
| where DeviceEventClassID == "NewIncident"
| where Message has "UserBruteForce"
| extend UserName = parse_json(replace('^""|""$', '', Message))['userName']
triggerOperator: gt
queryFrequency: 15m
triggerThreshold: 0
relevantTechniques:
- T1110
entityMappings:
- entityType: Account
  fieldMappings:
  - identifier: Name
    columnName: UserName
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']  
requiredDataConnectors:
- connectorId: SilverfortAma
  dataTypes:
  - CommonSecurityLog
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Silverfort/Analytic Rules/User_Brute_Force.yaml
queryPeriod: 15m
name: Silverfort - UserBruteForce Incident
kind: Scheduled
description: |
    'A security weakness that allows attackers to gain unauthorized access to user accounts by systematically guessing the username and password combinations.'
id: 46ff357b-9e98-465b-9e45-cd52fa4a7522
version: 1.0.0
tactics:
- CredentialAccess
severity: High