← Back to SOC feed Coverage →

JNDIExploit Pattern

sigma HIGH SigmaHQ
T1190
imWebSession
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at SigmaHQ →
Retrieved: 2026-03-25T02:50:08Z · Confidence: medium

Hunt Hypothesis

The JNDIExploit Pattern detects adversaries leveraging JNDI to establish remote code execution through a malicious exploit kit, indicating a targeted attempt to compromise internal systems. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate advanced persistent threats that exploit JNDI for command and control.

Detection Rule

Sigma (Original)

title: JNDIExploit Pattern
id: 412d55bc-7737-4d25-9542-5b396867ce55
status: test
description: Detects exploitation attempt using the JNDI-Exploit-Kit
references:
    - https://github.com/pimps/JNDI-Exploit-Kit
    - https://web.archive.org/web/20231015205935/https://githubmemory.com/repo/FunctFan/JNDIExploit
author: Florian Roth (Nextron Systems)
date: 2021-12-12
modified: 2022-12-25
tags:
    - attack.initial-access
    - attack.t1190
logsource:
    category: webserver
detection:
    keywords:
        - '/Basic/Command/Base64/'
        - '/Basic/ReverseShell/'
        - '/Basic/TomcatMemshell'
        - '/Basic/JettyMemshell'
        - '/Basic/WeblogicMemshell'
        - '/Basic/JBossMemshell'
        - '/Basic/WebsphereMemshell'
        - '/Basic/SpringMemshell'
        - '/Deserialization/URLDNS/'
        - '/Deserialization/CommonsCollections1/Dnslog/'
        - '/Deserialization/CommonsCollections2/Command/Base64/'
        - '/Deserialization/CommonsBeanutils1/ReverseShell/'
        - '/Deserialization/Jre8u20/TomcatMemshell'
        - '/TomcatBypass/Dnslog/'
        - '/TomcatBypass/Command/'
        - '/TomcatBypass/ReverseShell/'
        - '/TomcatBypass/TomcatMemshell'
        - '/TomcatBypass/SpringMemshell'
        - '/GroovyBypass/Command/'
        - '/WebsphereBypass/Upload/'
    condition: keywords
falsepositives:
    - Legitimate apps the use these paths
level: high

KQL (Azure Sentinel)

imWebSession
| where "/Basic/Command/Base64/" or "/Basic/ReverseShell/" or "/Basic/TomcatMemshell" or "/Basic/JettyMemshell" or "/Basic/WeblogicMemshell" or "/Basic/JBossMemshell" or "/Basic/WebsphereMemshell" or "/Basic/SpringMemshell" or "/Deserialization/URLDNS/" or "/Deserialization/CommonsCollections1/Dnslog/" or "/Deserialization/CommonsCollections2/Command/Base64/" or "/Deserialization/CommonsBeanutils1/ReverseShell/" or "/Deserialization/Jre8u20/TomcatMemshell" or "/TomcatBypass/Dnslog/" or "/TomcatBypass/Command/" or "/TomcatBypass/ReverseShell/" or "/TomcatBypass/TomcatMemshell" or "/TomcatBypass/SpringMemshell" or "/GroovyBypass/Command/" or "/WebsphereBypass/Upload/"

False Positive Guidance

MITRE ATT&CK Context

Original source: https://github.com/SigmaHQ/sigma/blob/master/rules/web/webserver_generic/web_jndi_exploit.yml