Emerging Threathighstable

Pulse Connect Secure RCE Attack CVE-2021-22893

This rule detects exploitation attempts using Pulse Connect Secure(PCS) vulnerability (CVE-2021-22893)

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Sittikorn SCreated Tue Jun 29Updated Mon Jan 025525edac-f599-4bfd-b926-3fa69860e7662021
Emerging Threat
Active Threat

Developed to detect an active or emerging threat. Prioritize investigation of any alerts and correlate with threat intelligence.

Log Source
Web Server Log
CategoryWeb Server Log← raw: webserver

HTTP access logs from web servers capturing request paths, methods, and status codes.

Detection Logic
Detection Logic2 selectors
detection:
    selection1:
        cs-uri-query|contains:
            - '/dana-na/auth/'
            - '/dana-ws/'
            - '/dana-cached/'
    selection2:
        cs-uri-query|contains:
            - '?id='
            - '?token='
            - 'Secid_canceltoken.cgi'
            - 'CGI::param'
            - 'meeting'
            - 'smb'
            - 'namedusers'
            - 'metric'
    condition: all of selection*
False Positives

Vulnerability Scanning

MITRE ATT&CK

Other

cve.2021-22893detection.emerging-threats
Rule Metadata
Rule ID
5525edac-f599-4bfd-b926-3fa69860e766
Status
stable
Level
high
Type
Emerging Threat
Created
Tue Jun 29
Modified
Mon Jan 02
Path
rules-emerging-threats/2021/Exploits/CVE-2021-22893/web_cve_2021_22893_pulse_secure_rce_exploit.yml
Raw Tags
attack.initial-accessattack.t1190cve.2021-22893detection.emerging-threats
View on GitHub