nerdexam
GIAC

GSLC · Question #273

Which of the following can provide security against man-in-the-middle attack?

The correct answer is C. Strong data encryption during travel. Man-in-the-middle attacks intercept data in transit, and strong encryption is the primary defense because it renders intercepted data unreadable even if captured.

Security Architecture & Engineering

Question

Which of the following can provide security against man-in-the-middle attack?

Options

  • AStrong authentication method
  • BFirewall
  • CStrong data encryption during travel
  • DAnti-virus programs

How the community answered

(65 responses)
  • A
    5% (3)
  • B
    2% (1)
  • C
    86% (56)
  • D
    8% (5)

Why each option

Man-in-the-middle attacks intercept data in transit, and strong encryption is the primary defense because it renders intercepted data unreadable even if captured.

AStrong authentication method

Strong authentication verifies user identity at login but does not prevent an attacker from intercepting and reading unencrypted data that is already in transit between endpoints.

BFirewall

A firewall filters traffic at the network perimeter but cannot stop a MITM attack occurring between two already-authenticated endpoints within or across a network.

CStrong data encryption during travelCorrect

Strong data encryption during transit directly counters MITM attacks by ensuring that intercepted communications cannot be read or tampered with without the decryption key. Protocols like TLS/SSL encrypt data end-to-end, protecting both confidentiality and integrity of the communication channel. This is the only option that addresses the core mechanism of a MITM attack - unauthorized interception of in-flight data.

DAnti-virus programs

Anti-virus programs detect and remove malware on host endpoints but have no capability to protect data flowing across a network from being intercepted by a third party.

Concept tested: Encryption as defense against MITM attacks

Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-overview

Topics

#man-in-the-middle#encryption in transit#attack mitigation#data integrity

Community Discussion

No community discussion yet for this question.

Full GSLC Practice