PT0-002 · Question #537
A penetration tester has compromised a customer's internal network, gaining access to a file server that hosts email server backups. Which of the following is the best tool to assist with data…
The correct answer is A. SFTP. To exfiltrate large amounts of data from a compromised file server, a secure file transfer protocol like SFTP is an effective and common choice.
Question
A penetration tester has compromised a customer's internal network, gaining access to a file server that hosts email server backups. Which of the following is the best tool to assist with data exfiltration?
Options
- ASFTP
- BNmap
- CNetcat
- DSCP
How the community answered
(55 responses)- A76% (42)
- B13% (7)
- C5% (3)
- D5% (3)
Why each option
To exfiltrate large amounts of data from a compromised file server, a secure file transfer protocol like SFTP is an effective and common choice.
SFTP (SSH File Transfer Protocol) is an excellent tool for data exfiltration because it provides a secure, encrypted channel for transferring files. It is commonly allowed through firewalls, operates over SSH (port 22), and supports large file transfers and directory structures, making it highly effective for moving significant amounts of data like email server backups from a compromised system.
Nmap is a network scanning tool used for reconnaissance and port discovery, not for data transfer or exfiltration.
Netcat can establish basic TCP/UDP connections and transfer small amounts of data, but it is less efficient and feature-rich than SFTP for large, structured file exfiltration.
SCP (Secure Copy Protocol) is also good for secure file transfer, but SFTP is generally more versatile, offering features like directory listings, resuming transfers, and navigating remote file systems, making it often preferred for complex exfiltration scenarios involving large datasets.
Concept tested: Data exfiltration tools and methods
Source: https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol
Topics
Community Discussion
No community discussion yet for this question.