312-50V12 · Question #212
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…
The correct answer is B. Implement SSL/TLS encryption for data transmission between the IoT device and the mobile app. To best protect against Man-in-the-Middle (MitM) attacks on an IoT device's communication, implementing SSL/TLS encryption is the most effective solution.
Question
Options
- AUse CAPTCHA on the mobile app's login screen.
- BImplement SSL/TLS encryption for data transmission between the IoT device and the mobile app.
- CLimit the range of the IoT device's wireless signals.
- DFrequently change the IoT device's IP address.
How the community answered
(28 responses)- A4% (1)
- B75% (21)
- C14% (4)
- D7% (2)
Why each option
To best protect against Man-in-the-Middle (MitM) attacks on an IoT device's communication, implementing SSL/TLS encryption is the most effective solution.
CAPTCHA is a security measure designed to differentiate human users from automated bots, primarily to prevent brute-force attacks or spam on login screens, not to protect data in transit from interception or manipulation.
SSL/TLS (Secure Sockets Layer/Transport Layer Security) encryption establishes a secure, encrypted channel between the IoT device and the mobile app, ensuring data confidentiality, integrity, and server authentication. This cryptographic protection prevents unauthorized interception, reading, or manipulation of the communication by an attacker positioned between the two communicating parties.
Limiting the range of wireless signals is a physical security control that reduces the physical area an attacker can operate within, but it does not encrypt or secure the data itself if an attacker is within range to intercept the signal.
Frequently changing an IoT device's IP address does not prevent an attacker from intercepting or manipulating data traffic once a connection is established, as MitM attacks operate on the communication channel rather than relying on a static IP for interception.
Concept tested: MitM attack prevention via transport layer security
Source: https://learn.microsoft.com/en-us/windows-server/security/tls/tls-overview
Topics
Community Discussion
No community discussion yet for this question.