Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proc creation lnx exfiltration data via sftp protocol (winscp tool) #5096

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
title: Exfiltration data using the WinScp tool - (SFTP File Transfer)
id: 8ea5903c-815e-465b-a697-016902988414
status: experimental
description: The attacker may use the WinScp tool to exfiltrate data from the victim's system. This rule helps to identify data being exfiltrated through the SFTP protocol. (When using the WinScp tool, the SFTP protocol is used in the background to transfer data.)
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1048/T1048.md
author: CheraghiMilad
date: 2024-11-29
tags:
- attack.exfiltration
- attack.t1048.001
logsource:
category: process_creation
product: linux
detection:
selection:
Image|contains: 'openssh/sftp-server'
TargetFileName|endswith: '.filepart'
condition: selection
falsepositives:
- Legitimate use of the commands by administrators or system processes (excluding Wazuh)
level: high
Loading