312-50V13 · Question #608
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 an IoT device from Man-in-the-Middle (MitM) attacks during communication with a mobile app, SSL/TLS encryption for data transmission should be implemented.
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
(29 responses)- A3% (1)
- B83% (24)
- C3% (1)
- D10% (3)
Why each option
To best protect an IoT device from Man-in-the-Middle (MitM) attacks during communication with a mobile app, SSL/TLS encryption for data transmission should be implemented.
Using CAPTCHA protects against automated login attempts and bots, but it does not secure the communication channel itself against interception and manipulation by a MitM attacker.
Man-in-the-Middle (MitM) attacks involve an attacker intercepting and potentially altering communication between two parties. Implementing SSL/TLS encryption for data transmission creates a secure, encrypted tunnel, ensuring confidentiality and integrity of the data exchanged between the IoT device and the mobile app. Crucially, SSL/TLS also uses digital certificates to authenticate both ends of the connection, preventing an attacker from impersonating either device and successfully executing a MitM attack.
Limiting the range of wireless signals primarily addresses physical security concerns like wardriving or unauthorized access from afar, but it does not prevent a MitM attack if the attacker is positioned within the operational range.
Frequently changing an IoT device's IP address offers no protection against MitM attacks, as these attacks target the communication channel and cryptographic protocols, not the specific IP address of the device.
Concept tested: Man-in-the-Middle (MitM) attack prevention (SSL/TLS)
Source: https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-security-architecture
Topics
Community Discussion
No community discussion yet for this question.