VeriSign Looks At Earning Money on Domain Typos
Harald Paulsen writes "In a recent article Computer Business Review uncovers how VeriSign Inc is testing a service that would return a webpage if a user mistypes an URL. Basically all nonexistant domain queries could return an IP address and if the user was trying to access a page with a webbrowser they could get redirected to a search-engine, or worse: a page asking them to buy a domain. This is most certainly breaking the DNS standard and could be compared to cybersquatting (Hey Ford, want to have a banner ad whenever someone mistypes Toyota?). This is interesting in relation to an earlier story about register.com and holding-pages."
So not only do they spam us, reserve weird rights to our domain names, and cybersquat, but now they are doing this. It is really too bad there is not some kind of ICANN policy against this type of thing... Then again, ICANN is made up of a bunch of organizations like them anyway, so the whole thing is corrupt.
Code and Other Laws of Cyberspace
...they'd create a service that sends you to the page you wanted when you mistype the name. Instead, they're out for a fast buck that annoys us. Feh.
"A great democracy must be progressive or it will soon cease to be a great democracy." --Theodore Roosevelt
Comment removed based on user account deletion
Hasn't that happened already? A while ago, I could've sworn http://www.gogle.com pointed to one of those all-in-one search pages usually in place for dot-com busts.
Robert Bindler
A Computer Science student's views on technology.
http://slsahdot.org
The issue is that all unused domains to come to a versign ad basically. What about the other registrars that you could register through. This seems like a mis-use of power.
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.
"Paxfire's Sullivan said his company's service is set up so that only web traffic returns an IP address. Domain queries for non-web applications such as email or FTP are dropped or return error messages, he said."
Bullshit. He's lying or clueless, or both. It's not like DNS requests have a flag saying "I'm sending this query for a web page!" My take? They're lying to hide the side-effects of this blatant violation of internet standards from the general public.
and I'll say it again, 'this internet is stuffed'.
Anyone else have the dream whereby us computer people create a new internet and leave this heap of crap behind for corporate and marketing types to die in?
And whilst we are at it, lets do away with the ISP's and telcos so information doesn't cost anything anymore. Surely we can work something out?
I've always hated that, especially because it lets MS log every single incorrect URL typed.
If precedent is already set as per online advertising through a competitor (think Gator, where it was deemed legal to show pop-ups of a competing company when visiting certain sites, or sites with certain keywords), how would something like this hold up, where it is the user's fault for mis-spelling the intended domain?
If it's legal to pop up competing websites without consent, then surely it's legal to redirect to a competing website when there is indirect consent (e.g. the user types in the erronous address).
Not that it's a desireable thing, just based on past precedent it seems the direction the legal system is heading.
I just thank my lucky stars I don't get redirected to some obscure/spyware infested search engine when I misspell slashdot- just a simple page informing me I've misspelled it, with a convenient number of how many others are afflicted with the same travesty.
see where it went?
I've tried a couple of variations like slashdto.org and slashodt.org - seems to go to just the types of pages the article is describing.
With IPv6 on the verge of being implemented, how will this affect domain names? There will be a plethora of IPs but less and less usable domain names to bind to. Unless of course people want to start using stuff like y4h00.com! or 47t4v15t4.com; registering unused domains for comerical purposes is a detriment to the world wide web, and also, forces developing groups to use awkward domain names.
-illumina+us "I put on my robe and wizard hat..."
I'd say root them all, then delete all their files, but that might be a little less than legal...
... *shrug* good luck.
Oh, root _for_
It was me, I did it, I moved your cheese
Good point. A djbdns user myself, I'm not sure how BIND handles wildcards, but presumably the independent roots would have to get behind this for it to work 100%. It wouldn't necessarily matter if they didn't have *all* the roots, but one could argue that the roots should all return the same answer for a given query.
.. but why would they only forward "misspelled" domain names.. why not EVERY SINGLE combination of letters and numbers that is not being used?? I mean, why not just register a bunch of domain names that might be popular and forward them to advertising pages? That's essentially what they are coming close to doing.
Not to give them any ideas mind you, but it just screams ILLEGAL that they are trying to steal traffic from people's mistakes. That has to have some implications, if not completely violating the notion of standards.
Remember, standards are what made the Internet in the first place, and standards are what keep it ALIVE!
... neither misspelling seems to be actually registered (no WHOIS information), yet both do indeed resolve. Curiously enough, the first resolves to a Sprint netblock (which in turn is subdevided) and the second to a Verio netblock. What's more is they both resolve consistantly over multiple name lookups. Kinda interesting, if this is an unknown wildcard redirect, that different typos would end up different places. Perhaps this is part of the strategy?
From the client side, Microsoft is already collecting every mistyped URL and substituting their own search engine!
In MSIE, a hostname that is not found will be sent to Microsoft. A page will be auto-generated, containing links to similar hostnames, and the Microsoft MSN search engine.
Microsoft is already receiving this information. I'm sure that there is a high commercial value in knowing the exact data on which domains are mistyped the most often! I would be surprised if Microsoft doesn't use this information internally, or resell it to the highest bidder.
Since MSIE is 90% of the installed browser base, I would be very surprised if server-side information on mistyped domains (as Verisign is logging) is very different from client-side information. The client-side information might even be more accurate, due to intermediary DNS servers doing caching of negative results!
Does anybody know for sure what Microsoft is doing with their large database of mistyped domains?
Dr. Demento On The 'Net!
From the perspective of a DNS server or client, what's the difference between a subdomain and a domain? Isn't "slashdot.org" a subdomain of "org"?
These are subdomains: sub 1 sub 2 sub 3
Will I retire or break 10K?
I installed ad-aware, and it did find a lot of junk (mostly cookies, but one odd IE extension), but it didn't fix the problem, so I dug a little deeper. Unfortunately, the cause turned out to be even more sinister than spyware: my own stupidity.
Whenever I setup a machine at home, I always set the domain name to home.net (or, in this case, option domain-name "home.net"; in dhcpd.conf) but I forgot to make the local dns server authoritative for the home.net domain. So what happens when windows can't find a host X? It searches again with X.localdom. So ilikekittens.com turns into ilikekittens.com.home.net, which ds1.domainspa.com is happy to tell me is located at 67.96.63.112.
I didn't have the problem under linux because nslookup there will only retry X.localdom if X contains no periods. (and konqueror seems to ignore localdom altogether)
The interesting question is, why is IE totally unable to lookup hosts sans domain name even if no domain name is set on the local machine? If I strip home.net from dhcpd.conf and the dns host list, nslookup on win has no problem telling me tivo is 10.0.0.7, but IE cannot find http://tivo/ui ??
At least I don't have to see that damn search page ever again.
Best mac commercial ever(mirror)
I'm sure there are a lot more possibilities. Oooh let them try and do this.
Can't any name server do this?
For example, couldn't my ISP return its web page instead of a broken link (since my nameserver is assigned to theirs via DHCP)?
Maybe this is good --- maybe we will choose our nameserver based on who does the most useful thing with mistypes. For example, I'll bet Google could do something very useful with a mistype, and figure out a way to make money without pissing me off.
Of course, if Verisign is returning bogus entries, a nameserver has an additional, but mostly trivial (probably as simple as IP address filtering), job of filtering BS Verisign links to identify mistyped urls.