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