let threshold = 100;
PulseConnectSecure
| where Messages startswith "Login failed"
| summarize dcount(User) by Computer, bin(TimeGenerated, 15m)
| where dcount_User > threshold
entityMappings:
- fieldMappings:
- identifier: FullName
columnName: Computer
entityType: Host
kind: Scheduled
tactics:
- CredentialAccess
query: |
let threshold = 100;
PulseConnectSecure
| where Messages startswith "Login failed"
| summarize dcount(User) by Computer, bin(TimeGenerated, 15m)
| where dcount_User > threshold
name: PulseConnectSecure - Large Number of Distinct Failed User Logins
queryFrequency: 1h
queryPeriod: 1h
triggerThreshold: 0
triggerOperator: gt
severity: Medium
relevantTechniques:
- T1110
requiredDataConnectors:
- connectorId: SyslogAma
datatypes:
- Syslog
version: 1.0.4
status: Available
description: |
'This query identifies evidence of failed login attempts from a large number of distinct users on a Pulse Connect Secure VPN server'
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Pulse Connect Secure/Analytic Rules/PulseConnectSecureVPN-DistinctFailedUserLogin.yaml
id: 1fa1528e-f746-4794-8a41-14827f4cb798