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
name: PulseConnectSecure - CVE-2021-22893 Possible Pulse Connect Secure RCE Vulnerability Attack
id: d0c82b7f-40b2-4180-a4d6-7aa0541b7599
description: |
'This query identifies exploitation attempts using Pulse Connect Secure(PCS) vulnerability (CVE-2021-22893) to the VPN server'
triggerThreshold: 0
entityMappings:
- fieldMappings:
- columnName: Source_IP
identifier: Address
entityType: IP
version: 1.0.2
triggerOperator: gt
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
tactics:
- InitialAccess
kind: Scheduled
queryFrequency: 1h
severity: High
metadata:
author:
name: Sittikorn S
source:
kind: Community
categories:
domains:
- Security - Threat Intelligence
support:
tier: Community
queryPeriod: 1h
requiredDataConnectors:
- dataTypes:
- Syslog
connectorId: PulseConnectSecure
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Detections/PulseConnectSecure/PulseConnectSecureVPN-CVE_2021_22893_Exploit.yaml
relevantTechniques:
- T1190