Suspicious Child Process of SAP NetWeaver
Detects suspicious child processes spawned by SAP NetWeaver that could indicate potential exploitation of vulnerability that allows arbitrary execution via webshells such as CVE-2025-31324.
Detection logic
selection_parent_img
ParentImage|contains:
- \j2ee\cluster\apps\sap.com\irj\servlet_jsp\irj\work
- \j2ee\cluster\apps\sap.com\irj\servlet_jsp\irj\rootselection_current_dict
CurrentDirectory|contains:
- \j2ee\cluster\apps\sap.com\irj\servlet_jsp\irj\work
- \j2ee\cluster\apps\sap.com\irj\servlet_jsp\irj\rootselection_child
Image|endswith:
- \cmd.exe
- \powershell.exe
- \powershell_ise.exe
- \pwsh.exe
- \wscript.exe
- \cscript.exe
- \regsvr32.exe
- \rundll32.exe
- \mshta.exe
- \certutil.exe
- \bitsadmin.exe
- \python.exeCondition
(selection_parent_img or selection_current_dict) and selection_childRaw YAML
title: Suspicious Child Process of SAP NetWeaver
id: 5b304bcb-ac33-49d0-87af-fa1b3ca94333
status: experimental
description: |
Detects suspicious child processes spawned by SAP NetWeaver that could indicate potential
exploitation of vulnerability that allows arbitrary execution via webshells such as CVE-2025-31324.
author: Elastic (idea), Swachchhanda Shrawan Poudel (Nextron Systems)
date: 2025-04-28
tags:
- attack.execution
- attack.initial-access
- attack.t1190
- attack.persistence
- attack.t1059.003
- cve.2025-31324
- detection.emerging-threats
references:
- https://reliaquest.com/blog/threat-spotlight-reliaquest-uncovers-vulnerability-behind-sap-netweaver-compromise/
- https://onapsis.com/blog/active-exploitation-of-sap-vulnerability-cve-2025-31324/
logsource:
category: process_creation
product: windows
detection:
selection_parent_img:
ParentImage|contains:
- '\j2ee\cluster\apps\sap.com\irj\servlet_jsp\irj\work'
- '\j2ee\cluster\apps\sap.com\irj\servlet_jsp\irj\root'
selection_current_dict:
CurrentDirectory|contains:
- '\j2ee\cluster\apps\sap.com\irj\servlet_jsp\irj\work'
- '\j2ee\cluster\apps\sap.com\irj\servlet_jsp\irj\root'
selection_child:
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
- '\powershell_ise.exe'
- '\pwsh.exe'
- '\wscript.exe'
- '\cscript.exe'
- '\regsvr32.exe'
- '\rundll32.exe'
- '\mshta.exe'
- '\certutil.exe'
- '\bitsadmin.exe'
- '\python.exe'
condition: (selection_parent_img or selection_current_dict) and selection_child
falsepositives:
- Legitimate administrative activities such as software updates
level: mediumFalse positives
- Legitimate administrative activities such as software updates
References
Similar rules
Suspicious Child Process of SAP NetWeaver - Linux
mediumlinux · Shares T1190, T1059
Exploited CVE-2020-10189 Zoho ManageEngine
highwindows · Shares T1190, T1059
Potential Exploitation of CrushFTP RCE Vulnerability (CVE-2025-54309)
highwindows · Shares T1059, T1190
Potential Exploitation of GoAnywhere MFT Vulnerability
highwindows · Shares T1190, T1059