In
cryptography
Cryptography, or cryptology (from "hidden, secret"; and ''graphein'', "to write", or ''-logy, -logia'', "study", respectively), is the practice and study of techniques for secure communication in the presence of Adversary (cryptography), ...
and
computer security
Computer security (also cybersecurity, digital security, or information technology (IT) security) is a subdiscipline within the field of information security. It consists of the protection of computer software, systems and computer network, n ...
, a man-in-the-middle (MITM) attack, or on-path attack, is a
cyberattack
A cyberattack (or cyber attack) occurs when there is an unauthorized action against computer infrastructure that compromises the confidentiality, integrity, or availability of its content.
The rising dependence on increasingly complex and inte ...
where the attacker secretly relays and possibly alters the
communications
Communication is commonly defined as the transmission of information. Its precise definition is disputed and there are disagreements about whether Intention, unintentional or failed transmissions are included and whether communication not onl ...
between two parties who believe that they are directly communicating with each other, where in actuality the attacker has inserted themselves between the two user parties.
One example of a MITM attack is active
eavesdropping
Eavesdropping is the act of secretly or stealthily listening to the private conversation or communications of others without their consent in order to gather information.
Etymology
The verb ''eavesdrop'' is a back-formation from the noun ''eave ...
, in which the attacker makes independent connections with the victims and relays messages between them to make them believe they are talking directly to each other over a private connection, when in fact the entire conversation is controlled by the attacker. In this scenario, the attacker must be able to intercept all relevant messages passing between the two victims and inject new ones. This is straightforward in many circumstances; for example, an attacker within range of a
Wi-Fi access point hosting a network without encryption could insert themselves as a man in the middle.
As it aims to circumvent mutual authentication, a MITM attack can succeed only when the attacker impersonates each endpoint sufficiently well to satisfy their expectations. Most cryptographic protocols include some form of endpoint authentication specifically to prevent MITM attacks. For example,
TLS can authenticate one or both parties using a mutually trusted certificate authority.
Example

