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