词条 | Man-in-the-middle attack |
释义 |
In cryptography and computer security, a man-in-the-middle attack (MITM) is an attack where the attacker secretly relays and possibly alters the communication between two parties who believe they are directly communicating with each other. One example of a MITM attack is active eavesdropping, 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. 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 reception range of an unencrypted wireless access point (Wi-Fi[1][2]) could insert themselves as a man-in-the-middle.[1] As an attack that aims at circumventing mutual authentication, or lack thereof, an MITM attack can succeed only when the attacker can impersonate each endpoint to their satisfaction as expected from the legitimate ends. 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.[2] ExampleSuppose Alice wishes to communicate with Bob. Meanwhile, Mallory wishes to intercept the conversation to eavesdrop and optionally to deliver a false message to Bob. First, Alice asks Bob for his public key. If Bob sends his public key to Alice, but Mallory is able to intercept it, an MITM attack can begin. Mallory sends a forged message to Alice that purports to come from Bob, but instead includes Mallory's public key. Alice, believing this public key to be Bob's, encrypts her message with Mallory's key and sends the enciphered message back to Bob. Mallory again intercepts, deciphers the message using her private key, possibly alters it if she wants, and re-enciphers it using the public key she intercepted from Bob when he originally tried to send it to Alice. When Bob receives the newly enciphered message, he believes it came from Alice.
This example[3][4] shows the need for Alice and Bob to have some way to ensure that they are truly each using each other's public keys, rather than the public key of an attacker. Otherwise, such attacks are generally possible, in principle, against any message sent using public-key technology. A variety of techniques can help defend against MITM attacks. Defense and detectionMITM 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. AuthenticationAll 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 protocols, 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.[5] A public key infrastructure, such as Transport Layer Security, may harden Transmission Control Protocol 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 (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, though the default behavior of most connections is to only authenticate the server. 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[6] 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. It's worth noting that in a corporate environment, successful authentication as indicated by the browser's green padlock, does not always imply secure connection with the remote server. Corporate security policies might contemplate the addition of custom certificates in workstation's web browsers in order to be able to inspect encrypted traffic. As a consequence, a green padlock does not indicate that the client has successfully authenticated with the remote server but just with the corporate server/proxy used for SSL/TLS inspection. 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. Tamper detectionLatency examination can potentially detect the attack in certain situations,[7] 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 interference 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 e.g. Wegman-Carter authentication.[8]Forensic analysisCaptured network traffic from what is suspected to be an attack can be analyzed in order to determine whether or not there was an attack and determine the source of the attack, if any. Important evidence to analyze when performing network forensics on a suspected attack includes:[9]
Notable instancesA notable non-cryptographic MITM attack was perpetrated by a Belkin wireless network router in 2003. Periodically, it would take over an HTTP connection being routed through it: this would fail to pass the traffic on to destination, but instead itself responded as the intended server. The reply it sent, in place of the web page the user had requested, was an advertisement for another Belkin product. After an outcry from technically literate users, this 'feature' was removed from later versions of the router's firmware.[10] 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[11].{{CN|date=February 2018}} In 2013, the Nokia'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.[12] In 2017, Equifax withdrew its mobile phone apps following concern about MITM vulnerabilities. {{CN|date=February 2018}} Other notable real-life implementations include the following:
== See also == {{Div col|colwidth=30em}}
References1. ^{{cite web|url=http://hackerspace.lifehacker.com/how-to-defend-yourself-against-mitm-or-man-in-the-middl-1461796382|title=How to defend yourself against MITM or Man-in-the-middle attack|author=Tanmay Patange|date=November 10, 2013}} 2. ^1 {{cite journal|last1=Callegati|first1=Franco|last2=Cerroni|first2=Walter|last3=Ramilli|first3=Marco|title=IEEE Xplore - Man-in-the-Middle Attack to the HTTPS Protocol|journal=Ieeexplore.ieee.org|date=2009|pages=78–81|url=http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=4768661|accessdate=13 April 2016}} 3. ^MiTM on RSA public key encryption 4. ^How Encryption Works 5. ^{{cite journal|last1=Merkle|first1=Ralph C|title=Secure Communications Over Insecure Channels|journal=Communications of the ACM|date=April 1978|volume=21|issue=4|pages=294–299|doi=10.1145/359460.359473|url=http://dl.acm.org/citation.cfm?id=359473&CFID=457124994&CFTOKEN=90004398|quote=Received August, 1975; revised September 1977|citeseerx=10.1.1.364.5157}} 6. ^{{cite arXiv |last=Heinrich|first=Stuart |eprint=1311.7182v1 |title=Public Key Infrastructure based on Authentication of Media Attestments |year=2013 |version= |class=cs.CR }} 7. ^{{cite journal |last= Aziz|first= Benjamin|last2= Hamilton|first2= Geoff |date= 2009|title= Detecting man-in-the-middle attacks by precise timing.|url=http://ieeexplore.ieee.org/abstract/document/5211025/|journal= 2009 Third International Conference on Emerging Security Information, Systems and Technologies|pages= 81–86|access-date=2017-02-25}} 8. ^{{cite web|url=http://www.lysator.liu.se/~jc/mthesis/5_Unconditionally_secure_au.html|title=5. Unconditionally secure authentication|work=liu.se}} 9. ^{{cite web |url=http://www.netresec.com/?page=Blog&month=2011-03&post=Network-Forensic-Analysis-of-SSL-MITM-Attacks |title=Network Forensic Analysis of SSL MITM Attacks |work=NETRESEC Network Security Blog |accessdate=March 27, 2011}} 10. ^{{cite news |first=John |last=Leyden |authorlink= |coauthors= |title=Help! my Belkin router is spamming me |url=https://www.theregister.co.uk/2003/11/07/help_my_belkin_router/ |work=The Register |publisher= |date=2003-11-07 |accessdate= }} 11. ^{{Cite news|url=https://www.wired.com/2011/09/diginotar-bankruptcy/|title=DigiNotar Files for Bankruptcy in Wake of Devastating Hack|last=Zetter|first=Kim|date=2011-09-20|work=Wired|access-date=2019-03-22|issn=1059-1028}} 12. ^{{cite web|last1=Meyer|first1=David|title=Nokia: Yes, we decrypt your HTTPS data, but don't worry about it|url=http://gigaom.com/2013/01/10/nokia-yes-we-decrypt-your-https-data-but-dont-worry-about-it/|publisher=Gigaom, Inc.|accessdate=13 June 2014|date=10 January 2013}} 13. ^{{cite web|url=http://news.cnet.com/8301-13578_3-57602701-38/nsa-disguised-itself-as-google-to-spy-say-reports/|title=NSA disguised itself as Google to spy, say reports|date=12 Sep 2013|accessdate=15 Sep 2013|publisher=CNET}} 14. ^{{cite web|url=https://www.techspot.com/news/62887-comcast-using-man-middle-attack-warn-subscribers-potential.html|title=Comcast using man-in-the-middle attack to warn subscribers of potential copyright infringement}} 15. ^{{cite web|url=https://www.privateinternetaccess.com/blog/2016/12/comcast-still-uses-mitm-javascript-injection-serve-unwanted-ads-messages/|title=Comcast still uses MITM javascript injection to serve unwanted ads and messages|date=2016-12-28}} 16. ^1 {{cite web|url=https://thenextweb.com/insights/2017/12/11/comcast-continues-to-inject-its-own-code-into-websites-you-visit/|title=Comcast continues to inject its own code into websites you visit|date=2017-12-11}} External links
3 : Cryptographic attacks|Computer network security|Transport Layer Security |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。