Emerging Threatmediumexperimental

Potential SAP NetWeaver Webshell Creation - Linux

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 285b91409c-cb18-4ab6-ac75-c5759f9984092025
Emerging Threat
Active Threat

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

Log Source
LinuxFile Event
ProductLinux← raw: linux
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
5b91409c-cb18-4ab6-ac75-c5759f998409
Status
experimental
Level
medium
Type
Emerging Threat
Created
Mon Apr 28
Path
rules-emerging-threats/2025/Exploits/CVE-2025-31324/file_event_lnx_sap_netweaver_webshell_creation.yml
Raw Tags
attack.executionattack.initial-accessattack.t1190attack.persistenceattack.t1059.003cve.2025-31324detection.emerging-threats
View on GitHub