nerdexam
GIAC

GCFA · Question #96

You are the Network Administrator and your company has recently implemented encryption for all emails. You want to check to make sure that the email packages are being encrypted. What tool would you…

The correct answer is B. Packet sniffer. A packet sniffer captures live network traffic so an administrator can inspect packet payloads and confirm whether email data is being transmitted in encrypted form.

Advanced Incident Response & Digital Forensics Fundamentals

Question

You are the Network Administrator and your company has recently implemented encryption for all emails. You want to check to make sure that the email packages are being encrypted. What tool would you use to accomplish this?

Options

  • APassword cracker
  • BPacket sniffer
  • CPerformance Monitor
  • DVulnerability analyzer

How the community answered

(63 responses)
  • A
    13% (8)
  • B
    78% (49)
  • C
    6% (4)
  • D
    3% (2)

Why each option

A packet sniffer captures live network traffic so an administrator can inspect packet payloads and confirm whether email data is being transmitted in encrypted form.

APassword cracker

A password cracker is used to recover authentication credentials through brute-force or dictionary attacks, and cannot capture or inspect live network packet contents.

BPacket snifferCorrect

A packet sniffer such as Wireshark intercepts and displays raw network packets in transit, allowing an administrator to examine the payload of SMTP, IMAP, or POP3 sessions and verify whether content is encrypted (ciphertext) or readable plaintext. This is the standard method for confirming that transport-layer encryption such as TLS/STARTTLS is active and functioning on email traffic.

CPerformance Monitor

Performance Monitor tracks operating system metrics such as CPU, memory, and disk I/O, and has no capability to capture or analyze network packet payloads.

DVulnerability analyzer

A vulnerability analyzer scans systems and services for known security weaknesses, but does not capture live traffic to verify whether specific packets are encrypted.

Concept tested: Packet sniffing to verify network encryption

Source: https://www.wireshark.org/docs/wsug_html_chunked/ChapterIntroduction.html

Topics

#packet sniffing#email encryption#network monitoring#traffic analysis

Community Discussion

No community discussion yet for this question.

Full GCFA Practice