FTP Connection Open Attempt Via Winscp CLI
Description
Detects the execution of Winscp with the "-command" and the "open" flags in order to open an FTP connection. Akira ransomware was seen using this technique in order to exfiltrate data.
Query · sigma
selection_img: - Image|endswith: \WinSCP.exe - OriginalFileName: winscp.exe selection_cmd: CommandLine|contains|windash: -command CommandLine|contains|all: - 'open ' - ftp:// condition: all of selection_*
Known false positives
- Unknown