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.
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)- A10% (2)
- B5% (1)
- C80% (16)
- D5% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.