let threshold = 3;
PulseConnectSecure
| where Messages contains "Unauthenticated request url /dana-na/"
| summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated), count() by Source_IP
| where count_ > threshold
queryPeriod: 1h
requiredDataConnectors:
- connectorId: PulseConnectSecure
dataTypes:
- Syslog
severity: High
triggerOperator: gt
metadata:
source:
kind: Community
categories:
domains:
- Security - Threat Intelligence
author:
name: Sittikorn S
support:
tier: Community
entityMappings:
- fieldMappings:
- identifier: Address
columnName: Source_IP
entityType: IP
version: 1.0.2
triggerThreshold: 0
tactics:
- InitialAccess
relevantTechniques:
- T1190
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Detections/PulseConnectSecure/PulseConnectSecureVPN-CVE_2021_22893_Exploit.yaml
query: |
let threshold = 3;
PulseConnectSecure
| where Messages contains "Unauthenticated request url /dana-na/"
| summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated), count() by Source_IP
| where count_ > threshold
id: d0c82b7f-40b2-4180-a4d6-7aa0541b7599
name: PulseConnectSecure - CVE-2021-22893 Possible Pulse Connect Secure RCE Vulnerability Attack
description: |
'This query identifies exploitation attempts using Pulse Connect Secure(PCS) vulnerability (CVE-2021-22893) to the VPN server'
kind: Scheduled
queryFrequency: 1h