Paul Vixie on VeriSign
by chromatic09/23/2003
Paul Vixie has spent more than two decades contributing to the protocols and software that run the Internet. He founded the Internet Software Consortium and chairs its board of directors. Paul may be best known as the primary author of BIND v8, an older reference implementation of DNS.
Paul recently agreed to a brief phone interview with the O'Reilly Network to discuss VeriSign's recent redirection of nonexistent URLs to an advertising page.
O'Reilly Network: Can you give our readers a summary of the current controversy? What did VeriSign do that has people up in arms? How are you involved?
Paul Vixie: VeriSign put a wildcard name in the root of COM and NET top-level domains. This functions as a default; there's now no such thing as a nonexistent domain name. Your typographical error has just been monetized. Now VeriSign is making a lot of money by selling advertising, thereby bypassing the ordinary sharing with the other registrars.
I'm not a registrar, so the loss of income doesn't affect me. But I've been contacted by many BIND users. Soon after VeriSign's move, my phone started ringing at home with users demanding that we work around this in BIND.
ORN: I see that ISC has just put out a patch.
PV: Yes. In fact we've put out several patches, for different releases of BIND, and then updated those patches slightly in order to deal with minor diagnostic and tuning issues.
ORN: How does the patch work? Does it disable wildcards in general or just for .com or .net?
PV: VeriSign's servers don't actually emit the wildcard data onto the wire; the DNS protocol allows for "synthesis" if there is no match in the zone but there is a wildcard in the zone. So what we see from outside VeriSign is their synthesized answers, not the wildcard itself.
Synthesized answers look slightly different from normal answers. A TLD server like VeriSign's normally sends either referrals toward other nameservers ("you're digging in the wrong place") or negative answers (signals of domain name nonexistence.)
For example, if you go to www.ora.com, your nameserver will ask another nameserver about it. If that nameserver doesn't have any information, it'll have to ask the root nameservers. They don't know anything about your machine named www.ora.com, but they do know who runs .com. Your nameserver knows it's received a delegation response, so it'll go ask the servers for .com. They also don't know anything about the O'Reilly web server, but they do know who the nameserver is for ora.com. They send back a delegation response, in effect telling you to go ask the ora.com nameserver. That's the way things work when the domain exists.
Delegation looks different on the wire from a synthesized wildcard response. Our patch allows nameserver operators to edit their configuration file. They can allow "delegation only" responses for .com and .net. If you receive something else, just pretend it doesn't exist.
ORN: It's optional if people want to disable synthetic responses?
PV: We'll never enable this by default. Any system administrator who wants it will have to enable it, based on local policy only. We just provide the tools.
ORN: How does this work with caching nameservers?
PV: You mean a forwarding name server where there are multiple caches? Your caching nameserver should perform all the operations I just described. A multi-level or forwarding nameserver could make this trickier, but that's pretty rare. Your forwarding nameserver would have to incorporate the logic in this patch. The average nameserver somewhere won't forward its queries.
ORN: This change in policy by VeriSign seems to make antispam activists angry.
PV: A lot more spam is getting through my outer defenses than used to. But that's not the only concern: the other registrars are concerned about monetization; ICANN is concerned about a big change in behavior for users; and standards zealots are just annoyed.
Actually ICANN was consulted about a similar issue, that is, to limit this behavior to just internationalized domain names. ICANN advised against doing that, as did the IETF and the IAB. The ICANN and IAB advice about internationalized domain names would apply even more strongly to the use of wildcards.
As for the standards zealots, the IANA has reserved a.com, b.com, and so on. They're not supposed to exist, but they now appear to exist. It's a small point of theory, but it angers some people.
There are also privacy concerns. Think of other information carried in URLs with query strings, all of which ends up, if URLs are malformed, in VeriSign logs now. Such information may include passwords, logins, and other sensitive information. It wouldn't be sent anywhere if the domain name lookups would fail. You also have other branding concerns. If someone guessed at your domain name it would previously have just failed.
ORN: Unless a typosquatter had it.
PV: So now your brand becomes a typomagnet so that anyone who guesses your name and guesses wrong will end up at a VeriSign adserver. This produces the exact opposite result that most registrants want, which is to protect their brand. Furthermore, in an e-mail context, many errors that used to be benign are now fatal, like MX chain problems.
ORN: Now you wouldn't go on down the chain of secondary and tertiary records.
PV: Right. You'd send to the first one, the misconfigured one, because it wouldn't fail. VeriSign's running a mail server that bounces everything now.
ORN: As far as we know, they're bouncing it. They could be keeping it.
PV: That's another concern that's been expressed. They could be keeping a list of addresses. They could send out marketing messages, something like "You looked for this domain. It doesn't exist. Want to buy it?"
ORN: Are there any penalties that could be levied against VeriSign? Could ICANN take away their right to run the root nameservers?
PV: That's tricky. VeriSign has been doing this since before ICANN existed. There's a contract in place, but it's hard to know whether that contract is enforceable.
Some people suggest that administration of the DNS is a public trust, and that VeriSign is merely the caretaker of this system, not its owner. And now VeriSign has abused that trust. That may be true. Before a few days ago it didn't matter whether VeriSign was the owner or a caretaker. Now it matters a lot. VeriSign kicked a sleeping dog. It's a bizarre thing to do. Was it really VeriSign's decision to make, unilaterally? Did it need permission to make this decision? If so, what entity has the authority to grant such permission?
As a result there will be a big policy debate now. Someone will decide if permission needed to be had. Someone will decide if it should be delegated to someone else.
ORN: Will this tempest be over if people apply the appropriate patches to their DNS servers?
PV: I hope but I don't think so. I've heard that the patch works well, but VeriSign could bypass the patch. It could make synthesized responses look more like delegations. I don't think it will do that. VeriSign's spokesperson, Brian O'Shaughnessy, suggested that if people don't want this, they're free to block it. It's really meant to be a service for the supposedly inconvenienced web surfers. VeriSign maintains that its search page is more useful than 404 error messages. If VeriSign bypassed the patch, it would have to escalate things and retract these statements about how folks were free to block the wildcard.
ORN: What do you think is the motivation behind this change?
PV: Microsoft, AOL, and others make a lot of eyeball revenue from similar features, so we're all assuming that VeriSign wanted a share.
ORN: Maybe that question should have been addressed a while ago.
PV: I dislike sleeping dogs of this kind. I'd have liked to deal with it separately in cooler times. It would have been better to deal with it long ago. Either VeriSign has the right to do this, so you just deal with it, or it doesn't have the right. In which case ICANN should do something about it.
ORN: Is there anything else you want to get across to our audience?
PV: Just that the ISC has no horse in this race. As for how these policy and governance questions are answered, ISC has no preference, as long as everyone knows what the answer is. We put the patch out because people asked for it. I saw several bootleg patches that looked pretty low-quality, and we wanted to create a single, unified way of handling the problem. We have no stake in the outcome. We just want to make sure that it's done as responsibly as possible.
VeriSign is a past member of the BIND forum and a root nameserver provider. Many smart and friendly people work for VeriSign. I wish them no ill will, but I also wish this had been handled better.
chromatic manages Onyx Neon Press, an independent publisher.
Return to ONLamp.com.
Showing messages 1 through 31 of 31.
-
Crime
2003-10-01 23:54:52 anonymous2 [View]
-
ICANN failed its responsability
2003-09-26 13:25:33 anonymous2 [View]
The contract between Verisign and ICANN clearly states that there must be TOTAL separation (even phsycal) between the portion of Verisign which is the .com/.net registry operator, and other portions of Verisign, such as the Verisign registrar.
This move clearly broke that division since Verisign porudly told Wall Street that this move would boost profits for Verisign's operations.
Verisign operates the root servers on behalf of ICANN.
ICANN should have slapped Verisign with an injunction within 24 hours. It took ICANN days to issue a mild statement politely asking Verisign to remove the wildcard.
It is ICANN which failed in its responsability to ensure proper functioning of the internet. The DNS system for .com and .net is broken.
Verisign may claim that some other tlds also have wildcards. However, those are sponsored tlds (such as .museum) whereas .com and .net are general TLDs which do not belong to Verisign. Verisign has no rights to the .COM and .NET TLDs, they merely are getting paid to operate the servers.
-
404? Come on!!
2003-09-25 17:51:40 anonymous2 [View]
"VeriSign maintains that its search page is more useful than 404 error messages."
I AM TIRED OF READING THIS CRAP.
WHEN THERE IS NO SERVER, THERE IS NO RESPONSE.
NO 404. NO 500. Nothing. Zit!
let's be technically correct here!
-
They are stealing my visitors
2003-09-24 11:38:24 neves [View]
>>It's really meant to be a service for the supposedly inconvenienced web surfers. VeriSign maintains that its search page is more useful than 404 error messages. <<
The problem is that they just "recommend" domains of Verisign network. I'm owner of the brazilian domain www.samba-choro.com.br, if someone types www.samba-choro.com.br, Verisign won't suggest the correct domain (but Microsoft does). When Microsoft recommends the domain www.samba-choro.com.br for anybody who types www.samba-choro.com, they are helping the users to find the desired information, Verisign is just stealing my hits.
-
Operating the Internet
2003-09-23 22:02:23 anonymous2 [View]
Paul's comments are sensible as always. He identified several reasons why wildcards are inappropriate for use in TLDs:
1) their effect on spam filtering
2) monetization
3) privacy concerns
4) standards violations
5) misuse of reserved domains
6) unexpected behavior generally
To this list I will add one more: damage to internationalization. Previously, a name lookup that returned NXDOMAIN could be detected and processed in the language appropriate to the application. Now the lookup resolves to "sitefinder-idn.verisign.com" which is meaningless for most network services, and yields a Web page in English only for HTTP.
There was no confusion in my mind as I watched the transfer take place between sri-nic and Verisign. Vixie has it right. Administration of the DNS is a public trust, and VeriSign is the caretaker, not the owner. And now VeriSign has abused that trust.
-
Give verisign what they want
2003-09-23 22:01:10 anonymous2 [View]
Verisign wants traffic for nonexistent domains to go to their site? Give it to them.
Just put 1x1 images on your webpages that point to nonexistent domains.
e.g. img src="http://www.xkrjgnv0oed.com/" height=1 width=1
1x1 is preferable.
If enough people do this, verisign will have plenty of traffic.
You could even construct a "broken ribbon" protest logo with 1x1 broken images and 1x1 real images using fancy html with tables.
-
Give verisign what they want
2003-09-24 05:28:54 anonymous2 [View]
Give me a break. Verisgn has more bandwidth than you could possibly imagine. They aren't going to care, even about billions upon billions of hits. In fact, I bet they'd just love that, since it would allow them to track users more, since they not only get info when they mistype a domain, but even while they are browsing normal sites, that just happen to have a 1x1 image.
-
Now is the time to transfer ...
2003-09-23 20:30:24 anonymous2 [View]
... the authority to manage the DNS system to a supra-national organization. The World Wide Web is now literally world wide, so it needs a home which is not allied to any particular nation.
UNESCO, that's The United Nations Educational, Scientific, and Cultural Organization, is perfectly positioned to do this. The revenue from the sale of DNS domains and names could produce much needed revenue to fund UN activites.
--
Sincerely etc.
Christopher Sawtell.
-
Now is the time to transfer ...to the local pc users
2003-09-25 09:36:34 askii [View]
Yes... I agree that the dns needs to be transfered
to each individual pc connected to the internet.
Paul.. Please write a BIND to run on my home pc
of which I have total 100% control of all sites
known to it. I understand that I may not receive
spams, typo-ads, and other unwanted sites but I
am willing to live with it. Thank You.
-
Now is the time to transfer ...to the local pc users
2003-09-25 10:12:45 anonymous2 [View]
Tardbot.
You can get BIND for most platforms, and its free.
Have fun. -
But not to UNESCO or anything like it
2003-09-24 05:34:14 anonymous2 [View]
The UN bureaucracy is a patronage organization, according to those who know it well. It is populated by the nephews and brothers-in-law of third-world politicians, many of whom are dictators. This is not a place you go for either great competence or strong devotion to principles.
The accusation against Verisign is that they abused their public trust for profit. I think you would find fewer barriers to such corruption among the bureaucrats of UNESCO. -
But not to UNESCO or anything like it
2003-09-24 06:12:00 anonymous2 [View]
You cant mean seriously that stability of a country is the deciding factor in where should dns service be run. Lets then move it to Switzerland: they had less wars in a thousand years than US had in the last 50.
In fact, the UN is the only right place for this.
-
Now is the time to transfer ...
2003-09-24 04:23:50 anonymous2 [View]
Actually I think the US is proabably the only country sane and stable enough to do this kind of thing. The UN isn't stable, they take turns at leadership, etc. and generally have WAY more agendas floating around that the US (we've just got our own ;))
Besides, the US is still the vast majority on the internet.
Besides that we've got money, resources, etc. that other countries find they are limited in.
-Jason -
Now is the time to transfer ...
2003-09-30 05:50:27 anonymous2 [View]
Yes the US is known for strong politics.
They wouldnīt (and didnīt blink) to make more money.
Anybody remember the Kyoto treaty? WMD in Irak? Need I go on...
I think the UN would do a much better job that the US ever could! -
Now is the time to transfer ...
2003-09-24 06:18:44 anonymous2 [View]
'I am the only sane person I know!' said Nero and set the Rome on fire.
-
Now is the time to transfer ...
2003-09-23 22:54:02 anonymous2 [View]
Hunh, the UN?!? That outfit can't find their backsides with both hands. If you want something really screwed up, hand it to a bureaucracy to deal with... Note how well the French health agencies took care of their old folks this last summer. Yeah, they really took care of 'em.
. The UN needs to go away and the sooner the better!
. Verisign needs to be made to fold its tent and its responsibilities parsed to the other registrars. There needs to be an example set here, but I'm not holding my breath.
zepper.bh.
-
Now is the time to transfer ...
2003-09-23 23:18:51 anonymous2 [View]
American, eh? Upset your Dubbya can't get his own way all the time, eh? The US needs to support the UN, not undermine it. A few months ago the UN was just an obstacle. Now that Iraq is costing Dubbya money, he wants the UN to help. Hypocrit!
Anyway, back on topic, I agree that Verisign needs to be removed from the loop. It doesn't much matter who replaces them as long as they are required not to futz with the DNS. -
Now is the time to transfer ...
2003-09-25 07:07:28 anonymous2 [View]
If it wasn't for the US, the UN could not afford to exist. -
Now is the time to transfer ...
2003-09-30 05:53:13 anonymous2 [View]
You mean:
The US should start paying its member fee to the UN, like any other country that can afford it. -
Now is the time to transfer ...
2003-09-23 20:55:18 anonymous2 [View]
You are right, it is time to transfer DNS management to a non-profit group of some type. But you also use World Wide Web in your posting, as if that is the only thing that the Internet consists of. Web traffic is the easiest thing to keep working correctly after this insertion of wildcards. Much more difficult are other applications, such as email, that rely on a correctly functioning DNS system, not one that has been modified arbitrarily to help make a profit for someone. -
Now is the time to transfer ...
2003-09-24 00:06:41 anonymous2 [View]
I suggest the maintenance of the root name servers be turned over to the The Free Software Foundation. Very few organizations are so intrinsically principled. FSF could be trusted to run them forever and we would know that they'd never start placing their "commercial" interests above doing the duty entrusted to them. For this service, world governments should provide the FSF sufficient funds to perform this service (but not more, unless they just want to.) -
You are confused
2003-09-24 07:25:17 anonymous2 [View]
You are confusing root servers with TLD's. The root servers only serve ".", as in only refer you to the proper server's for a particular TLD. They have nothing to do with the evil wildcard. -
Not necessarily confused
2003-09-24 08:58:31 anonymous2 [View]
It is true that the root servers are not the source of the problem, only the com and net TLD servers. However, if we don't trust Verisign to do the right thing with com and net, why should we trust them to maintain the root zone? What's to prevent them from pulling the same stunt there?
(not the original poster) -
Now is the time to transfer ...
2003-09-24 00:24:08 anonymous2 [View]
What about the EFF? Seems more viable to me.
-
Crime
2003-09-23 20:20:12 anonymous2 [View]
It is a crime. It is theft. It is spying. Fsck them and the horse they rode in on. -
Crime
2003-09-24 09:01:11 anonymous2 [View]
The real "crime" is they are deliberately publishing false and misleading DNS information. -
Crime
2003-09-23 22:12:23 anonymous2 [View]
That's definately been the most accurate, to the point summation of all of this crap that I've seen thus far. :) -
Crime
2003-10-01 23:55:31 anonymous2 [View]
There are signifigant breaches regarding current case law, contract and otherwise, they are doing this over the 'wire' in many cases.
caveatcyborg -
Crime
2003-09-24 06:21:09 anonymous2 [View]
Excetly. Arogant crime.











caveatcyborg