A network security analyst is investigating simultaneous security alerts on two separate VLANs within an enterprise network. On VLAN 20, client workstations attempting to reach the internal ERP server (10.20.4.50) present browser certificate warnings. Packet captures on VLAN 20 show a flood of unsolicited ARP responses associating the default gateway IP address (10.20.4.1) with the MAC address of an unrecognized host on the local segment. On VLAN 30, clients resolving the hostname erp.corporate.local receive IP address 198.51.100.44 (an external host) instead of 10.20.4.50. Packet captures on VLAN 30 reveal forged UDP port 53 responses arriving prior to replies from the legitimate internal DNS server, with no abnormal Layer 2 ARP activity detected. Which of the following correctly identifies the distinct attack vectors operating on VLAN 20 and VLAN 30, respectively?
- VLAN 20 is undergoing ARP cache poisoning (Layer 2 Man-in-the-Middle), while VLAN 30 is undergoing DNS cache poisoning (DNS spoofing).Answer
- BVLAN 20 is undergoing DNS cache poisoning (DNS spoofing), while VLAN 30 is undergoing ARP cache poisoning (Layer 2 Man-in-the-Middle).
- CVLAN 20 is undergoing a MAC flooding attack on switch CAM tables, while VLAN 30 is undergoing a BGP route hijacking attack.
- DVLAN 20 is undergoing a DHCP starvation attack, while VLAN 30 is undergoing an IPv6 AAAA record transition attack.