DNS over HTTPS

From Wikipedia, the free encyclopedia
DNS over HTTPS
Communication protocol
Purposeencapsulate DNS in HTTPS for privacy and security
IntroductionOctober 2018; 5 years ago (2018-10)
OSI layerApplication layer
RFC(s)RFC 8484

DNS over HTTPS (DoH) is a protocol for performing remote Domain Name System (DNS) resolution via the HTTPS protocol. A goal of the method is to increase user privacy and security by preventing eavesdropping and manipulation of DNS data by man-in-the-middle attacks[1] by using the HTTPS protocol to encrypt the data between the DoH client and the DoH-based DNS resolver.[2] By March 2018, Google and the Mozilla Foundation had started testing versions of DNS over HTTPS.[3][4] In February 2020, Firefox switched to DNS over HTTPS by default for users in the United States.[5] In May 2020, Chrome switched to DNS over HTTPS by default.[6]

An alternative to DoH is the DNS over TLS (DoT) protocol, a similar standard for encrypting DNS queries, differing only in the methods used for encryption and delivery. Based on privacy and security, whether either protocol is superior is a matter of controversial debate, while others argue that the merits of either depend on the specific use case.[7]

Technical details[edit]

DoH is a proposed standard, published as RFC 8484 (October 2018) by the IETF. It uses HTTPS, and supports the wire format DNS response data, as returned in existing UDP responses, in an HTTPS payload with the MIME type application/dns-message.[1][8]: §4.1  The underlying HTTP layer can be any version of HTTP, though HTTP/2 is the recommended minimum.[8]: §5.2  If HTTP/2 is used, the server may also use HTTP/2 server push to send values that it anticipates the client may find useful in advance.[8]: §5.3 

DoH is a work in progress. Even though the IETF has published RFC 8484 as a proposed standard and companies are experimenting with it,[9][10] the IETF has yet to determine how it should best be implemented. The IETF is evaluating a number of approaches for how best to deploy DoH and is[when?] looking to set up a working group, Adaptive DNS Discovery (ADD), to do this work and develop a consensus. In addition, other industry working groups such as the Encrypted DNS Deployment Initiative, have been formed to "define and adopt DNS encryption technologies in a manner that ensures the continued high performance, resiliency, stability and security of the Internet's critical namespace and name resolution services, as well as ensuring the continued unimpaired functionality of security protections, parental controls, and other services that depend upon the DNS".[11]

Since DoH cannot be used under some circumstances, like captive portals, web browsers like Firefox can be configured to fall back to insecure DNS.[12]

Oblivious DNS over HTTPS[edit]

Oblivious DNS over HTTPS (ODoH) is an Internet Draft proposing a protocol extension to ensure no single DoH server is aware of both the client's IP address and the content of their DNS queries and responses. Oblivious DoH was originally developed as Oblivious DNS (ODNS)[13] by researchers at Princeton University and the University of Chicago as an extension to unencrypted DNS, before DoH itself was standardized and widely deployed. Apple and Cloudflare subsequently deployed the technology in the context of DoH, as Oblivious DoH (ODoH).[14]

In ODoH and ODNS, all DNS requests and responses are routed via a proxy, hiding the client's address from the resolver. Requests and responses are encrypted to hide their contents from the proxy, and only the resolver can decrypt the requests, and the client the responses. Thus, the proxy knows the client address but not the request, and the resolver knows the request but not the client address, preventing the client address being linked to the query, unless both servers collude.[15][16][17][18]

Deployment scenarios[edit]

DoH is used for recursive DNS resolution by DNS resolvers. Resolvers (DoH clients) must have access to a DoH server hosting a query endpoint.[19]

