Which scenario would most likely reveal credentials due to plaintext transmission?

Prepare for the Wireshark Traffic Analysis Exam. Study with flashcards and multiple choice questions, each question includes hints and explanations. Ace your exam!

Multiple Choice

Which scenario would most likely reveal credentials due to plaintext transmission?

Explanation:
The scenario tests the risk of credentials being exposed when they’re sent without encryption. In standard FTP, the login sequence transmits the username and password in clear text over the control channel. Because there’s no encryption protecting that portion of the traffic, someone sniffing the network can read the credentials directly, making it easy to capture. In contrast, HTTPS runs over TLS, so HTTP requests (including any credentials) are encrypted in transit. TLS itself provides the encryption layer for various protocols, so it protects the data exchanged. SSH also encrypts its entire session, so login credentials aren’t sent in plaintext there either. Therefore, the insecure choice that would most readily reveal credentials due to plaintext transmission is using FTP. If a secure variant like FTPS or SFTP is used, credentials would be protected.

The scenario tests the risk of credentials being exposed when they’re sent without encryption. In standard FTP, the login sequence transmits the username and password in clear text over the control channel. Because there’s no encryption protecting that portion of the traffic, someone sniffing the network can read the credentials directly, making it easy to capture.

In contrast, HTTPS runs over TLS, so HTTP requests (including any credentials) are encrypted in transit. TLS itself provides the encryption layer for various protocols, so it protects the data exchanged. SSH also encrypts its entire session, so login credentials aren’t sent in plaintext there either. Therefore, the insecure choice that would most readily reveal credentials due to plaintext transmission is using FTP. If a secure variant like FTPS or SFTP is used, credentials would be protected.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy