Question

Difficulty: Very hardCommon Network Attack Types and Vectors

A network security analyst is investigating a compromised corporate subnet where users attempting to access internal file servers are periodically redirected to an unauthorized external server capturing credentials. A packet capture analysis on the local segment reveals two distinct operational anomalies:
1. Unsolicited, continuous ARP response frames broadcast across the segment, binding the subnet default gateway's IP address to an unrecognized host's MAC address.
2. Injected response packets intercepting local recursive name resolution requests and supplying spoofed IP addresses for internal domain names.

Which of the following attack vectors are directly being executed in this enterprise incident? (Select TWO)

  1. ARP Poisoning (Spoofing) to establish a Layer 2 On-path (Man-in-the-Middle) position by altering local host neighbor cachesAnswer
  2. B
    VLAN Hopping utilizing double 802.1Q encapsulation tags to bypass Layer 3 boundary security enforcement
  3. DNS Poisoning (Spoofing) to compromise name-to-IP resolution and redirect domain lookup queries to unauthorized IP addressesAnswer
  4. D
    Port Downgrade Attack forcing secure TLS communications on port 443 onto unencrypted Telnet transport on port 23

Answer

The two attack vectors actively being executed are ARP Poisoning (Spoofing) and DNS Poisoning (Spoofing).
The scenario describes two distinct malicious actions: local ARP table corruption via unsolicited ARP responses (ARP Poisoning) to position the attacker as an On-path intermediary, and the injection of fraudulent DNS resolution answers (DNS Poisoning) to redirect users to unauthorized IP destinations.

Step-by-Step Solution

1
Analyze anomaly #1: Unsolicited ARP response frames mapping gateway IP to an unknown MAC.
Identified as ARP Poisoning/Spoofing. Gratuitous ARP frames poison local ARP caches, causing hosts on the broadcast domain to send gateway-bound packets directly to the attacker's Layer 2 MAC address.
ARP lacks authentication mechanisms, allowing spoofed replies to overwrite legitimate IP-to-MAC resolution tables.
2
Analyze anomaly #2: Injected response packets altering local name resolution output.
Identified as DNS Poisoning/Spoofing. Fake DNS replies overwrite cache or resolution entries to direct hostname lookups to malicious destination IPs.
DNS resolution manipulation specifically targets domain name translation to divert application traffic.
3
Evaluate remaining options against observed packet anomalies.
VLAN Hopping and Port 23 Downgrade do not match ARP cache corruption or DNS response injection symptoms.
VLAN hopping exploits trunking configuration tagging, and Telnet on port 23 is unrelated to name resolution or address resolution.

Key Concept

Common Network Attack Types and Vectors (ARP Poisoning and DNS Spoofing)
Estimated Time:3m 0s
Rate this question