Three usage scenarios are common:

  • Using a DoH implementation within an application: Some browsers have a built-in DoH implementation and can thus perform queries by bypassing the operating system's DNS functionality. A drawback is that an application may not inform the user if it skips DoH querying, either by misconfiguration or lack of support for DoH.
  • Installing a DoH proxy on the name server in the local network: In this scenario client systems continue to use traditional (port 53 or 853) DNS to query the name server in the local network, which will then gather the necessary replies via DoH by reaching DoH-servers in the Internet. This method is transparent to the end user.
  • Installing a DoH proxy on a local system: In this scenario, operating systems are configured to query a locally running DoH proxy. In contrast to the previously mentioned method, the proxy needs to be installed on each system wishing to use DoH, which might require a lot of effort in larger environments.

Software support[edit]

Operating systems[edit]

Apple[edit]

Apple's iOS 14 and macOS 11 released in late 2020 support both DoH and DoT protocols.[20][21] In iOS, the protocols can be used via configuration profiles.

Windows[edit]

In November 2019, Microsoft announced plans to implement support for encrypted DNS protocols in Microsoft Windows, beginning with DoH.[22] In May 2020, Microsoft released Windows 10 Insider Preview Build 19628 that included initial support for DoH[23] along with instructions on how to enable it via registry and command line interface.[24] Windows 10 Insider Preview Build 20185 added a graphical user interface for specifying a DoH resolver.[25] DoH support is not included in Windows 10 21H2.[26]

Windows 11 has DoH support.[27]

Android[edit]

Android 11 onwards supports DNS over HTTP/3 (DoH3) if a July 2022 system update is installed.[28]

Recursive DNS resolvers[edit]

BIND[edit]

BIND 9, an open source DNS resolver from Internet Systems Consortium added native support for DoH in version 9.17.10.[29]

PowerDNS[edit]

DNSdist, an open source DNS proxy/load balancer from PowerDNS, added native support for DoH in version 1.4.0 in April 2019.[30]

Unbound[edit]

Unbound, an open source DNS resolver created by NLnet Labs, has supported DoH since version 1.12.0, released in October 2020.[31][32] It first implemented support for DNS encryption using the alternative DoT protocol much earlier, starting with version 1.4.14, released in December 2011.[33][34] Unbound runs on most operating systems, including distributions of Linux, BSD, MacOS, and Windows.

Web browsers[edit]

Google Chrome[edit]

DNS over HTTPS is available in Google Chrome 83 or later for Windows, Linux, and macOS, configurable via the settings page. When enabled, and the operating system is configured with a supported DNS server, Chrome will upgrade DNS queries to be encrypted.[35] It is also possible to manually specify a preset or custom DoH server to use within the user interface.[36]

In September 2020, Google Chrome for Android began staged rollout of DNS over HTTPS. Users can configure a custom resolver or disable DNS over HTTPS in settings.[37]

Google Chrome has 5 DNS over HTTPS providers pre-configured which are Google Public DNS, Cloudflare's 1.1.1.1, Quad9's 9.9.9.9, NextDNS, and CleanBrowsing.[38]

Microsoft Edge[edit]

Microsoft Edge supports DNS over HTTPS, configurable via the settings page. When enabled, and the operating system is configured with a supported DNS server, Edge will upgrade DNS queries to be encrypted. It is also possible to manually specify a preset or custom DoH server to use within the user interface.[39]

Mozilla Firefox[edit]

An example of DNS over HTTPS usage on Firefox 89

In 2018, Mozilla partnered with Cloudflare to deliver DoH for Firefox users that enable it (known as Trusted Recursive Resolver).[40] On February 25, 2020, Firefox started enabling DNS over HTTPS for all US-based users, relying on Cloudflare's resolver by default.[41]

Opera[edit]

Opera supports DoH, configurable via the browser settings page.[42] By default, DNS queries are sent to Cloudflare servers.[43]

Public DNS servers[edit]

DNS over HTTPS server implementations are already available free of charge by some public DNS providers.

Implementation considerations[edit]

Many issues with how to properly deploy DoH are still being resolved by the internet community including, but not limited to:

  • Stopping third-parties from analyzing DNS traffic for security purposes
  • Disruption of DNS-level parental controls and content filters
  • Split DNS in enterprise networks[citation needed]
  • CDN localization[citation needed]

