let threshold = 15;
SymantecVIP
| where isnotempty(RADIUSAuth)
| where RADIUSAuth =~ "Reject"
| summarize Total = count() by bin(TimeGenerated, 15m), User, ClientIP
| where Total > threshold
requiredDataConnectors:
- connectorId: SyslogAma
datatypes:
- Syslog
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Symantec VIP/Analytic Rules/ExcessiveFailedAuthenticationsfromInvalidInputs.yaml
triggerThreshold: 0
description: |
'Creates an incident in the event that a user generates an excessive amount of failed authentications due to invalid inputs, indications of a potential brute force.'
relevantTechniques:
- T1110
queryPeriod: 1h
name: Excessive Failed Authentication from Invalid Inputs
entityMappings:
- entityType: Account
fieldMappings:
- columnName: User
identifier: FullName
- entityType: IP
fieldMappings:
- columnName: ClientIP
identifier: Address
status: Available
queryFrequency: 1h
triggerOperator: gt
kind: Scheduled
tactics:
- CredentialAccess
severity: Medium
version: 1.0.4
query: |
let threshold = 15;
SymantecVIP
| where isnotempty(RADIUSAuth)
| where RADIUSAuth =~ "Reject"
| summarize Total = count() by bin(TimeGenerated, 15m), User, ClientIP
| where Total > threshold
id: c775a46b-21b1-46d7-afa6-37e3e577a27b