Sigma Rule Library

Oracle WebLogic Exploit CVE-2021-2109

Detects the exploitation of the WebLogic server vulnerability described in CVE-2021-2109

View on GitHubOpen raw file

Detection logic

selection

cs-method: GET
cs-uri-query|contains|all:
  - com.bea.console.handles.JndiBindingHandle
  - ldap://
  - AdminServer

Condition

selection

Raw YAML

title: Oracle WebLogic Exploit CVE-2021-2109
id: 687f6504-7f44-4549-91fc-f07bab065821
status: test
description: Detects the exploitation of the WebLogic server vulnerability described in CVE-2021-2109
references:
    - https://twitter.com/pyn3rd/status/1351696768065409026
    - https://mp.weixin.qq.com/s/wX9TMXl1KVWwB_k6EZOklw
author: Bhabesh Raj
date: 2021-01-20
modified: 2023-01-02
tags:
    - attack.t1190
    - attack.initial-access
    - cve.2021-2109
    - detection.emerging-threats
logsource:
    category: webserver
detection:
    selection:
        cs-method: 'GET'
        cs-uri-query|contains|all:
            - 'com.bea.console.handles.JndiBindingHandle'
            - 'ldap://'
            - 'AdminServer'
    condition: selection
falsepositives:
    - Unknown
level: critical

False positives

  • Unknown

References

Similar rules