Emerging Threatmediumexperimental

Potential SAP NetWeaver Webshell Creation

Detects the creation of suspicious files (jsp, java, class) in SAP NetWeaver directories, which may indicate exploitation attempts of vulnerabilities such as CVE-2025-31324.

Convert In Phoenix Studio

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

Launch
Elastic Security, Swachchhanda Shrawan Poudel (Nextron Systems)Created Mon Apr 2886a7c91f-98c3-4f14-a58d-d989421e12342025
Emerging Threat
Active Threat

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

Log Source
WindowsFile Event
ProductWindows← raw: windows
CategoryFile Event← raw: file_event

Events for file system activity including creation, modification, and deletion.

Detection Logic
Detection Logic2 selectors
detection:
    selection_path:
        TargetFilename|contains:
            - '\j2ee\cluster\apps\sap.com\irj\servlet_jsp\irj\work'
            - '\j2ee\cluster\apps\sap.com\irj\servlet_jsp\irj\root'
    selection_ext:
        TargetFilename|endswith:
            - '.jsp'
            - '.java'
            - '.class'
    condition: all of selection_*
False Positives

Legitimate creation of jsc or java files in these locations

Rule Metadata
Rule ID
86a7c91f-98c3-4f14-a58d-d989421e1234
Status
experimental
Level
medium
Type
Emerging Threat
Created
Mon Apr 28
Path
rules-emerging-threats/2025/Exploits/CVE-2025-31324/file_event_win_sap_netweaver_webshell_creation.yml
Raw Tags
attack.executionattack.initial-accessattack.t1190attack.persistenceattack.t1059.003cve.2025-31324detection.emerging-threats
View on GitHub