nerdexam
GIAC

GPEN · Question #269

Which of the following statements about Fport is true?

The correct answer is A. It works as a process viewer. Fport is a Windows-based tool developed by Foundstone that maps open TCP/IP and UDP ports to their owning processes, functioning as a process viewer. It allows administrators and investigators to identify which process is listening on which port.

Exploitation & Post-Exploitation Techniques

Question

Which of the following statements about Fport is true?

Options

  • AIt works as a process viewer.
  • BIt works as a datapipe on Windows.
  • CIt works as a datapipe on Linux.
  • DIt is a source port forwarder/redirector.

How the community answered

(45 responses)
  • A
    73% (33)
  • B
    13% (6)
  • C
    4% (2)
  • D
    9% (4)

Why each option

Fport is a Windows-based tool developed by Foundstone that maps open TCP/IP and UDP ports to their owning processes, functioning as a process viewer. It allows administrators and investigators to identify which process is listening on which port.

AIt works as a process viewer.Correct

Fport functions as a process viewer by listing all open TCP and UDP ports on a Windows system alongside the process name and PID that owns each port, similar to 'netstat -an' but with process attribution. This makes it valuable in forensic investigations to identify suspicious processes listening on unexpected ports. It was developed by Foundstone and runs natively on Windows systems.

BIt works as a datapipe on Windows.

Datapipe is a separate tool that acts as a port redirector on Windows; Fport does not perform port forwarding or data piping on any platform.

CIt works as a datapipe on Linux.

Fport is a Windows-only tool and does not run on Linux; additionally, a datapipe is a distinct tool used for port redirection, which is not Fport's function.

DIt is a source port forwarder/redirector.

Source port forwarding and redirection describe the Datapipe utility, not Fport - Fport only reads and displays existing port-to-process mappings, it does not redirect or forward traffic.

Concept tested: Fport tool function as Windows process-port mapper

Topics

#Fport#process viewer#port-process mapping#Windows tools

Community Discussion

No community discussion yet for this question.

Full GPEN Practice