nerdexam
EC-Council

312-50V10 · Question #298

A security engineer has been asked to deploy a secure remote access solution that will allow employees to connect to the company's internal network. Which of the following can be implemented to minimi

The correct answer is C. IPSec. IPSec uses mutual authentication through IKE and cryptographic integrity verification, which directly prevents man-in-the-middle attacks by ensuring both endpoints authenticate each other before any data flows.

Cryptography

Question

A security engineer has been asked to deploy a secure remote access solution that will allow employees to connect to the company's internal network. Which of the following can be implemented to minimize the opportunity for the man-in-the-middle attack to occur?

Options

  • ASSL
  • BMutual authentication
  • CIPSec
  • DStatic IP addresses

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    81% (21)
  • D
    12% (3)

Why each option

IPSec uses mutual authentication through IKE and cryptographic integrity verification, which directly prevents man-in-the-middle attacks by ensuring both endpoints authenticate each other before any data flows.

ASSL

Basic SSL authenticates only the server to the client by default; without mandatory client certificate validation it does not perform mutual authentication, leaving the client side open to server impersonation attacks.

BMutual authentication

Mutual authentication is a feature or mechanism, not a deployable remote access solution; implementing it alone without accompanying encryption and integrity protection still leaves intercepted data readable by an attacker.

CIPSecCorrect

IPSec's Internet Key Exchange (IKE) protocol performs mutual authentication - both the client and the VPN gateway must prove their identity using certificates or pre-shared keys before the tunnel is established, eliminating the opportunity for an attacker to impersonate either endpoint. Beyond authentication, IPSec's Authentication Header (AH) and Encapsulating Security Payload (ESP) provide cryptographic integrity and confidentiality for all traffic in the tunnel, ensuring that any in-transit tampering is detected and rejected. This combination of mutual authentication plus data integrity makes IPSec a comprehensive defense against MITM.

DStatic IP addresses

Static IP addresses affect routing and address assignment only; they provide no authentication, encryption, or integrity mechanisms and do not prevent an attacker from intercepting or spoofing traffic on the network path.

Concept tested: IPSec mutual authentication preventing man-in-the-middle attacks

Source: https://www.cisco.com/c/en/us/support/docs/ip/ip-security-ipsec-isakmp-ike/14106-ipsec-overview.html

Topics

#IPSec#MITM prevention#VPN#remote access security

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice