Ping Federate - Abnormal password resets for user
| Id | 6145efdc-4724-42a6-9756-5bd1ba33982e |
| Rulename | Ping Federate - Abnormal password resets for user |
| Description | Detects multiple password reset for user. |
| Severity | High |
| Tactics | InitialAccess Persistence PrivilegeEscalation |
| Techniques | T1078 T1098 T1134 |
| Required data connectors | CefAma |
| Kind | Scheduled |
| Query frequency | 1d |
| Query period | 1d |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PingFederate/Analytic Rules/PingFederateMultiplePasswordResetsForUser.yaml |
| Version | 1.0.3 |
| Arm template | 6145efdc-4724-42a6-9756-5bd1ba33982e.json |
let threshold = 10;
PingFederateEvent
| where EventType =~ 'PWD_RESET'
| summarize count() by DstUserName
| where count_ > threshold
| extend AccountCustomEntity = DstUserName
queryPeriod: 1d
query: |
let threshold = 10;
PingFederateEvent
| where EventType =~ 'PWD_RESET'
| summarize count() by DstUserName
| where count_ > threshold
| extend AccountCustomEntity = DstUserName
name: Ping Federate - Abnormal password resets for user
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
entityType: Account
queryFrequency: 1d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PingFederate/Analytic Rules/PingFederateMultiplePasswordResetsForUser.yaml
requiredDataConnectors:
- connectorId: CefAma
dataTypes:
- CommonSecurityLog
description: |
'Detects multiple password reset for user.'
kind: Scheduled
version: 1.0.3
status: Available
severity: High
relevantTechniques:
- T1078
- T1098
- T1134
triggerOperator: gt
triggerThreshold: 0
tactics:
- InitialAccess
- Persistence
- PrivilegeEscalation
id: 6145efdc-4724-42a6-9756-5bd1ba33982e