Analysis of DNS traffic for security purposes[edit]

DoH can impede analysis and monitoring of DNS traffic for cybersecurity purposes; the 2019 DDoS worm Godlua used DoH to mask connections to its command-and-control server.[44][45]

In January 2021, NSA warned enterprises against using external DoH resolvers because they prevent DNS query filtering, inspection, and audit. Instead, NSA recommends configuring enterprise-owned DoH resolvers and blocking all known external DoH resolvers.[46]

Disruption of content filters[edit]

DoH has been used to bypass parental controls which operate at the (unencrypted) standard DNS level; Circle, a parental control router which relies on DNS queries to check domains against a blocklist, blocks DoH by default due to this.[47] However, there are DNS providers that offer filtering and parental controls along with support for DoH by operating DoH servers.[48][49]

The Internet Service Providers Association (ISPA)—a trade association representing British ISPs—and the also British body Internet Watch Foundation have criticized Mozilla, developer of the Firefox web browser, for supporting DoH, as they believe that it will undermine web blocking programs in the country, including ISP default filtering of adult content, and mandatory court-ordered filtering of copyright violations. The ISPA nominated Mozilla for its "Internet Villain" award for 2019 (alongside the EU Directive on Copyright in the Digital Single Market, and Donald Trump), "for their proposed approach to introduce DNS-over-HTTPS in such a way as to bypass UK filtering obligations and parental controls, undermining internet safety standards in the UK." Mozilla responded to the allegations by the ISPA, arguing that it would not prevent filtering, and that they were "surprised and disappointed that an industry association for ISPs decided to misrepresent an improvement to decades-old internet infrastructure".[50][51] In response to the criticism, the ISPA apologized and withdrew the nomination.[52][53] Mozilla subsequently stated that DoH will not be used by default in the British market until further discussion with relevant stakeholders, but stated that it "would offer real security benefits to UK citizens".[54]

See also[edit]

