nerdexam
EC-Council

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.

Submitted by brentm· Mar 4, 2026Wireless Network, Mobile, IoT, and OT 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

(28 responses)
  • A
    4% (1)
  • B
    75% (21)
  • C
    14% (4)
  • D
    7% (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.

AUse CAPTCHA on the mobile app's login screen.

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.

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

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.

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

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.

DFrequently change the IoT device's IP address.

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

#IoT security#MitM attacks#SSL/TLS#data in transit encryption

Community Discussion

No community discussion yet for this question.

Full 312-50V12 Practice