nerdexam
EC-Council

312-50V10 · Question #382

A network security administrator is worried about potential man-in-the-middle attacks when users access a corporate web site from their workstations. Which of the following is the best remediation aga

The correct answer is C. Requiring client and server PKI certificates for all connections. Requiring both client and server PKI certificates - mutual TLS - is the strongest defense against man-in-the-middle attacks because it forces cryptographic authentication of both parties.

Cryptography

Question

A network security administrator is worried about potential man-in-the-middle attacks when users access a corporate web site from their workstations. Which of the following is the best remediation against this type of attack?

Options

  • AImplementing server-side PKI certificates for all connections
  • BMandating only client-side PKI certificates for all connections
  • CRequiring client and server PKI certificates for all connections
  • DRequiring strong authentication for all DNS queries

How the community answered

(20 responses)
  • A
    10% (2)
  • B
    5% (1)
  • C
    80% (16)
  • D
    5% (1)

Why each option

Requiring both client and server PKI certificates - mutual TLS - is the strongest defense against man-in-the-middle attacks because it forces cryptographic authentication of both parties.

AImplementing server-side PKI certificates for all connections

Server-side certificates alone allow clients to verify the server's identity but do not authenticate the client, leaving the session vulnerable to an attacker who can intercept and impersonate the client side.

BMandating only client-side PKI certificates for all connections

Client-side certificates alone authenticate the client to the server but do not allow the client to verify the server's identity, so a MITM attacker could still successfully impersonate the legitimate server.

CRequiring client and server PKI certificates for all connectionsCorrect

Mutual TLS (mTLS) requires both the client and the server to present valid, CA-issued PKI certificates during the TLS handshake, meaning each party cryptographically verifies the other's identity. This eliminates man-in-the-middle attacks because an attacker cannot forge a certificate that is trusted by both sides, making impersonation of either party computationally infeasible.

DRequiring strong authentication for all DNS queries

Strong DNS query authentication addresses DNS spoofing but does not protect the HTTPS connection itself against certificate forgery or session interception by a man-in-the-middle.

Concept tested: Mutual TLS (mTLS) as MITM attack remediation

Source: https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/auth-mtls

Topics

#man-in-the-middle#PKI certificates#mutual authentication#TLS

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice