Windows: Suspicious child processes spawned by CrushFTP service
Alerts when CrushFTP service (crushftpservice.exe) launches shell/script executables like PowerShell, cmd, mshta, or bash.
- Product
- windows
- Category
- process_creation
- Author
- Craig Sweeney, Matt Anderson, Jose Oregon, Tim Kasper, Faith Stratton, Samantha Shaw, Swachchhanda Shrawan Poudel (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2025-04-10
- Updated
- 2026-07-31
ATT&CK techniques
Initial Access → ExecutionRecon
Resource Dev
Initial Access
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags Windows process creation events where the parent process is CrushFTP’s service executable and the child process matches a set of commonly abused command/interpreter binaries. Such activity may indicate post-compromise command execution following exploitation or abuse of the CrushFTP service. The detection relies on process creation telemetry capturing the parent image path and the child image path.
Reporting behind it
- nvd.nist.govhttps://nvd.nist.gov/vuln/detail/CVE-2025-2825
- crushftp.comhttps://www.crushftp.com/crush11wiki/Wiki.jsp?page=Update
- outpost24.comhttps://outpost24.com/blog/crushftp-auth-bypass-vulnerability/
- attackerkb.comhttps://attackerkb.com/topics/k0EgiL9Psz/cve-2025-2825/rapid7-analysis
- projectdiscovery.iohttps://projectdiscovery.io/blog/crushftp-authentication-bypass
- github.comhttps://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2025/Exploits/CVE-2025-31161/proc_creation_win_crushftp_susp_child_processes.yml
Changelog
v5- v5Candidate ingested via manual entry.2026-07-31
- v4Candidate ingested via manual entry.2026-07-31
- v3Candidate ingested via manual entry.2026-07-31
- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: "Windows: Suspicious child processes spawned by CrushFTP service"
id: 10049406-5ffe-4327-a4ff-791ca9815417
status: experimental
description: This rule flags Windows process creation events where the parent process is CrushFTP’s service executable and the child process matches a set of commonly abused command/interpreter binaries. Such activity may indicate post-compromise command execution following exploitation or abuse of the CrushFTP service. The detection relies on process creation telemetry capturing the parent image path and the child image path.
references:
- https://nvd.nist.gov/vuln/detail/CVE-2025-2825
- https://www.crushftp.com/crush11wiki/Wiki.jsp?page=Update
- https://outpost24.com/blog/crushftp-auth-bypass-vulnerability/
- https://attackerkb.com/topics/k0EgiL9Psz/cve-2025-2825/rapid7-analysis
- https://projectdiscovery.io/blog/crushftp-authentication-bypass
- https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2025/Exploits/CVE-2025-31161/proc_creation_win_crushftp_susp_child_processes.yml
author: Craig Sweeney, Matt Anderson, Jose Oregon, Tim Kasper, Faith Stratton, Samantha Shaw, Swachchhanda Shrawan Poudel (Nextron Systems), Huntrule Team
date: 2025-04-10
tags:
- attack.initial-access
- attack.execution
- attack.t1059.001
- attack.t1059.003
- attack.t1190
- cve.2025-31161
- detection.emerging-threats
logsource:
category: process_creation
product: windows
detection:
selection_parent:
ParentImage|endswith: \crushftpservice.exe
selection_child:
Image|endswith:
- \bash.exe
- \cmd.exe
- \cscript.exe
- \mshta.exe
- \powershell.exe
- \powershell_ise.exe
- \pwsh.exe
- \sh.exe
- \wscript.exe
condition: all of selection_*
falsepositives:
- Legitimate CrushFTP administrative actions
- Software updates
level: medium
license: DRL-1.1
related:
- id: 459628e3-1b00-4e9b-9e5b-7da8961aea35
type: derived