Suppose
Alice
Alice may refer to:
* Alice (name), most often a feminine given name, but also used as a surname
Literature
* Alice (''Alice's Adventures in Wonderland''), a character in books by Lewis Carroll
* ''Alice'' series, children's and teen books by ...
wishes to communicate with
Bob. Meanwhile,
Mallory wishes to intercept the conversation to eavesdrop (breaking confidentiality) with the option to deliver a false message to Bob under the guise of Alice (breaking non-repudiation). Mallory would perform a man-in-the-middle attack as described in the following sequence of events.
# Alice sends a message to Bob, which is intercepted by Mallory:
#:
Alice ''"Hi Bob, it's Alice. Give me your key."'' →
Mallory Bob
# Mallory relays this message to Bob; Bob cannot tell it is not really from Alice:
#:
Alice Mallory ''"Hi Bob, it's Alice. Give me your key."'' →
Bob
# Bob responds with his encryption key:
#:
Alice Mallory ← ''
ob's key'
Bob
# Mallory replaces Bob's key with her own, and relays this to Alice, claiming that it is Bob's key:
#:
Alice ← ''
allory's key'
Mallory Bob
# Alice encrypts a message with what she believes to be Bob's key, thinking that only Bob can read it:
#:
Alice ''"Meet me at the bus stop!"
ncrypted with Mallory's key' →
Mallory Bob
# However, because it was actually encrypted with Mallory's key, Mallory can decrypt it, read it, modify it (if desired), re-encrypt with Bob's key, and forward it to Bob:
#:
Alice Mallory ''"Meet me at the park!"
ncrypted with Bob's key' →
Bob
# Bob thinks that this message is a secure communication from Alice.
This example shows the need for Alice and Bob to have a means to ensure that they are truly each using each other's public keys, and not the public key of an attacker. Otherwise, such attacks are generally possible, in principle, against any message sent using public-key technology.
Types of MITM
There are several attack types that can fall into the category of MITM. The most notable are:
#
HTTPS
Hypertext Transfer Protocol Secure (HTTPS) is an extension of the Hypertext Transfer Protocol (HTTP). It uses encryption for secure communication over a computer network, and is widely used on the Internet. In HTTPS, the communication protoc ...
Spoofing: The attacker tricks the victim into believing their connection is secure by substituting a fake SSL/TLS certificate.
#
SSL/TLS Stripping: Downgrades HTTPS traffic to HTTP, intercepting and reading unencrypted data.
#
ARP Spoofing: Sends fake ARP messages to associate the attacker’s MAC address with a target IP, intercepting local network traffic.
#
DNS Spoofing/Poisoning: Redirects DNS queries to malicious servers, leading victims to fake websites.
#Session Hijacking: Steals session
cookies or tokens to impersonate a legitimate user in an active session.
#Man-in-the-Browser (
MITB): Malware alters browser activity, intercepting or manipulating transactions in real-time.
#
Wi-Fi
Wi-Fi () is a family of wireless network protocols based on the IEEE 802.11 family of standards, which are commonly used for Wireless LAN, local area networking of devices and Internet access, allowing nearby digital devices to exchange data by ...
MITM (
Evil Twin Attack): Creates a fake Wi-Fi hotspot to intercept communications from connected devices.
#
Email
Electronic mail (usually shortened to email; alternatively hyphenated e-mail) is a method of transmitting and receiving Digital media, digital messages using electronics, electronic devices over a computer network. It was conceived in the ...
Hijacking: Intercepts email exchanges to manipulate or steal sensitive information.
#
Replay Attacks: Captures and retransmits valid data to repeat actions or disrupt communication.
#Fake
Certificate Authority
In cryptography, a certificate authority or certification authority (CA) is an entity that stores, signs, and issues digital certificates. A digital certificate certifies the ownership of a public key by the named subject of the certificate. Thi ...
(CA): Uses a fraudulent CA to sign fake certificates, tricking victims into trusting malicious connections.
Defense and detection
MITM attacks can be prevented or detected by two means: authentication and tamper detection. Authentication provides some degree of certainty that a given message has come from a legitimate source.
Tamper detection merely shows evidence that a message may have been altered and has broken integrity.
Authentication
All cryptographic systems that are secure against MITM attacks provide some method of authentication for messages. Most require an exchange of information (such as public keys) in addition to the message over a
secure channel. Such protocols, often using
key-agreement protocol
In cryptography, a key-agreement protocol is a protocol whereby two (or more) parties generate a cryptographic Key (cryptography), key as a function of information provided by each honest party so that no party can predetermine the resulting value ...
s, have been developed with different security requirements for the secure channel, though some have attempted to remove the requirement for any secure channel at all.
A
public key infrastructure
A public key infrastructure (PKI) is a set of roles, policies, hardware, software and procedures needed to create, manage, distribute, use, store and revoke digital certificates and manage public-key encryption.
The purpose of a PKI is to fac ...
, such as
Transport Layer Security
Transport Layer Security (TLS) is a cryptographic protocol designed to provide communications security over a computer network, such as the Internet. The protocol is widely used in applications such as email, instant messaging, and voice over ...
, may harden
Transmission Control Protocol
The Transmission Control Protocol (TCP) is one of the main communications protocol, protocols of the Internet protocol suite. It originated in the initial network implementation in which it complemented the Internet Protocol (IP). Therefore, th ...
against MITM attacks. In such structures, clients and servers exchange certificates which are issued and verified by a trusted third party called a
certificate authority
In cryptography, a certificate authority or certification authority (CA) is an entity that stores, signs, and issues digital certificates. A digital certificate certifies the ownership of a public key by the named subject of the certificate. Thi ...
(CA). If the original key to authenticate this CA has not been itself the subject of a MITM attack, then the certificates issued by the CA may be used to authenticate the messages sent by the owner of that certificate. Use of
mutual authentication, in which both the server and the client validate the other's communication, covers both ends of a MITM attack. If the server or client's identity is not verified or deemed as invalid, the session will end. However, the default behavior of most connections is to only authenticate the server, which means mutual authentication is not always employed and MITM attacks can still occur.
Attestments, such as verbal communications of a shared value (as in
ZRTP), or recorded attestments such as audio/visual recordings of a public key hash are used to ward off MITM attacks, as visual media is much more difficult and time-consuming to imitate than simple data packet communication. However, these methods require a human in the loop in order to successfully initiate the transaction.
HTTP Public Key Pinning (HPKP), sometimes called "certificate pinning", helps prevent a MITM attack in which the certificate authority itself is compromised, by having the server provide a list of "pinned" public key hashes during the first transaction. Subsequent transactions then require one or more of the keys in the list must be used by the server in order to authenticate that transaction.
DNSSEC extends the DNS protocol to use signatures to authenticate DNS records, preventing simple MITM attacks from directing a client to a malicious
IP address
An Internet Protocol address (IP address) is a numerical label such as that is assigned to a device connected to a computer network that uses the Internet Protocol for communication. IP addresses serve two main functions: network interface i ...
.
Tamper detection
Latency examination can potentially detect the attack in certain situations, such as with long calculations that lead into tens of seconds like
hash functions. To detect potential attacks, parties check for discrepancies in response times. For example: Say that two parties normally take a certain amount of time to perform a particular transaction. If one transaction, however, were to take an abnormal length of time to reach the other party, this could be indicative of a third party's presence interfering with the connection and inserting additional latency in the transaction.
Quantum cryptography, in theory, provides tamper-evidence for transactions through the
no-cloning theorem. Protocols based on quantum cryptography typically authenticate part or all of their classical communication with an unconditionally secure authentication scheme. As an example
Wegman-Carter authentication.
Forensic analysis
Captured network traffic from what is suspected to be an attack can be analyzed in order to determine whether there was an attack and, if so, determine the source of the attack. Important evidence to analyze when performing
network forensics on a suspected attack includes:
* IP address of the server
* DNS name of the server
*
X.509 certificate of the server
** Whether the certificate has been self signed
** Whether the certificate has been signed by a trusted
certificate authority
In cryptography, a certificate authority or certification authority (CA) is an entity that stores, signs, and issues digital certificates. A digital certificate certifies the ownership of a public key by the named subject of the certificate. Thi ...
** Whether the certificate has been
revoked
** Whether the certificate has been changed recently
** Whether other clients, elsewhere on the Internet, received the same certificate
Notable instances
A
Stingray phone tracker is a
cellular phone
A mobile phone or cell phone is a portable telephone that allows users to make and receive calls over a radio frequency link while moving within a designated telephone service area, unlike fixed-location phones ( landline phones). This radi ...
surveillance device that mimics a wireless carrier cell tower in order to force all nearby mobile phones and other cellular data devices to connect to it. The tracker relays all communications back and forth between cellular phones and cell towers.
In 2011, a security breach of the Dutch certificate authority
DigiNotar resulted in the fraudulent issuing of
certificates. Subsequently, the fraudulent certificates were used to perform MITM attacks.
In 2013,
Nokia
Nokia Corporation is a Finnish multinational corporation, multinational telecommunications industry, telecommunications, technology company, information technology, and consumer electronics corporation, originally established as a pulp mill in 1 ...
's
Xpress Browser was revealed to be decrypting HTTPS traffic on Nokia's
proxy servers, giving the company
clear text access to its customers' encrypted browser traffic. Nokia responded by saying that the content was not stored permanently, and that the company had organizational and technical measures to prevent access to private information.
In 2017,
Equifax
Equifax Inc. is an American multinational consumer credit reporting agency headquartered in Atlanta, Atlanta, Georgia and is one of the three largest consumer credit reporting agency, consumer credit reporting agencies, along with Experian and T ...
withdrew its mobile phone apps following concern about MITM vulnerabilities.
Bluetooth
Bluetooth is a short-range wireless technology standard that is used for exchanging data between fixed and mobile devices over short distances and building personal area networks (PANs). In the most widely used mode, transmission power is li ...
, a wireless communication protocol, has also been susceptible to man-in-the-middle attacks due to its wireless transmission of data.
Other notable real-life implementations include the following:
*
DSniff the first public implementation of MITM attacks against SSL and SSHv1
*
Fiddler2 HTTP(S) diagnostic tool
*
NSA impersonation of
Google
Google LLC (, ) is an American multinational corporation and technology company focusing on online advertising, search engine technology, cloud computing, computer software, quantum computing, e-commerce, consumer electronics, and artificial ...
*
Superfish malware
*
Forcepoint Content Gateway used to perform inspection of SSL traffic at the
proxy
*
Comcast
Comcast Corporation, formerly known as Comcast Holdings,Before the AT&T Broadband, AT&T merger in 2001, the parent company was Comcast Holdings Corporation. Comcast Holdings Corporation now refers to a subsidiary of Comcast Corporation, not th ...
uses MITM attacks to inject JavaScript code to 3rd party web pages, showing their own ads and messages on top of the pages
* 2015
Kazakhstan man-in-the-middle attack
See also
*
ARP spoofing
In computer networking, ARP spoofing (also ARP cache poisoning or ARP poison routing) is a technique by which an attacker sends ( spoofed) Address Resolution Protocol (ARP) messages onto a local area network. Generally, the aim is to associate ...
– a technique by which an attacker sends Address Resolution Protocol messages onto a local area network
*
Aspidistra transmitter a British radio transmitter used for World War II "intrusion" operations, an early MITM attack.
*
Babington Plot
The Babington Plot was a plan in 1586 to assassinate Queen Elizabeth I, a Protestantism, Protestant, and put Mary, Queen of Scots, her Catholic Church, Catholic cousin, on the English throne. It led to Mary's execution, a result of a letter s ...
the plot against Elizabeth I of England, where Francis Walsingham intercepted the correspondence.
*
Computer security
Computer security (also cybersecurity, digital security, or information technology (IT) security) is a subdiscipline within the field of information security. It consists of the protection of computer software, systems and computer network, n ...
the design of secure computer systems.
*
Cookiemonster attack a man-in-the-middle exploit.
*
Cryptanalysis
Cryptanalysis (from the Greek ''kryptós'', "hidden", and ''analýein'', "to analyze") refers to the process of analyzing information systems in order to understand hidden aspects of the systems. Cryptanalysis is used to breach cryptographic se ...
the art of deciphering encrypted messages with incomplete knowledge of how they were encrypted.
*
Digital signature a cryptographic guarantee of the authenticity of a text, usually the result of a calculation only the author is expected to be able to perform.
*
Evil maid attack attack used against full disk encryption systems
*
Interlock protocol a specific protocol to circumvent a MITM attack when the keys may have been compromised.
*
Key management how to manage cryptographic keys, including generation, exchange and storage.
*
Key-agreement protocol
In cryptography, a key-agreement protocol is a protocol whereby two (or more) parties generate a cryptographic Key (cryptography), key as a function of information provided by each honest party so that no party can predetermine the resulting value ...
a cryptographic protocol for establishing a key in which both parties can have confidence.
*
Man-in-the-browser a type of web browser MITM
*
Man-on-the-side attack a similar attack, giving only regular access to a communication channel.
*
Mutual authentication how communicating parties establish confidence in one another's identities.
*
Password-authenticated key agreement a protocol for establishing a key using a password.
*
Quantum cryptography the use of quantum mechanics to provide security in cryptography.
*
Secure channel a way of communicating resistant to interception and tampering.
*
*
Terrapin attack a downgrade attack on the
ssh protocol that requires an adversary with a man-in-the-middle position.
Notes
References
External links
Finding Hidden Threats by Decrypting SSL (PDF). SANS Institute.
{{Malware
Cryptographic attacks
Computer network security
Transport Layer Security