Windows: Suspicious child processes spawned by CrushFTP service

Alerts when CrushFTP service (crushftpservice.exe) launches shell/script executables like PowerShell, cmd, mshta, or bash.

FreeReviewedSigma · Medium · v5
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
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