312-50v12 Exam QuestionsBrowse all questions from this exam

312-50v12 Exam - Question 40


Bella, a security professional working at an IT firm, finds that a security breach has occurred while transferring important files. Sensitive data, employee usernames, and passwords are shared in plaintext, paving the way for hackers to perform successful session hijacking. To address this situation, Bella implemented a protocol that sends data using encryption and digital certificates.

Which of the following protocols is used by Bella?

Show Answer
Correct Answer: A

Bella implemented FTPS (File Transfer Protocol Secure) to address the security breach. FTPS is an extension of FTP that incorporates Transport Layer Security (TLS) or Secure Sockets Layer (SSL) to encrypt data transfers and use digital certificates, making it secure against session hijacking and ensuring safe transfer of sensitive data.

Discussion

13 comments
Sign in to comment
HenrikrpOption: A
Dec 28, 2023

Both A and C fits the criteria, but the keyword is she 'transfers', indicating she initially used FTP, hence ftps

jeremy13Option: A
Oct 10, 2023

A. FTPS FTPS includes full support for the TLS and SSL cryptographic protocols, including the use of server-side public key authentication certificates and client-side authorization certificates. It also supports compatible ciphers, including AES, RC4, RC2, Triple DES, and DES. It further supports hash functions SHA, MD5, MD4, and MD2. https://en.wikipedia.org/wiki/FTPS

[Removed]Option: A
Jun 16, 2024

Another poorly worded question with two correct answers, A. FTPS and C. HTTPS are both correct. But if you want to pass the test, the CEH "most correct" answer is A. FTPS per the other comments in this thread. This was a question for me when I took the exam on 13 Dec 2023.

eli117Option: C
Oct 4, 2023

C. HTTPS Explanation: HTTPS (Hypertext Transfer Protocol Secure) is a protocol used to secure communication over the internet. It is an extension of HTTP (Hypertext Transfer Protocol) and uses Transport Layer Security (TLS) or Secure Sockets Layer (SSL) to encrypt data sent between a web server and a client. HTTPS ensures that data transmitted between a web server and a client is encrypted and therefore secure against eavesdropping and tampering. In the given scenario, Bella implemented a protocol that sends data using encryption and digital certificates to address the security breach caused by plaintext transmission of sensitive data. This is exactly what HTTPS does, making it the correct answer.

581777a
Feb 4, 2024

You are wrong because it specifically says transporting files, and not over the internet.

bellabopOption: A
Oct 13, 2023

"breach occured while transferring files". FTPS is an extension of the FTP protocol that adds support for Transport Layer Security (TLS) or Secure Sockets Layer (SSL) encryption for securing file transfer. Bella could have implemented FTPS as a secure alternative to FTP, which uses plaintext for data transfer and is susceptible to session hijacking attacks.

sringanOption: A
Apr 11, 2024

Correct. Reference: CEH v12 Official book Pg no: 1584

insaniunt
Jun 10, 2024

A. FTPS See CEH v12 book Module 04 Page 504: "Enumeration Countermeasures: Implement secure FTP (SFTP) or FTP secure (FTPS) to encrypt the FTP traffic over the network"

Tafulu
Feb 1, 2024

"while transferring important files" I believe this is a dead giveaway to the correct answer A. FTPS

boog
Dec 7, 2023

A and C are correct. FTPS and HTTPS meet the criteria

boog
Dec 7, 2023

ChatGPT and ForefrontAI selected HTTPS

Vincent_Lu
Dec 12, 2023

C. HTTPS

Vincent_Lu
Dec 13, 2023

C. HTTPS HTTPS is considered more secure than FTPS. It provides end-to-end encryption and uses digital certificates for identity verification. FTPS adds an SSL/TLS encryption layer to FTP but lacks comprehensive security. HTTPS offers stronger encryption and identity protection.

ThoHNguyen
Jan 10, 2024

while transferring important files - that is FTP

desertlotus1211
Oct 10, 2024

FTPS adds SSL/TLS encryption to FTP Answer is A

desertlotus1211
Oct 10, 2024

Modern policies like GDPR and HIPAA favor secure transfers, elevating SFTP as the top recommendation.

Mann098Option: B
Dec 29, 2024

AS IT'S REFERS TRANFER OF FILE SO IT IS FTP