Gov’t crackdown spurs initiatives to route around DNS | ITworld: “Over the Thanksgiving holiday weekend, US Immigration and Customs Enforcement (ICE), the principal investigative arm of the Department of Homeland Security (DHS), led an alphabet soup of government agencies in seizing the domain names of 82 Web sites (PDF) that ICE said were ‘engaged in the illegal sale and distribution of counterfeit goods and copyrighted works’ (See: Operation In Our Sites v. 2.0). The seizures were accomplished by getting the VeriSign registry, owner of the .com and .net top-level domains, to change the authoritative domain-name servers for the seized domains to servers controlled by DHS.
Regardless of the supposed criminal intent of the affected systems, the seizure without notice of these domain names by US authorities sent shock-waves around the Internet world. It got people’s attention in a much stronger way than version 1 of this enforcement operation had — the first iteration late last June seized the names of nine sites selling pirated first-run movies. Many people woke up to the reality of how vulnerable the DNS is to government meddling.
(More recently, the uproar caused by the WikiLeaks publication of US diplomatic cables — and subsequent attempts to censor the site and/or to hound it off the Internet — have resulted in what developer Dave Winer calls ‘a human DNS’ implemented ‘in a weird sneaker-net sort of way,’ via Twitter and ad hoc bulletin-board sites.)”
I particularly liked 4LW which is an incredible simple yet brilliant solution that could easily be implemented in web browsers:
“Basically you grab 256 words from the dictionary in the S/KEY RFC, then with a simple lookup table (where each octet of the IP address is mapped to a word in the dictionary) you can convert any IP address into 4 hopefully easy to remember words and back again.
For example:
The IP address for rabidgremlin.com is 174.143.242.193, if you run this through 4LW you get the following phrase: LICK GORY ULAN MUTT
Some others:
210.55.180.158 (google.com) = ROOM RED LULU IDEA
72.30.2.43 (yahoo.com)= ACHE ION ANA NAY
72.21.210.250 (amazon.com)= ACHE FUM ROOM WENT
65.49.90.35 (whitehouse.gov) = TEN OWL BLUR LAM
184.84.165.161 (dhs.gov) = MASH BAWD KANE JERK”