nerdexam
CompTIA

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.

Post-exploitation and lateral movement

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)
  • A
    76% (42)
  • B
    13% (7)
  • C
    5% (3)
  • D
    5% (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.

ASFTPCorrect

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.

BNmap

Nmap is a network scanning tool used for reconnaissance and port discovery, not for data transfer or exfiltration.

CNetcat

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.

DSCP

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

#Data Exfiltration#Post-exploitation#SFTP#Penetration Testing Tools

Community Discussion

No community discussion yet for this question.

Full PT0-002 Practice