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.
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)- A13% (8)
- B78% (49)
- C6% (4)
- D3% (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.
A password cracker is used to recover authentication credentials through brute-force or dictionary attacks, and cannot capture or inspect live network packet contents.
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.
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.
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
Community Discussion
No community discussion yet for this question.