nerdexam
EC-Council

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.

Submitted by tom_us· Mar 6, 2026IoT Hacking

Question

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?

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)
  • A
    3% (1)
  • B
    83% (24)
  • C
    3% (1)
  • D
    10% (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.

AUse CAPTCHA on the mobile app's login screen.

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.

BImplement SSL/TLS encryption for data transmission between the IoT device and the mobile app.Correct

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.

CLimit the range of the IoT device's wireless signals.

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.

DFrequently change the IoT device's IP address.

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

#IoT security#Man-in-the-Middle#SSL/TLS encryption#data transmission

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice