Oracle WebLogic Exploit CVE-2021-2109


Description

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

Query · sigma

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

Known false positives

  • Unknown
Raw source Oracle WebLogic Exploit CVE-2021-2109 · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
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

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.