EXPERT RESPONSE
A "man in the middle" attack or "TCP hijacking" or an "eavesdropping attack" is a well-known attack where an attacker sniffs packets from a network, modifies them and then inserts them back into the network. Simply put, the attacker intercepts network transmissions between two hosts. The attacker then masquerades as one of the hosts, often inserting additional transmissions into the network dialogue.
The man in the middle attack is prevalent in wireless networks as well. In this, the attacker may place a rogue access point in a legitimate wireless network, configure the rogue access point with the valid SSID of the victim's wireless network and thus gather all the sensitive information from authorized users connecting to the wireless network. Some attackers also use a laptop with two wireless network cards, where one card acts as an access point and the other wireless card forwards all the connections from the access point card to the legitimate access point. In cryptography the man in the middle attack is particularly applicable to the original Diffie-Hellman Key exchange protocol, when used without authentication.
|