CRNINov 19, 2020

Oblivious DNS over HTTPS (ODoH): A Practical Privacy Enhancement to DNS

arXiv:2011.10121v15 citations
Originality Highly original
AI Analysis

This work provides a practical privacy enhancement for all internet users by preventing DNS resolvers from linking query content to client identities, addressing a critical privacy concern in existing secure DNS protocols.

The paper introduces Oblivious DNS over HTTPS (ODoH), a new DNS protocol designed to protect both the content of DNS queries and the identity of the client. The authors implemented and deployed ODoH, demonstrating that it achieves comparable performance to existing secure DNS protocols like DoH and DoT while significantly enhancing user privacy.

The Domain Name System (DNS) is the foundation of a human-usable Internet, responding to client queries for host-names with corresponding IP addresses and records. Traditional DNS is also unencrypted, and leaks user information to network operators. Recent efforts to secure DNS using DNS over TLS (DoT) and DNS over HTTPS (DoH) have been gaining traction, ostensibly protecting traffic and hiding content from on-lookers. However, one of the criticisms of DoT and DoH is brought to bear by the small number of large-scale deployments (e.g., Comcast, Google, Cloudflare): DNS resolvers can associate query contents with client identities in the form of IP addresses. Oblivious DNS over HTTPS(ODoH) safeguards against this problem. In this paper we ask what it would take to make ODoH practical? We describe ODoH, a practical DNS protocol aimed at resolving this issue by both protecting the client's content and identity. We implement and deploy the protocol, and perform measurements to show that ODoH has comparable performance to protocols like DoH and DoT which are gaining widespread adoption, while improving client privacy, making ODoH a practical privacy enhancing replacement for the usage of DNS.

Code Implementations7 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes