nerdexam
Cisco

350-701 · Question #216

In which type of attack does the attacker insert their machine between two hosts that are communicating with each other?

The correct answer is C. man-in-the-middle. A man-in-the-middle (MITM) attack involves an attacker secretly intercepting and relaying communications between two parties who believe they are communicating directly, effectively placing themselves in the middle of the conversation.

Submitted by andreas_gr· Mar 30, 2026

Question

In which type of attack does the attacker insert their machine between two hosts that are communicating with each other?

Options

  • ALDAP injection
  • Bcross-site scripting
  • Cman-in-the-middle
  • Dinsecure API

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    89% (31)
  • D
    3% (1)

Why each option

A man-in-the-middle (MITM) attack involves an attacker secretly intercepting and relaying communications between two parties who believe they are communicating directly, effectively placing themselves in the middle of the conversation.

ALDAP injection

LDAP injection is a web application vulnerability that exploits improper input validation to inject malicious queries into an application's LDAP statements, typically used for authentication bypass or data extraction, not inserting a machine between hosts.

Bcross-site scripting

Cross-site scripting (XSS) is a type of injection attack where malicious scripts are injected into otherwise trusted websites, primarily impacting end-user browsers, not involving an attacker's machine directly between communicating hosts.

Cman-in-the-middleCorrect

A man-in-the-middle (MITM) attack is a form of eavesdropping where the attacker intercepts the communication between two systems without their knowledge, often by impersonating one or both parties. The attacker's machine is logically or physically positioned to intercept, read, and potentially modify traffic between the two communicating hosts.

Dinsecure API

An insecure API refers to vulnerabilities in an application programming interface that can be exploited, but it describes a vulnerability type, not a specific attack method where an attacker's machine is placed between two communicating hosts.

Concept tested: Man-in-the-Middle Attack

Source: https://www.cisco.com/c/en/us/products/security/what-is-a-man-in-the-middle-attack.html

Topics

#man-in-the-middle attack#MITM#network security#attack types

Community Discussion

No community discussion yet for this question.

Full 350-701 Practice