What is the recommended mitigation for unencrypted FTP exposing credentials?

Prepare for the CompTIA Cloud+ Test. Enhance your skills with multiple choice questions, detailed hints, and clear explanations. Ace your certification exam!

Multiple Choice

What is the recommended mitigation for unencrypted FTP exposing credentials?

Explanation:
Transmitting credentials over plain FTP means they travel in clear text and can be captured by anyone monitoring the network. The best way to mitigate this is to switch to a secure file transfer method that encrypts the session, so both authentication and data are protected in transit. Using SSH-based File Transfer, such as SFTP or FTPS, provides that encryption: SFTP uses the SSH protocol to encrypt the entire transfer, while FTPS wraps FTP in TLS to secure the connection. Either option prevents credentials from being exposed to eavesdroppers and tampering. Other options don’t address the underlying issue. Simply increasing the encryption strength of FTP isn’t effective because plain FTP itself isn’t encrypted, so stronger encryption on top wouldn’t hijack the plaintext transmission. Telnet is also unencrypted and would expose credentials, not protect them. Changing the default port likewise does not secure the data being sent over the network.

Transmitting credentials over plain FTP means they travel in clear text and can be captured by anyone monitoring the network. The best way to mitigate this is to switch to a secure file transfer method that encrypts the session, so both authentication and data are protected in transit. Using SSH-based File Transfer, such as SFTP or FTPS, provides that encryption: SFTP uses the SSH protocol to encrypt the entire transfer, while FTPS wraps FTP in TLS to secure the connection. Either option prevents credentials from being exposed to eavesdroppers and tampering.

Other options don’t address the underlying issue. Simply increasing the encryption strength of FTP isn’t effective because plain FTP itself isn’t encrypted, so stronger encryption on top wouldn’t hijack the plaintext transmission. Telnet is also unencrypted and would expose credentials, not protect them. Changing the default port likewise does not secure the data being sent over the network.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy