Skip to content

Latest commit

 

History

History
92 lines (64 loc) · 13.6 KB

jsDNS.md

File metadata and controls

92 lines (64 loc) · 13.6 KB

Javascript DNS

JavaScript DNS is a client-side/browser DNS resolver which complies with the Namecoin [[domain name specification]]. This is the specification outlining the expected behavior of a jsDNS and any related APIs.

Note that this poorly written specification is written according to Joel Spolsky's excellent specification specification. Painful puns, bad jokes, sloppy grammar, and revisable facts (i.e. revisions to the spec) lay ahead.

Why Bother

Let's say you want to bridge the the ICANN and Namecoin DNS'. The basic approach is to replace a Namecoin Top Level Domain (i.e. .bit) with an ICANN Second Level Domain (i.e. .bit.pe). Previously, you three ways to accomplish this:

  1. Proxy the content.
  2. Mirror the content.
  3. URL forwarding.

There are many, many problems with these choices. Here are some of them:

  • They either link to or host content that will piss off idiotic judges, equally idiotic politicians, and evil lawyers.
  • Web-proxies are crazy insecure: both the client and the origin server have trust the proxy to decrypt and re-encrypt everything. It's not like a man-in-the-middle-attack, it is a man-in-the-middle attack.
  • They all scale poorly: for every request on the .bit namespace a single charity-driven website has to respond. With a jsDNS, you can have a single static web-page which scales at log(n) (aka webscale!!!!!).

So why not just install Namecoin? Well, telling people to install software/change a system setting hasn't worked very well for AlterNic, OpenNIC, or any of the other alternative domain name systems to have popped in the past ~20 years.

Not impressed with my bullet points? Check out this biased, out-of-context feature matrix!

Backend Domain Name System Resolver End-user requirements Linkable by ICANN sites Absolute .alt URL Direct Https Verifiable Privacy Scaling Additional .alt website config DMCA Liability Domain Seizure Reistantance SOPA Passive Censorship Resistance Chinese National Firewall Censorship Resistance
Custom DNS/User Config DNS Servers Sys Config No Full Full No Log None Linking Full Partial Minimal
Proxy Webhost None Yes Partial-Full None No Linear None Linking Partial Minimal Minimal
Mirror/NS Server None Yes None Full Yes Sub-Linear NS change, CORS Linking, hosting Partial Minimal Minimal
jsDNS Best-Effort Client storage, WebHook sourced from social network(s) or DHT Onetime Social Network Log-In or none Yes None Full Yes Constant Dedicated IP or ICANN URL None Full Minimal-Full Minimal
Cooperative jsDNS Client storage, WebHook sourced from social network(s) or DHT Onetime Social Network Log-In or none Yes Full Full No (maybe) Constant Dedicated IP or ICANN URL + JS include None Full Minimal-Full Minimal

#Use-cases Giving context and explaining the shortcomings of the above feature matrix requires understanding the user experience, so let's create some users! Note that the following scenarios are written in an absurdist manner because the examples they are based on are depressingly real.

##Scenario 1: Justin Bieber Justin is a hard working musician who likes to read about himself on music blogs. To that end, he "leaks" songs to the blogs which write about him the most. Unfortunately, his favorite blog, BieberBabble.com, had it's domain name seized in a recent ICE "raid" of websites infringing on Justin's songs.

Thankfully, the BieberBabble admins got themselves a shiny new .bit domain and told Justin to check them out at BieberBabble.bit.pe. Justin types in BieberBabble.bit.pe and finds not his favorite music blog but a webpage asking him to login to Facebook, Twitter, or another social network. Justin LOVES social networking and he quickly logs in. Among his thousands of fans on Facebook, the Speech.js script finds a few friends that like a page which publishes links to Namecoin nodes. Given the high consensus among his fanbase, Speech.js checks the link automatically, the URL it returns a valid record (UXTO/SCP) record, and Speech.js loads the URL in a child iFrame.

###Technical Note The social networking backend is primarily to avoid directly linking or hosting any content that could trigger the legal headaches of DMCA-like laws. The free publicity of online slackervism is very attractive as well. Even so, using a DHT to bootstrap the client may be preferable. The legality of the various backends is awaiting clarification.

Scenario 2: Wandy Raterhouse

Wandy is a HUGE fan of Justin Bieber and was reading about Bieber's pet monkey on BieberBabble.bit. At the end of the article was a link to the blog's pet monkey store and (of course) Wandy needed to buy one for himself. Given the expense of such pets, the admins at BieberBabble.bit decided they needed a more secure setup So when Wandy clicked on the link pointing to store.BieberBabble.bit.pe Speech.js read the record and instead forwarded the parent frame the link to store.jeiberjabbers.net, reasoning that they can always change the links to the store if jeiberjabbers.net is seized.

Scenario 3: Jean Merryd

For the good of their subjects, the Monarchy of Great Britain has decided to blacklist all Bieber related material. This is a depressing reality for Jean, a London resident with a major case of Bieber Fever. When attempting to visit BieberBabble.bit.pe Jean is confonted with an error page stating that the Crown has decided to censor the website. Initially depressed, the website gave Jean some hope: if she connects the jsDNS with her email or social networking account Jean can visit BieberBabble.bit by visiting bit.pe#BieberBabble. Jean logs into Gmail and the jsDNS sends a PGP encrypted email to BieberBabble admins. The reply email includes a URL with basic HTTP authentication which the jsDNS stores as the primary source for BieberBabble.bit DNS information and a secondary source for all other domains. The jsDNS checks this address and, like magic, receives a signed DNS record with a personalized URL to the site. This all happens invisibly to Jean whom is reading the latest scoop of BieberBabble related material within minutes of connecting to her email account.

Scenario 4: Hanah Kal

Hanah's parents have taste and do not wish their daughter to catch Bieber Fever, or at least exhibit signs of it when they are around. So they install a security program on the family computer that prevents her from opening file sharing programs as well as blocking Bieber related websites and work-arounds like a jsDNS. Hanah is screwed: she will have to feed her Bieber fever via a sneakernet with her friends at school. That's okay, however, because those are her parents making rules about use of their computer not blanket censorship of an entire nation.

Goal Setting

Non-Goals

  • Bypassing "active" corporate or national firewalls such as that of China.
  • Bypassing of DNS-level blocking of the resolver site (such as .bit.pe, .spx.is, or speech.is).

(Potential) Future Goals

Verification by Child iFrame

Verification of the parent page's content by the child iframe is not possible in current browsers. This would, however only require a minor extension to the CORS or Frame SECURITY OPTION to enable either read-only access to the parent window's document or a special extension to retrieve hash signatures of the parent page.

Preventing Server-Side MITM Attack

Using a jsDNS requires trusting the host which delivers the jsDNS script. There is no way to require the browser to check multiple independent servers for a single domain, a herd-style consensus mechanism, nor signed "binaries" (although TLS provides a similar kind of encryption). However, all three of these could be enabled by the server and the infrastructure for them (multiple, independent content hosts, publication of hash signatures, etc) should be defined and supported.

P2P Content Delivery

Bypassing of DNS-level blocking of known IP addresses or ICANN sites listed in the translate field (which is what jsDNS reports to the browser to source the content) using JavaScript P2P communication. This would likely be a centrally managed swarm managed by the domain owner from a known IP addresses listed in the blockchain. However, since the management servers themselves are blacklisted by a central authority, a DHT (either piggy-backing off of existing DHT's or a custom network) would connect users suffering in countries with internet censorship to visitors located in countries without filters. All content would be signed with a key listed in the blockchain or encrypted via TLS, the prior enables simple caching of static content.

The above suggestion for routing around IP-level censoring does not anonymize the activities of the end-user. As the blockchain provides a trusted computing base and clients are likely to be rather ephemeral (reducing the time available for connection setup and tear-down) multi-layer onion encryption is rather wasteful. An overlay network based on Random Linear Network Coding would provide a highly decentralized method of anonymous communication which is resistant to timing analysis. It would then be easy to mix background traffic (DNS updates, DHT information, and caching common resources such as JavaScript libraries) with the specific content desired by the client .

Flowchart

##Loading jsDNS You can get this diagram here (However, I really don't like Lucidcharts and plan on converting this diagram to SVG later). Flow-chart showing jsDNS loading

Technical Note: Hosting

From this point onward jsDNS servers have no interaction whatsoever with the user or their content. Even bootstrapping the network is done through the client alone. ##Loading website: You can get this diagram here Flow-chart showing how the website is loaded.

Technical Note: Per-domain Overrides

Clients should be able to store webhooks for specific domains, enabling the owner to individualize the source of the DNS information for each client. All records from private webhooks must be signed by a key present in the domain's original record. It would be wise to have a the URL for the actual website different from the URL for the private DNS publisher. TODO: finish this, write a user scenario?

Technical Note: Webworker vs iFrame

Firefox does not yet support communication from webworkers to any local storage. That is being fixed now and we may have to use an iFrame in the interim.

Technical Notes: HTTPS -> HTTP Downgrade

The jsDNS file is loaded from a secure URL and all initial connections MUST be converted to HTTPS (i.e. http://*.bit.pe -> https://*.bit.pe). It is fine if the destination website wishes to use HTTP, any security breaches will be unable to poison the database and thus restricted the the destination website (which, presumably, doesn't have anything that needs to be protected via TLS anyway).

Open Issues

Client-side storage encryption

It is unclear if and how client-side storage should be encrypted. If malicious software has access to client-side storage than it already has power outside of our security model. It is also possible that the browser vendors could begin blocking malicious publishers as well as monitoring the displayed URL for spoofing attacks and MITM.