Certified Ethical Hacker (CEH v13) — Question 277

As a security consultant, you are advising a startup that is developing an IoT device for home security. The device communicates with a mobile app, allowing homeowners to monitor their homes in real time. The CEO is concerned about potential Man-in-the-Middle (MitM) attacks that could allow an attacker to intercept and manipulate the device's communication. Which of the following solutions would best protect against such attacks?

Answer options

Correct answer: B

Explanation

The correct answer is B because SSL/TLS encryption secures the communication channel, preventing eavesdropping and tampering by attackers. Option A does not address communication security, while C and D are ineffective against MitM attacks as they do not encrypt the data being transmitted.