References[edit]

  1. ^ a b Chirgwin, Richard (14 Dec 2017). "IETF protects privacy and helps net neutrality with DNS over HTTPS". The Register. Archived from the original on 14 December 2017. Retrieved 2018-03-21.
  2. ^ "DNS over HTTPS · Cloudflare 1.1.1.1 docs". Cloudflare Docs. 2024-01-17. Retrieved 2024-02-21.
  3. ^ "DNS-over-HTTPS | Public DNS | Google Developers". Google Developers. Archived from the original on 2018-03-20. Retrieved 2018-03-21. – Google provides two endpoints: one for its 2018 JSON API, one for an RFC 8484 API.
  4. ^ Cimpanu, Catalin (2018-03-20). "Mozilla Is Testing "DNS over HTTPS" Support in Firefox". BleepingComputer. Archived from the original on 2018-03-20. Retrieved 2018-03-21.
  5. ^ ""A long-overdue technological shift toward online privacy": Firefox encrypts domain names. Google to follow". What's New in Publishing | Digital Publishing News. 2020-02-26. Archived from the original on 2020-02-26. Retrieved 2020-02-26.
  6. ^ "Google Makes DNS Over HTTPS Default in Chrome". Decipher. 2020-05-20. Retrieved 2024-03-29.
  7. ^ Claburn, Thomas (2020-05-20). "Google rolls out pro-privacy DNS-over-HTTPS support in Chrome 83... with a handy kill switch for corporate IT". The Register. Retrieved 2021-02-03.
  8. ^ a b c Hoffman, P; McManus, P. "RFC 8484 - DNS Queries over HTTPS". datatracker.ietf.org. Archived from the original on 2018-12-12. Retrieved 2018-05-20.
  9. ^ "Experimenting with same-provider DNS-over-HTTPS upgrade". Chromium Blog. Archived from the original on 2019-09-12. Retrieved 2019-09-13.
  10. ^ Deckelmann, Selena (6 September 2019). "What's next in making Encrypted DNS-over-HTTPS the Default". Future Releases. Archived from the original on 2019-09-14. Retrieved 2019-09-13.
  11. ^ "About". Encrypted DNS Deployment Initiative. Archived from the original on 2019-12-04. Retrieved 2019-09-13.
  12. ^ Improving DNS Privacy in Firefox
  13. ^ Schmitt, Paul; Edmundson, Anne; Feamster, Nick (2019). "Oblivious DNS: Practical Privacy for DNS Queries" (PDF). Privacy Enhancing Technologies. 2019 (2): 228–244. arXiv:1806.00276. doi:10.2478/popets-2019-0028. S2CID 44126163.
  14. ^ "Oblivious DNS Deployed by Cloudflare and Apple". 9 December 2020. Retrieved 27 July 2022.
  15. ^ McManus, Patrick; Wood, Christopher; Kinnear, Eric; Pauly, Tommy. "Oblivious DNS Over HTTPS". Ietf Datatracker. Retrieved 2021-03-17.
  16. ^ Singanamalla, Sudheesh; Chunhapanya, Suphanat; Vavruša, Marek; Verma, Tanya; Wu, Peter; Fayed, Marwan; Heimerl, Kurtis; Sullivan, Nick; Wood, Christopher (2020). "Oblivious DNS over HTTPS (ODoH): A Practical Privacy Enhancement to DNS". arXiv:2011.10121 [cs.CR].
  17. ^ Goodin, Dan (2020-12-08). "Cloudflare, Apple, and others back a new way to make the Internet more private". Ars Technica. Retrieved 2021-03-14.
  18. ^ "Cloudflare and Apple design a new privacy-friendly internet protocol". TechCrunch. 8 December 2020. Retrieved 2021-03-17.
  19. ^ Hoffman, P; McManus, P. "draft-ietf-doh-dns-over-https-08 - DNS Queries over HTTPS". datatracker.ietf.org. Archived from the original on 2018-04-25. Retrieved 2018-05-20.
  20. ^ June 2020, Anthony Spadafora 29 (29 June 2020). "Apple devices will get encrypted DNS in iOS 14 and macOS 11". TechRadar. Archived from the original on 2020-07-01. Retrieved 2020-07-01.{{cite web}}: CS1 maint: numeric names: authors list (link)
  21. ^ Cimpanu, Catalin. "Apple adds support for encrypted DNS (DoH and DoT)". ZDNet. Archived from the original on 2020-06-27. Retrieved 2020-07-02.
  22. ^ Gallagher, Sean (2019-11-19). "Microsoft says yes to future encrypted DNS requests in Windows". Ars Technica. Archived from the original on 2019-11-19. Retrieved 2019-11-20.
  23. ^ "Announcing Windows 10 Insider Preview Build 19628". 13 May 2020. Archived from the original on 18 May 2020. Retrieved 13 May 2020.
  24. ^ "Windows Insiders can now test DNS over HTTPS". 13 May 2020. Archived from the original on 15 May 2020. Retrieved 7 July 2020.
  25. ^ Brinkmann, Martin (6 August 2020). "Windows 10 build 20185 comes with encrypted DNS settings - gHacks Tech News". gHacks Tech News. Archived from the original on 2020-08-15. Retrieved 2020-08-06.
  26. ^ MandiOhlinger. "What's new in Windows 10, version 21H2 for IT pros - What's new in Windows". docs.microsoft.com. Retrieved 2022-02-09.
  27. ^ "How to Configure and Use DNS-Over-HTTPS (DoH) in Windows 11". Appuals.com. 2021-07-28. Retrieved 2021-10-20.
  28. ^ "DNS-over-HTTP/3 in Android". Google Online Security Blog.
  29. ^ Boldariev, Artem (17 February 2021). "BIND Implements DoH". ISC web site. Internet Systems Consortium. Retrieved 17 February 2021.
  30. ^ "dnsdist 1.4.0-alpha2 with DNS over HTTPS support". PowerDNS Blog. 2019-04-26. Retrieved 2021-05-10.
  31. ^ Wijngaards, Wouter (8 October 2020). "Unbound 1.12.0 released". NLnet Labs. Retrieved 24 October 2020.
  32. ^ Dolmans, Ralph (9 October 2020). "DNS-over-HTTPS in Unbound". The NLnet Labs Blog. Retrieved 24 October 2020.
  33. ^ Wijngaards, Wouter (19 December 2011). "Unbound 1.4.14 release". Unbound-users mailing list. Retrieved 24 October 2020.
  34. ^ Wijngaards, Wouter. "dns over ssl support". GitHub. Retrieved 24 October 2020.
  35. ^ "DNS over HTTPS (aka DoH)". Archived from the original on 27 May 2020. Retrieved 23 May 2020.
  36. ^ "Chrome 83: rollout of DNS over HTTPS (Secure DNS) begins". 20 May 2020. Archived from the original on 1 June 2020. Retrieved 20 July 2020.
  37. ^ Catalin Cimpanu. "DNS-over-HTTPS (DoH) support added to Chrome on Android | ZDNet". ZDNet. Retrieved 2021-02-03.
  38. ^ "DNS over HTTPS (aka DoH)". www.chromium.org. Retrieved 2022-05-05.
  39. ^ "How to enable DNS-over-HTTPS (DoH) in Windows 10". BleepingComputer. Retrieved 2021-01-23.
  40. ^ Trusted Recursive Resolver
  41. ^ Deckelmann, Selena. "Firefox continues push to bring DNS over HTTPS by default for US users". The Mozilla Blog. Archived from the original on 2020-05-27. Retrieved 2020-05-28.
  42. ^ "Changelog for 67". 3 December 2019. Retrieved 23 August 2020.
  43. ^ "Here's how to enable DoH in each browser, ISPs be damned". ZDNet. Archived from the original on 9 June 2020. Retrieved 28 May 2020.
  44. ^ Cimpanu, Catalin. "DNS-over-HTTPS causes more problems than it solves, experts say". ZDNet. Archived from the original on 2019-11-08. Retrieved 2019-11-19.
  45. ^ Cimpanu, Catalin. "First-ever malware strain spotted abusing new DoH (DNS over HTTPS) protocol". ZDNet. Archived from the original on 2019-10-27. Retrieved 2019-11-19.
  46. ^ Goodin, Dan (2021-01-15). "The NSA warns enterprises to beware of third-party DNS resolvers". Ars Technica. Retrieved 2021-03-17.
  47. ^ "Managing encrypted DNS connections (DNS over TLS, DNS over HTTPS) with Circle". Circle Support Center. Archived from the original on 2020-08-03. Retrieved 2020-07-07.
  48. ^ Gallagher, Sean (16 November 2017). "New Quad9 DNS service blocks malicious domains for everyone". Ars Technica. Retrieved 14 November 2021. The system blocks domains associated with botnets, phishing attacks, and other malicious Internet hosts.
  49. ^ "NextDNS". NextDNS. Retrieved 2023-12-16.
  50. ^ Cimpanu, Catalin. "UK ISP group names Mozilla 'Internet Villain' for supporting 'DNS-over-HTTPS'". ZDNet. Archived from the original on 2019-07-05. Retrieved 2019-07-05.
  51. ^ "Internet group brands Mozilla 'internet villain' for supporting DNS privacy feature". TechCrunch. 5 July 2019. Retrieved 2019-07-19.
  52. ^ "British ISPs fight to make the web LESS secure". IT PRO. 14 September 2019. Retrieved 2019-09-14.
  53. ^ Patrawala, Fatema (2019-07-11). "ISPA nominated Mozilla in the "Internet Villain" category for DNS over HTTPs push, withdrew nominations and category after community backlash". Packt Hub. Archived from the original on 2019-12-04. Retrieved 2019-09-14.
  54. ^ Hern, Alex (2019-09-24). "Firefox: 'no UK plans' to make encrypted browser tool its default". The Guardian. ISSN 0261-3077. Archived from the original on 2019-09-28. Retrieved 2019-09-29.

External links[edit]