Suspicious CrushFTP Child Process
Description
Detects suspicious child processes spawned by the CrushFTP service that may indicate exploitation of remote code execution vulnerabilities such as CVE-2025-31161, where attackers can achieve RCE through crafted HTTP requests. The detection focuses on commonly abused Windows executables (like powershell.exe, cmd.exe etc.) that attackers typically use post-exploitation to execute malicious commands.
Query · sigma
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_*
Known false positives
- Legitimate CrushFTP administrative actions
- Software updates