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