Slashdot Mirror


VeriSign Responds To ICANN's SiteFinder Advisory

dmehus writes "VeriSign's Naming and Directory Services division has written to ICANN President and CEO Paul Twomey regarding the recent advisory concerning VeriSign's DNS wildcard redirection service. In the letter, VeriSign's Rusty Lewis says that they are open to independent and objective technical concerns expressed by various Internet bodies; they have formed their own "independent" panel of industry leading experts to produce its own, separate report; and they will not voluntarily suspend SiteFinder. It's a very terse response, and frankly, I'd have expected more from them. Slashdot readers are encouraged to visit ICANNWatch for in-depth, expert discussion on this and other issues."

464 comments

  1. Huh? by mrpuffypants · · Score: 5, Funny

    From the letter to ICANN:

    As to your call for us to suspend the service, I would respectfully suggest that it would be premature to decide on any course of action until we first have had an opportunity to collect and review the available data.

    Well, I think that the world would have appreciated the same level of consideration before the system was ever even implemented in the first place.

    1. Re:Huh? by McSpew · · Score: 4, Funny

      Translation: We implemented something that may have broken large parts of the Internet, but we'll wait until everyone has given up on us fixing it before we decide whether to undo what we did.

      By the time they decide if they really broke everything they broke, and whether they should temporarily suspend SiteFinder, everybody else will have routed around them.

      BTW: Does anybody know what they're talking about when they claim that other TLDs have implemented something like SiteFinder?

    2. Re:Huh? by questamor · · Score: 1

      It wasn't long ago I found one that was on a small set of islands, and any incorrect URL to one of their TLDs would go to a page specifying that it was an incorrect URL belonging to the islands.

      Can't for the life of me remember which one it was though.

    3. Re:Huh? by LostCluster · · Score: 2, Insightful
    4. Re:Huh? by Ark42 · · Score: 4, Insightful


      http://verisignsucks.museum/

      Just as an example.

      I think *.museum is ok to have a wildcard for though, since not everybody can go out registering a museum domain name. It works similar to .com.au (unless .com.au changed recently). .com/.net and any other domain that requires no special terms to register domains for, should NOT have wildcards.

    5. Re:Huh? by questamor · · Score: 2, Informative

      .cc is one .cx another

    6. Re:Huh? by rgmoore · · Score: 5, Insightful
      As to your call for us to suspend the service, I would respectfully suggest that it would be premature to decide on any course of action until we first have had an opportunity to collect and review the available data.
      That's an interesting thing for them to say, especially because earlier in the letter they said:
      All indications are that users, important members of the internet community we all serve, are benefiting from the improved web navigation offered by Site Finder.

      So which is it? Have they not yet had a chance to gather any data, or have they gathered the data and found that it's beneficial to users? Or, as seems most likely, are they just saying anything that they think will get ICANN off their backs for long enough for them to sell a bunch of registrations?

      --

      There's no point in questioning authority if you aren't going to listen to the answers.

    7. Re:Huh? by Anonymous Coward · · Score: 5, Informative

      I don't think I've seen this posted before, but some people may find it interesting. Here's the contracts between ICANN and Verisign for .com and .net (.org is there also, but it no longer applies).

    8. Re:Huh? by AntiProxy · · Score: 1

      BTW: Does anybody know what they're talking about when they claim that other TLDs have implemented something like SiteFinder?
      *.cc ( try weoithweiothweothweo.cc )
      *.ws ( same as above )
      *.tk another example..
      there's a whole bunch of others as well

    9. Re:Huh? by Anonymous Coward · · Score: 0
      I think *.museum is ok to have a wildcard for though

      Who cares what you think, who cares what i think, what verisign did goes against their contractual agreement and they deserve to be punished. Hopefully Godaddy will win their lawsuit and pave the way for plenty more.

    10. Re:Huh? by mendepie · · Score: 3, Interesting

      Here is a little script that I whipped up to find out which TLDs have wildcard records.

      #!/bin/sh
      rm -f root.zone root.zone.gz
      wget -q ftp://ftp.internic.com/domain/root.zone.gz
      gunzip root.zone.gz
      for i in $(grep ' NS ' root.zone | awk '{print $1'} | sort -u); do
      host -ta "*.$i" 2>/dev/null
      done
      rm -f root.zone root.zone.gz

      --

      Are you paranoid if you know that they just want to know everything you say and do?

    11. Re:Huh? by puck71 · · Score: 1

      Well....at the top it says "A Verisign Company"

      I don't think you can cite that as "other" people doing it.

    12. Re:Huh? by ball-lightning · · Score: 1



      Reminds me when General Turgidson in Dr. Strangelove said to the president, ""I think I'd like to hold off judgment on a thing like that, sir, until all the facts are in..." after the President gets angry with General Ripper being a nutcase... =D

    13. Re:Huh? by WhiteBandit · · Score: 1

      exactly.

      Besides, you get informative sites such as:

      http://verisignsucks.slashdot.org/ ;)

    14. Re:Huh? by LostCluster · · Score: 1

      True... but Verisign has done it and got away with it before on less important TLDs.

    15. Re:Huh? by generationxyu · · Score: 1, Insightful
      http://verisignsucks.tk
      http://verisignsucks.tv
      http://verisignsucks.dk

      This is a different thing, however. The .tk, .tv, and .dk TLDs are owned by specific countries (I can't remember exactly which). The specific subdomains are rented out for cheap, or free, along with banner ads, so the countries make revenue. Annoying, yes. Unethical, possibly. Against RFC... probably. But they own those TLDs, and can do whatever they want with them. Verisign does not own .com and .net. They are on contract from the US Federal Government to run the root nameservers for .com and .net.

      --
      I mod down pyramid schemes in sigs.
    16. Re:Huh? by mallie_mcg · · Score: 2, Informative

      Christmas Islands would be what you are thinking of.

      --


      Do the following really mean anything? SCSA MCP CCSA CCNA
      --I'm not actually after an answer!
    17. Re:Huh? by Anonymous Coward · · Score: 0

      If you scan those contracts for .com and .net there are lots of sections that Verisign are in breach of - there are some goodies refering to unfair competition for example.

      I am sure there are several places where these contracts are null and void - maybe ICANN should terminate...

      But that then opens the question, what happens if Verisign just switch off their servers?

    18. Re:Huh? by Anonymous Coward · · Score: 0

      i agree it sucks, but i was unaware it violated their contractual agreement ...

      got a url ?

    19. Re:Huh? by Anonymous Coward · · Score: 0

      also dot nu

    20. Re:Huh? by Reece400 · · Score: 1

      Note also, that http://index.museum/ takes you to a listing of registered domains which can genuinly help a person fix thier typo. rather than a biased useless search engine... they have also cleverly reserved http://musedoma.museum/ and http://about.museum/

      Reece,

    21. Re:Huh? by Anonymous Coward · · Score: 0
      It's my interpretation of their contract. I'm not alone in that interpretation, but i too am not a lawyer.

      It's also my interpretation that their * actions are in violation of other U.S. laws. I'm not alone on that interpretation, as GoDaddy and Netster are taking action to sue.

    22. Re:Huh? by macdaddy · · Score: 3, Informative

      A wildcard GTLD was part of .museum's charter. Therefore it was approved and everything is fine. It was never part of the .com/.net GTLD contract and is not an authorized use of the domains.

    23. Re:Huh? by macdaddy · · Score: 2, Insightful

      It's even more interesting for them to come back with that when they themselves didn't do the very same data gathering and research before implementing the damned thing.

    24. Re:Huh? by zyccclop · · Score: 1

      did anyone recognize that the letter in question was sent by "VIA FASILMILE (310) 823-8649" to
      ICANN from Verisign?

      What the heck might be "FASILMILE" in the age of electronic wizardry?

      maybe he didn't read the letter before he signed it, huh?

    25. Re:Huh? by msaulters · · Score: 4, Informative
      Somebody mod the parent up.

      Follow the link to the contract, choose 'functional specification' and then jump down to 'Nameserver functional specifications' which I quote:

      Nameserver operations for the Registry TLD shall comply with RFC 1034, 1035, and 2182.


      ICANN Please, Please, Please, Please, Please, PLEASE!!!! take that letter and offer to shove it up Verisign's ass gift-wrapped in their contract.

      OR

      <big giant cluebat>
      You *THWAP* DON'T! *THWAP* BREAK *THWAP* THE R *THWAP* F *THWAP* C! *THWAP*
      </big giant cluebat>
      --
      These people looked deep into my soul and assigned me a number based on the order in which I joined.
    26. Re:Huh? by Anonymous Coward · · Score: 0

      Actually, the .tv used to be the island nation of Tuvalu, which sold the .tv designation for about $26 million.

      I don't know who they sold it to, but I do think that the selling price was comparable to their GNP.

    27. Re:Huh? by Leto2 · · Score: 5, Insightful

      msaulters, for completeness, since you seem to be intimately knowledgeable on the RFCs, can you paste the relevant sections from these three RFCs that apply to Verisign's wildcarding?

      --
      <grub> Reading /. at -1 is like driving through Cracktown in a convertible that is stuck in 1st
    28. Re:Huh? by Anonymous Coward · · Score: 0

      Thanks, they're all in my firewall now, except for .museum.

    29. Re:Huh? by Trepalium · · Score: 2, Interesting
      Did anyone really think that Verisign would just say, "Oh, okay, we'll remove it because you asked so nicely!"? There's likely only two ways this is getting removed. One is by lawsuit (which is already happening), the other is by ICANN pulling their contract to control .net and .com. Given the fact that ICANN has traditionally handed Verisign every contract they've had available, I don't have much confidence in ICANN. I'd love to see both come crashing down on Verisign's head though.

      Just watch, though. I'm sure that adding the "sitefinder" service is going to be much easier for verisign to do than tearing it back down if/when a court decides that Verisign had no right to do it. They'll certainly come up with bullshit technical explanation after explanation why it can't be brought down right now just to keep it up another day, week, month or year.

      --
      I used up all my sick days, so I'm calling in dead.
    30. Re:Huh? by trims · · Score: 5, Informative

      Section 4.3.1 of RFC 1034 pretty clearly states that the response to a name query is to be:

      If recursive service is requested and available, the recursive response to a query will be one of the following:
      • The answer to the query, possibly preface by one or more CNAME RRs that specify aliases encountered on the way to an answer.
      • A name error indicating that the name does not exist. This may include CNAME RRs that indicate that the original query name was an alias for a name which does not exist.
      • A temporary error indication.
      If recursive service is not requested or is not available, the non-recursive response will be one of the following:
      • An authoritative name error indicating that the name does not exist.
      • A temporary error indication.
      • Some combination of:
      • RRs that answer the question, together with an indication whether the data comes from a zone or is cached.
      • A referral to name servers which have zones which are closer ancestors to the name than the server sending the reply.
      • RRs that the name server thinks will prove useful to the requester.

      Now, the section thereafter goes on to talk about wildcards, so they are pretty much out of luck for saying that VeriSign isn't implementing the RFCs correctly. However, another portion of the RFC makes it very clear that wildcards are only for use within an entity's domain of control (that is, *.foo.com in DNS will not affect lookups under bar.com). The key here is that it is up to the OWNER of the domain in question as to the appropriateness of wildcards in DNS. VeriSign does NOT OWN THE .COM TLD. They merely ADMINISTER it for ICANN. Thus, there is a very good case for VeriSign being in breach of contract by failing to cary out the wishes of the OWNER of the .COM TLD. Which in this case is ICANN.

      Basically, I would be a bit more thorough before going to VeriSign, but afterwards, I'd still wack them over the head with the contract and force them to remove the wildcard.

      -Erik

      --
      There are always four sides to every story: your side, their side, the truth, and what really happened.
    31. Re:Huh? by andy+landy · · Score: 1

      Indeed, CX domains are also incredibly expensive. It's interesting to note that this is due to popularity with certain sites (goatse.cx) being used by trolls.

      Also, could this be the first time that link has been used in an on-topic post?

      --
      perl -e 'print "Just another Perl newbie\n";'
    32. Re:Huh? by Anonymous Coward · · Score: 0

      I think its more likely to be due to the fact that in french .cx would be pronounced `sex`, making it popular with french pornographic content providers.

    33. Re:Huh? by salesgeek · · Score: 1

      Well, I think that the world would have appreciated the same level of consideration before the system was ever even implemented in the first place.

      The customer sat numbers are in: it isn't good for Verisuck.

      --
      -- $G
    34. Re:Huh? by blibbleblobble · · Score: 1

      Verisign: "All indications are that users, important members of the internet community we all serve, are benefiting from the improved web navigation offered by Site Finder"

      Mike Tansca: "This reminds me of the Iraqi Information minister and his lunatic counterfactual arguments.... All indications indeed!"

    35. Re:Huh? by blibbleblobble · · Score: 1

      Interestingly, www.weLoveTheVerisignInformationMinister.com seems to be a website run by Verisign...

    36. Re:Huh? by blibbleblobble · · Score: 1

      "By the time they decide if they really broke everything they broke, and whether they should temporarily suspend SiteFinder, everybody else will have routed around them."

      Using what? ICANN?

      How long since we expected the 200 new top-level domains which theoretically makes navigation a lot more efficient, to the detriment of Verisign's control over it?

    37. Re:Huh? by blibbleblobble · · Score: 2, Interesting

      Previously: You think of a domain-name you want, go look at it. If it's not there, you can get it. If it's been taken by another company, or a domain squatter, you choose a different name.

      Now: You think of a domain-name you want, go look at it. It's been taken by a domain-squatter. The same thing happens for every one of the domains you try and check. You give up, and have to pay the person whose site is on the domain you want.

      Ignoring for a moment anybody technical enough to recognise Verisign scum as being different to normal scum, how can anyone possibly know what domains are available under this new regime?

    38. Re:Huh? by Henry+Stern · · Score: 1

      Interesting. From the "Registry Code of Conduct":

      1. [VeriSign Global Registry Services] will not show any preference or provide any special consideration to any ICANN-accredited registrar with regard to Registry Services provided for the .com TLD.
      Verisign is showing preference and providing special consideration for an ICANN-accredited registrar with regard to Registry Services provided for the .com TLD by allowing themselves to use the SiteFinder service. They don't allow other registrars to do so, therefore it is special consideration.
    39. Re:Huh? by Loconut1389 · · Score: 2, Informative

      The old fashioned way, use one of the registries/registrars or whois.

    40. Re:Huh? by drakaan · · Score: 1
      An excuse like that would be a good reason for ICANN to revoke their contract and award it to someone else.

      I think I just found a company I hate as much as SCO.

      --
      "Murphy was an optimist" - O'Toole's commentary on Murphy's Law
    41. Re:Huh? by 4A6F656C · · Score: 1

      Not sure what you're referring to regarding .com.au domains. As far as I know we've never had wildcards. Further more, there are strict conditions that have to be meet in order to register a .com.au domain. They have been slightly relaxed from the 1st of July this year, however they are still rather strict (and so they should be IMHO.) See schedule C in the AUDA policy document if you're interested in the gory details.

    42. Re:Huh? by Rich0 · · Score: 1

      I do see the distinction, but I don't think that it should have been included in the museum charter. It could cause the same technical problems in that domain as in any other, and makes the incorrect assumption that the internet exists solely on port 80, and maybe 25...

    43. Re:Huh? by zsau · · Score: 1
      3. VGRS shall not in any way attempt to warehouse, or register domain names in its own right other than through an ICANN-accredited registrar, except for names designated for operational purposes in compliance with Section 24 of the Registry Agreement. VGRS will certify to ICANN every six months that it is abiding by this commitment.


      (From Appendix I)

      perhaps? I'm not really sure if that's a problem, but it seems to my naive self to be.
      --
      Look out!
    44. Re:Huh? by Olathe · · Score: 2, Insightful

      "Using what?"

      Probably router and nameserver configurations.

    45. Re:Huh? by Cunk · · Score: 1

      How could SiteFinder break parts of the Internet? I'm not doubting you--I guess I just don't understand the problem fully.

      --

      I am the inventor of the hilarious refrigerator alarm.
    46. Re:Huh? by Ark42 · · Score: 1


      The strictness of .com.au is what I was comparing to the strictness of .museum - I would not mind if .com.au provided a n index.com.au similar to index.museum along with a *.com.au pointing to the index.com.au

      The restrictive nature and thus limited number of registered domains I think is what makes it ok to provide the index. A commercial free-for-all domain like .com/.net/.org should not have an index or wildcard, especially when they are just using it to exploit the system for financial gains.

    47. Re:Huh? by Anonymous Coward · · Score: 0

      http://verisignsucks.dk does not lead to an informational or commercial website, and is not an example of this kind of behaviour. dk is the country code for Denmark and the Danish NIC does not implement this kind of forced advertising.

    48. Re:Huh? by Anonymous Coward · · Score: 0

      I wouldn't pronounce .cx as 'sex'.
      In french, c is pronounced like s when it's followed by e or i.
      It's pronounced like k when it's followed by o, a, u, l or r.
      Given the lack of a vowel in .cx, I'm not sure there is one obvious pronounciation.

  2. There is only one correct response to this. by Anonymous Coward · · Score: 3, Funny

    Unilateral Military Action.

    1. Re:There is only one correct response to this. by Anonymous Coward · · Score: 0

      We do have the right president for that... Wait... he probably did this in the first place... so confused.

    2. Re:There is only one correct response to this. by brandonlewis · · Score: 1

      Hey, we could even call it preemptive unilateral military action. Oh, wait a minute, no it can't be...what the hell, let's call it anyway.

    3. Re:There is only one correct response to this. by Anonymous Coward · · Score: 0

      Seriously, what we need to do is split up the namespace so that there's some competition out there. I.e. change this: http://slashdot.org/ to http://slashdot.org.owneroftopleveldns/ and have different entities own different top level DNSes. Heck, in the process we could drop the silly .org, .com, .net, etc designators and just have
      http://slashdot.verisign/ or something.

    4. Re:There is only one correct response to this. by bm_luethke · · Score: 1

      Too late, even France and Germany can see this is a bad thing worthy of destruction, plus it need to be pre-emptive also.

      I know - lets bomb ICANN then!

      --
      ------- Sorry about the spelling, I suffer from two problems. Dyslexia makes it difficult to spell well, lazy makes it
  3. Mod me down by Anonymous Coward · · Score: 0, Offtopic

    Mod this scapegoat first post to avoid all of the stupid first posts to follow.

    1. Re:Mod me down by Anonymous Coward · · Score: 0

      You fail it.

  4. YOU FAILED TO FAIL IT by Anonymous Coward · · Score: 0

    Die Pooper!

  5. Translation, for the doublespeak impaired by RobertB-DC · · Score: 5, Funny

    In case you are not a doubleplusgood duckspeaker, here is a helpful translation of Verisign's letter to ICANN.

    Dear Paul:
    Translation: Dear meddlesome twit:

    This will respond to the ICANN Advisory concerning VeriSign's Deployment of DNS Wildcard Service dated 19 September 2003.
    We're about to tell you where you can stick your "advisory".

    In the footsteps of several other registries that have done the same, we recently deployed a wildcard in the .com and .net zones.
    Verisign has no problem being just as sleazy and underhanded as any of our competitors.

    This was done after many months of testing and analysis and in compliance with all applicable technical standards.
    Marketing sees dollar signs, and legal says we can get away with it.

    All indications are that users, important members of the internet community we all serve, are benefiting from the improved web navigation offered by Site Finder.
    None of the lusers who installed "The Internet" on their computers has a clue that we've even done anything.

    These results are consistent with the findings from the extensive research we performed.
    They are, however, clicking the pretty buttons, just like we hoped they would.

    We are, of course, very interested in any objective technical information ICANN may have received concerning the service and would welcome the opportunity to work with you to review such data. To that end, we have reached out to schedule meetings... of leading experts in the field.
    Let's have a meeting. Then another. Then another. Then, we'll codify the new de facto "standard".

    As to your call for us to suspend the service, I would respectfully suggest that it would be premature to decide on any course of action until we first have had an opportunity to collect and review the available data.
    We're going to get our way, because we can, and there's nothing you can do about it. Weenie.

    After completing an assessment of any operational impact of our wildcard implementation, we will take any appropriate steps necessary.
    And if we don't get our way, we'll pay off anyone we need to.

    I look forward to continuing to work with you on this issue.
    Kiss our ass.

    Best Regards,
    See you in Hell,

    Russell Lewis
    Executive Vice President, General Manager
    VeriSign Naming and Directory Services

    --
    Stressed? Me? Of course not. Stress is what a rubber band feels before it breaks, silly.
    1. Re:Translation, for the doublespeak impaired by nahemah · · Score: 0
      Beautifully said.. It's about damned time that Verisign (formerly Network Solutions) gets it's huge corporate head out of the asses of the pocket-padded executives that run it.

      For years NS/Verisign has been trying to convince the public that they must pay ridiculous amounts of money for services that they can get cheaper, and to do the same thing.

      I know that the corporate pigs at Verisign dont give a damn about what the consumer wants. If they were so concerned about it, they wouldnt be analyzing stuff in-house, they would be requesting feedback, and the general public would actually see some results.

      So domains aren't free.. what is it going to take for the general public (who work twice as hard for their money) to be able to afford what we're already working hard for?

    2. Re:Translation, for the doublespeak impaired by elmegil · · Score: 1

      Isn't this a bed that ICANN created for themselves? While I agree that Verisign is once again proving themselves to be Complete Bastards [tm], seems to me that there's a fair amount of "I Told You So" due to ICANN as well.

      --
      7 November 2006: The day Americans realized corruption and incompetence weren't addressing 11 September 2001
  6. The real danger in Verisign's practices by Ophidian+P.+Jones · · Score: 2, Redundant

    Something that seems to be mildly overlooked here, in my opinion, is that this has the power to give VeriSign "ownership" of the web in many users' minds.

    If my mom tries to go to http://www.gooodhousekeeping.com and gets a VeriSign message and a search box, well it doesn't take much of that before she starts thinking that VeriSign == The WWW, because VeriSign is who always tells her what she typed wrong and where she should be going.

    What this comes down to is a company trying to "brand" the web. In many ways, Google has been successful at this, but they have actually played fair and achieved what they have on the basis of merit. VeriSign is ABUSING their power to brand the web as their own.

    It should be patently obvious by now that VeriSign's modus operandi is one of deceit and trickery. Evidence the fake "renewal" cards they have sent out in the past to "slam" DNS registrants much like the shady phone companies have tried to do with your long-distance.

    Damn, it's ridiculous that people even try to get away with this sort of crap these days...will someone with the power to please stop this?

    1. Re:The real danger in Verisign's practices by captain_craptacular · · Score: 1

      Call me stupid, but who exactly has the power? I think that is a very key piece of missing information in this whole debacle.

      Who do we ask to take action?

      --
      They who would give up an essential liberty for temporary security, deserve neither liberty nor security
    2. Re:The real danger in Verisign's practices by RoundSparrow · · Score: 1


      It really comes down to the marketplace has the power. Those of us who read Slashdot.

      I expect a class action lawsuit will come of this. Are we willing to settle for $5 a domain? Should we start to think about more like $150 a domain?

    3. Re:The real danger in Verisign's practices by ADRA · · Score: 4, Interesting

      ICANN can revoke their authorization last I heard. They are pretty much push-overs for corporations so I don't see any top down remedies to this blatent miss-representation of their powers.

      On second thought, here is my idea: Have Verisign pay ICANN for every bogus returned DNS request, since technically Verisign has registered billions of domains, I'd say that ICANN is entitled to a mightly large chunk of Verisign revenues. More than the service is worth? One can only hope.

      --
      Bye!
    4. Re:The real danger in Verisign's practices by Nucleon500 · · Score: 1

      Yay, we have the power! But to whom do we complain?

    5. Re:The real danger in Verisign's practices by Nogami_Saeko · · Score: 1

      For what it's worth, they're not having all that much luck.

      My ISP's DNS servers have been updated with the "delegation-only" patch so they don't return any wildcarded results. I've also updated my own DNS servers at work with the same result.

      The more ISPs that do this, the less money verisign makes until they just drop the idea alltogether.

      N.

      --
      "Nothing strengthens authority so much as silence." - Charles de Gaulle
    6. Re:The real danger in Verisign's practices by thx2001r · · Score: 1

      I'm surprised that Microsoft hasn't sued VeriSign over this yet... after all, they were at it with Internet Explorer long before VeriSign tried it. What about the business Microsoft is losing because of this to their MSN Search paid advertisements?

      I guess all we have to do is wait until MS sues the pants off them (or just buys them, which might be cheaper (to MS, anyway)) and we can get right back to sending most people's typo traffic to MSN Search!

      I think a more reliable solution would be to firewall off ISP's from the VeriSign IP (and, then keep firewalling off the IPs they switch to when that doesn't work), and maybe firewall off the web site that MSN search sends people to!

      --

      -Joe
      If we're all god's children, what's so special about Jesus? - Jimmy Carr

    7. Re:The real danger in Verisign's practices by Anonymous Coward · · Score: 0

      Call me stupid

      OK, Stupid. You can slap my ass and call me Susan!

    8. Re:The real danger in Verisign's practices by bobthemuse · · Score: 1

      I wonder what would happen if they had redirected the user to a Google query, rather than their proprietary site.

      Would the majority of the tech community still gripe about the broken RFC, or would they applaud the benefits of the new service?

  7. Text of Letter by christopherfinke · · Score: 1, Redundant

    21 September 2003

    VIA E-MAIL &
    VIA FASILMILE (310) 823-8649

    Paul Twomey
    President and CEO
    Internet Corporation for Assigned Names and Numbers
    4676 Admiralty Way, Suite 330
    Marina del Rey, CA 90292-6601

    Re: ICANN Advisory Concerning VeriSign's Deployment of DNS Wildcard Service dated 19 September 2003

    Dear Paul:

    This will respond to the ICANN Advisory concerning VeriSign's Deployment of DNS Wildcard Service dated 19 September 2003. In the footsteps of several other registries that have done the same, we recently deployed a wildcard in the .com and .net zones. This was done after many months of testing and analysis and in compliance with all applicable technical standards. All indications are that users, important members of the internet community we all serve, are benefiting from the improved web navigation offered by Site Finder. These results are consistent with the findings from the extensive research we performed.

    We are, of course, very interested in any objective technical information ICANN may have received concerning the service and would welcome the opportunity to work with you to review such data. To that end, we have reached out to schedule meetings with ICANN's Chairman, Vint Cerf, and the Chairman of ICANN's Security and Stability Advisory Committee, Steve Crocker, to exchange information regarding issues that may be encountered in the community. We have also formed an independent technical review panel to gather and analyze data for the purpose of assessing any operational impact of our wildcard implementation. The technical review panel will consist of leading experts in the field.

    As to your call for us to suspend the service, I would respectfully suggest that it would be premature to decide on any course of action until we first have had an opportunity to collect and review the available data. After completing an assessment of any operational impact of our wildcard implementation, we will take any appropriate steps necessary.

    I look forward to continuing to work with you on this issue.

    Best Regards,

    Russell Lewis
    Executive Vice President, General Manager
    VeriSign Naming and Directory Services

    1. Re:Text of Letter by Anonymous Coward · · Score: 0

      >As to your call for us to suspend the service, I would respectfully suggest that it would be premature to decide on any course of action until we first have had an opportunity to collect and review the available data. After completing an assessment of any operational impact of our wildcard implementation, we will take any appropriate steps necessary.

      I'm certain some enterprising young people with excess time would be more than happy to render assistance in suspending said services.

    2. Re:Text of Letter by andreMA · · Score: 1
      Russell Lewis:
      All indications are that users, important members of the internet community we all serve, are benefiting from the improved web navigation offered by Site Finder.
      I hope Darl isn't too mad about Russ bogarting the crack pipe...

      On the other hand, perhaps we can hope they kill each other fighting over it.
  8. The bottom line... by jdhutchins · · Score: 1, Insightful

    The bottom line is that Verisign's DNS behavior screws up lots of other systems. If I go to a domain registration site, and ask it "is this domain registered?", it will go see if there is an IP for that domain. Verisign's behavior screws this up, because now all .com and .net domains will return an IP address.

    And it's being very disrespectful to the computer industry. Verisign is no better than Microsoft here; they are snubbing their noses at what they agreed on. They need more than just a slap on the wrist. They need to learn that they DO NOT have the right to do whatever they decided. Microsoft does it, but it doesn't mean that they can do it.

    1. Re:The bottom line... by Anonymous Coward · · Score: 0

      You, sir, are an idiot.

      If I go to a domain registration site, and ask it "is this domain registered?", it will go see if there is an IP for that domain.

      This is not even remotely how WHOIS, SRS, or VGRS works.

      Look, if you don't know how a system works, don't display your ignorance, you fucking twit.

    2. Re:The bottom line... by signe · · Score: 5, Informative

      If your domain registration site is using a DNS lookup to check if a domain is registered, it is a very poor domain registration site. There is no guarantee that if a domain is registered, there are nameserver records for it anywhere except the gTLD root nameservers.

      Registrars should be using the SRS system provided by VeriSign Naming and Directory Services to check if a domain is registered. This is the same system that they use to register domains with the registry (run by VNDS). This system can and does provide a definite yes or no as to whether a domain may be registered.

      Love VeriSign or hate it, but get your facts straight.

      --
      "The details of my life are quite inconsequential..."
    3. Re:The bottom line... by UU7 · · Score: 1

      Gotta love how a post with questionable merit gets a +5 insightful :P

      Go weenies!
      *hint* Try whois.

    4. Re:The bottom line... by macdaddy · · Score: 1

      And even your facts aren't "techincally" straight. Not all domains have NS records in the GTLD root servers. dorkslayers.com was a prime example of this. As soon as Verislime implemented their hijacking of .com/.net all dorkslayers.com lookups were suddenly returned as true. Ie all queries against any dorkslayer.com DNSBL gave a return response which then left older installations of SpamAssassin rejecting mail. The dorkslayers.com DNSBLs have been down for some time. The maintainer of dorkslayers.com still owned the domain; it was still a valid registered domain. However it had no NS records of any kind. Verislime's Netfinder "service" didn't care though. The wildcard records covered everything that wasn't explicitly covered with an NS record. They effectively hijacked dorkslayers.com.

    5. Re:The bottom line... by signe · · Score: 1

      You've completely confused me here. First off, are we talking about dorkslayers.com or dorkslayer.com?

      dorkslayers.com certainly does have NS records in the gTLD root servers. They are [ABC].NS.JOKER.COM. Lookups for anything in the dorkslayers.com domain do not return the SiteFinder IP address. dorkslayer.com also has NS records. They are [ABCD].NS.DORKSLAYER.COM. Now I don't care if those nameservers don't actually have zonefiles for dorkslayer[s].com, they are the authoritative nameservers for the domain, and are listed in the gTLD servers as such.

      I dare say that there is not a single registered domain that does not have an NS record of some sort in the gTLD root servers (excluding domains that have been registered since the last root server update). Even if it's a placeholder NS record, it's there. I challenge anyone to show me a domain (in COM/NET) that breaks this rule.

      It's also worth noting that there is no wildcard entry returned for any lookup within a registered domain. So, for example, dorkslayer.com is registered. If you do a lookup on {randomjunk}.dorkslayer.com, you will not get the SiteFinder IP address as a response. In fact, for that domain it seems you get 127.0.0.2, which is consistent with a DNSBL.

      So please clarify exactly what point you're trying to make.

      -Todd

      --
      "The details of my life are quite inconsequential..."
    6. Re:The bottom line... by macdaddy · · Score: 1
      I mistyped dorkslayers.com once. I typed it correctly the other 4 times I used the domain.

      dorkslayers.com did not have NS records in the GTLD zone when Verisign added the wildcard records. The was quite a popular topic among mail administrators shortly after the wildcards were added. There's discussion about it here on the NANOG list, and here on the SpamAssassin discussion mailing list, and here in comp.mail.sendmail, and here in news.admin.net-abuse.email. There are others but these are the ones I frequent.

      That said since dorkslayers.com (spelled it right this time) didn't have any NS records in the root GTLD when Verislime added the wildcards .com/.net all queries for the dorkslayers.com domain resulted with a positive response. This included any and all queries for anything hosts and subdomains. To use your example, randomjunk.dorkslayers.com would in fact have resolved to 64.94.110.11 before Bill, the dorkslayers.com owner, re-registered NS servers for dorkslayers.com.

      There is another gentleman on the NANOG mailing list that has mentioned more than once since the Verislime incident that he has a client with a domain in use that somehow has gotten left out of the GTLD .com zone. I don't remember his name and I don't really want to sort through the lengthy threads about Verisign to find the posts. They are in the archives though. He discussed the lengths he's gone to to try and get Verisign to fix the problem in excrutiating detail. It sounded like he wasn't having much fun.

      Let me make sure I answered all your points for my own sanity's sake. Paragraph 1, check. Paragraph 2, check. Paragraph 3, check. Paragraph 4, check. And Paragraph 5, clarified. Hope that helps.

    7. Re:The bottom line... by signe · · Score: 1

      I appreciate the response. I'm still not sure how a domain ends up in the gTLDs with no nameservers registered, as I was always under the impression it was a requisite part of the record. However, I've also never tried to have a domain registered with no nameservers, so I really couldn't say with absolutel certainty.

      Obviously, you've got some references here that show otherwise. I thank you once again for clarifying all that for me, and passing along the references.

      -Todd

      --
      "The details of my life are quite inconsequential..."
    8. Re:The bottom line... by macdaddy · · Score: 1
      No problem. I don't mean to sound testy either. Just been a long day.

      The reason few domains ever end up in the GTLD without a NS is because most registrars require it. There aren't many reasons to not have one. I can't think of many functional differences between having a bogus NS, having a valid NS with no zone on the NS box, having a valid NS with a null zone on the NS box, or having no NS at all. I believe the reason dorkslayers.com removed their NS records is the same reason they shut down their DNSBL services. They were DDoSed to hell and back. Leaving up even one host with valid NS information (even if it was the NS itself) was a point for spammers turned script kiddies to attack. I don't know if Joker allows domains to not have an NS or if it was something they put through special for dorkslayers.com. That would be one way a domain could not have any NS records.

      The other most simple way is for an error to be made somewhere along the way like that one member of NANOG pointed out. I suppose it could be caused by human error, script problems, race condition with change being made at the exact second a lock isn't in place, or who knows what. It's apparently happened before though. Other registrars should definitely use the SRS system though. That sounds like the only truely fool-proof way. Now if only there was a Verislime-proof way....

    9. Re:The bottom line... by tajribah · · Score: 1

      You would be right if the people cared whether a domain is registered or not. They usually want to know whether they can access the domain (send mail to it etc.), that is to know whether it is present in the DNS. And for that purpose, the DNS protocol is the only right tool.

  9. On the other news... by Bull999999 · · Score: 3, Funny

    The same "independent" panel of industry leading experts recommends SCO's Linux license and conducted a study showing that Windows is indeed cheaper than Linux and BSD.

    --
    1f u c4n r34d th1s u r34lly n33d t0 g37 l41d
    1. Re:On the other news... by Anonymous Coward · · Score: 0

      Sun? What did Sun do?

    2. Re:On the other news... by gl4ss · · Score: 1

      but hey, at least they're a team of shining scientists from MIT*.

      *mit in this case refers to 'my imaginary team'

      but seriously.. how about searchbots? do they follow links to them non valid sites? maybe some of them do, now would somebody accidentally create a page that generates those links infinetely

      --
      world was created 5 seconds before this post as it is.
  10. "several other registries"?? by jdunlevy · · Score: 2, Redundant
    In the footsteps of several other registries that have done the same, we recently deployed a wildcard in the .com and .net zones.
    Which ones?
    1. Re:"several other registries"?? by RobertB-DC · · Score: 4, Informative

      Which ones?

      dot .ws, for one: try this. I think many other countries' 2-letter codes do the same, especially if the country has sold their national online identity for cold, hard cash.

      --
      Stressed? Me? Of course not. Stress is what a rubber band feels before it breaks, silly.
    2. Re:"several other registries"?? by ascalon · · Score: 0

      .cc. Of course, it's not nearly as popular as .com or .net so nobody cares ;[ There are still alot of good domains available with this extention... oh well.

    3. Re:"several other registries"?? by ls+-lR · · Score: 1

      $ perl -e 'for $a ('a'..'z') { for $b ('a'..'z') { print "$a$b\n" if(`host ldskasdasdfgjsdlfk.$a$b` =~ /has address/); } }'
      cc
      cx
      mp
      nu
      ph
      pw
      td
      tk
      ws


      All of the above domains have some sort of wildcard DNS action going. There may be others in addition to the two-letter country code domains also, I don't know.

    4. Re:"several other registries"?? by You're+All+Wrong · · Score: 1

      What?

      "dot .ws" "recently deployed a wildcard in the .com and .net zones" did they?

      Reread parent with your trick-question hat on.

      YAW

      --
      Your head of state is a corrupt weasel, I hope you're happy.
    5. Re:"several other registries"?? by Anonymous Coward · · Score: 0

      .museum is the only other one I could find with wildcards, but that's a stupid domain anyway.

      If you're using the newest BIND9 release, you can disable the wildcards by adding these lines to your config:
      zone "com." { type delegation-only; };
      zone "net." { type delegation-only; };
      zone "cc." { type delegation-only; };
      zone "cx." { type delegation-only; };
      zone "mp." { type delegation-only; };
      zone "nu." { type delegation-only; };
      zone "ph." { type delegation-only; };
      zone "pw." { type delegation-only; };
      zone "td." { type delegation-only; };
      zone "tk." { type delegation-only; };
      zone "ws." { type delegation-only; };
      zone "museum." { type delegation-only; };


      It would be nice if you could disable wildcards on all TLDs, but I don't think that's possible right now.

      In theory, there could also be wildcards on second-level domains like *.co.uk - those would be harder to find with an automated search.

    6. Re:"several other registries"?? by Anonymous Coward · · Score: 0

      It would be nice if you could disable wildcards on all TLDs, but I don't think that's possible right now.

      It looks like that is possible. An example was given on the BIND mailing list:
      options {
      root-delegation-only exclude { "de"; "lv"; "museum"; };
      };


      That allows .de, .lv, and .museum to use wildcards, and disables them for everything else (but I'm not sure why they chose to allow wildcards in those domains).

  11. Visit ICANN??? by jamieswith · · Score: 1

    Why not visit sitefinder and DDOS...erm i mean Slashdot... it instead... Sure would be one way to solve the problem...

    1. Re:Visit ICANN??? by Short+Circuit · · Score: 1

      I expect they're already handling more traffic than ten Slashdots.

      They've been up and down for days.

  12. This is the last straw by ikewillis · · Score: 5, Interesting

    I think it's time for ICANN to look for someone else to run the NET and COM TLDs. Not only are they unwilling to suspend SiteFinder after an enormous public outcry and a direct request from ICANN, but they didn't even bother telling anyone they were going to do this in the first place ahead of time. This is absolutely terrible, and I hope ICANN finds someone else to manage these TLDs

    1. Re:This is the last straw by CPgrower · · Score: 2, Informative

      Switch to an alternative root server such as this.

    2. Re:This is the last straw by Anonymous Coward · · Score: 0

      They did warn us that they were going to do this.
      Two or three days before the atrocity, they said they were looking into doing exactly what they later did. Then they went ahead and did it, even after people said "Whoa, let's think if this is really something we want to do at this level".

    3. Re:This is the last straw by Kyouryuu · · Score: 1
      I can only hope ICANN is smart/brave enough to do this; that VeriSign's days are numbered. VeriSign has been given unbridled power over the DNS system and has thoroughly abused it. They need to go out with the rest of the trash and be replaced by either a new representative or a consortium of users.

      What makes VeriSign's scheme so brilliant is that there's really no one we can appeal to. ICANN is just about the only organization that wield some degree of authority over VeriSign. But the average Joe Public can't do anything about it. There's no government official to write, no real way of shutting it off, no one to hear our complaints and take action. VeriSign is in a wonderful position for a fiendish moneymongering company to be in - complete and total control without any supervision.

      Someone needs to take them down for the count, and I hope it's not pretty.

  13. I don't know... by Anonymous Coward · · Score: 0

    I mean, do most of slahsdot.org users make any mistakes when searching for googel.com, amzaon.com and freeebsd.org? I don't think mis-spelled domains are that much of a problem.

    1. Re:I don't know... by Anonymous Coward · · Score: 0

      SHUT UP TROLL!

  14. From the letter by Anonymous Coward · · Score: 0

    "In the footsteps of several other registries that have done the same, we recently deployed a wildcard in the .com and .net zones."

    What "other registries" do this? I haven't heard a thing about it, even on Slashdot.

    One would think this would have been noticed here...

    1. Re:From the letter by Anonymous Coward · · Score: 0

      Plenty of other registries do it, for instance: .museum & .cx

      Now, if you were a good little Slashnerd, you'd know this, since the list of domains with such wildcarding has been posted about 400 times ;)

      None of them are remotely as a large as .com and .net, you see, so that's why this case got press.

      All of the registries that do this are in the wrong, of course.

  15. Bound to happen eventually by daeley · · Score: 5, Funny

    We'll know if these "negotiations" fall apart if "www.icannwatch.org" suddenly displays SiteFinder.

    --
    I watched C-beams glitter in the dark near the Tannhauser gate.
    1. Re:Bound to happen eventually by rgmoore · · Score: 1

      Nope. Not when "www.icanwatch.org" shows up in SiteFinder, but rather when "www.icann.org" does. Or when it starts directing to a fake site that praises the design of SiteFinder and proclaims it a novel and appropriate user friendly technology. Verisign could do it, if they really wanted to. They'd be burning their bridges in the process, but it's certainly technically feasible.

      --

      There's no point in questioning authority if you aren't going to listen to the answers.

    2. Re:Bound to happen eventually by lightspawn · · Score: 1

      We'll know if these "negotiations" fall apart if "www.icannwatch.org" suddenly displays SiteFinder.

      Except that the .org TDL is free of verisign's chokehold.

    3. Re:Bound to happen eventually by lightspawn · · Score: 1

      Yes, dyslexia strikes again (or is it typing too fast?). Just thought I'd point it out before somebody else did it for me. Offtopic, etc.

    4. Re:Bound to happen eventually by big_groo · · Score: 1
      I went to their site, and typed in 'verisign can suck my balls'...

      Here are the results. Just for fun now on Google.

  16. Summary by Anonymous Coward · · Score: 0

    Dear Paul:

    Fuck off and die.

    (gracious sign off),

    Russell Lewis
    Executive Vice President, General Manager
    VeriSign Naming and Directory Services

  17. Fasilmile? by feagle814 · · Score: 1

    VIA E-MAIL &
    VIA FASILMILE (310) 823-8649

    Fasilmile? Is this some new form of communication that I've never been told about?

    1. Re:Fasilmile? by pseudochaotic · · Score: 3, Funny

      A quick look at fasilmile.com reveals that VeriSign invented it. Link

      --
      And the l33t shall inherit the 34r7h.
    2. Re:Fasilmile? by RobertB-DC · · Score: 1

      Fasilmile? Is this some new form of communication that I've never been told about?

      It's a typo. He meant to say that he sent it "by Fax, slimily".

      --
      Stressed? Me? Of course not. Stress is what a rubber band feels before it breaks, silly.
  18. For us non Sysadmins by rritterson · · Score: 3, Interesting

    Okay, so I can see and understand the effect wildcarding had on the domains, and why it's bad thing.

    I'm also familar with the basic structure of the DNS network. However, I'm not familar with the regulatory system.

    Can someone explain who regulates who gets to control what domains? Can ICANN revoke Verisign's control of the .net and .com domains? If not, who can?

    --
    -Ryan
    AUWYHSTOT (Acronyms are Useless When You Have to Spell Them Out Too)
    1. Re:For us non Sysadmins by Aadain2001 · · Score: 1
      If not, who can?

      One well aimed nuclear warhead will do the job nicely :)
      --
      Space for rent, inquire within
    2. Re:For us non Sysadmins by ScrewMaster · · Score: 2, Informative

      The Department of Commerce, I think. Weren't they the ones that set up ICANNt in the first place?

      --
      The higher the technology, the sharper that two-edged sword.
    3. Re:For us non Sysadmins by Sphere1952 · · Score: 1

      I haven't kept up to date on ICANN, but the Dept of Commerce was trying to get out of the loop. There's been a continuing low-level war over the root servers for years.

      Either Commerce still holds contracting authority, or it has been moved over to ICANN.

      --
      Big Brother Bush is doubleplus ungood.
    4. Re:For us non Sysadmins by macdaddy · · Score: 1
      I believe ICANN is the authority now. DoC still has some input at some level but I'm not sure what. I don't know how all that works.

      If ya'll are interested in real technical discussion about Verislime's actions and the damage it has caused then I encourage you to read the archives of the North American Network Operators mailing list for the past week or so. I would not recommend joining the list and asking questions though. The list is comprised of professionals who really don't have time for novice questions. Not to sound harsh but that's the truth. The list FAQ points it out as well (see #3).

    5. Re:For us non Sysadmins by Anonymous Coward · · Score: 0

      Y'all might be interested in this:

      http://www.icann.org/general/iana-contract-09feb 00 .htm

  19. SiteFinder is sometimes useful by Anonymous Coward · · Score: 0

    http://sitefinder.verisign.com/lpc?url=[typoed-url -here]

    But it should not be mandatory.

    1. Re:SiteFinder is sometimes useful by Anonymous Coward · · Score: 0

      Are you completely unconcerned with what VeriSign does/intends to do with the information collected from their site?

      Rather than tell you to go install AOL or something, I'll try something more constructive:

      They pop a cookie on your simputer that tracks your misspellings. They're running an SMTP-esque server at that ip that rejects all e-mail, but most likely logs all addresses pushed through it.

      Every time you spell something incorrectly, your privacy goes down, and they get an opportunity to harvest $$$. If it's sitefinder you want, it should be a google-type site, you're right, but it's a raw ass-fucking in the current incarnation.

      Now...about that AOL CD...

  20. Perhaps the biggest concern... by ikewillis · · Score: 5, Interesting

    of SiteFinder is the fact that non-English speakers no longer receive an error message in their own language, but are confounded with some bizarre English language site which certainly wasn't where they were trying to get to.

    1. Re:Perhaps the biggest concern... by Txiasaeia · · Score: 0, Troll
      The biggest concern? Puhleeze. If some guy in Russia goes to check his e-mail and mistypes the domain, he's not going to say, "Whoops! I guess mail.ru decided to go English. Ah well, might as well brush up on the ol' grammar!" Of course not! He's going to re-type "mail.ru" and get to where he originally intended to go.

      "A 404 in any other language still implies bad typping skils."

      --
      Condemnant quod non intellegunt.
    2. Re:Perhaps the biggest concern... by sdibb · · Score: 2, Funny

      Que?

    3. Re:Perhaps the biggest concern... by Anonymous Coward · · Score: 0

      I haven't seen this take on it before
      but its definitly a good one.

      I think this reason should be more than enough to stop it now.

      Sure a large portion of the web is in english, but its arrogant and rude to just assume everyone wants english.

    4. Re:Perhaps the biggest concern... by digital+bath · · Score: 1

      Well, you must take into account the percent of .net and .com sites that ARE english. My guess would be above 95% - I would assume that other countries that speak other languages would use the appropriate country code (.ru for russia, for example). But you make a good point - I'm sure there ARE plenty of .com and .net sites that aren't in english.

      --
      find / -name "*.sig" | xargs rm
    5. Re:Perhaps the biggest concern... by SanLouBlues · · Score: 1

      See http://httpd.apache.org/docs/content-negotiation.h tml.

      Basically, it's very very easy to provide pages in customized languages if the browser is configured properly. Granted, switching mozilla's default language to german doesn't work with sitefinder, and if they don't speak german they must be evil, but it would be easy for verisign to set up . . .

    6. Re:Perhaps the biggest concern... by Tokerat · · Score: 1


      Cuantos Polackos lleva el tornillo en una bombilla?

      Dos.

      --
      CAn'T CompreHend SARcaSm?
    7. Re:Perhaps the biggest concern... by Anonymous Coward · · Score: 0
      "A 404 in any other language still implies bad typping skils."

      Actually, a 404 is file not found. Or to quote the W3C: "The server has not found anything matching the URI given."

      You don't get a 404 if there is no server present. Normally, the browser/proxy provides the error message, not some badly implemented, english only web server.

      This may not be the biggest problem, but it certainly is one.

    8. Re:Perhaps the biggest concern... by Anonymous Coward · · Score: 0

      SiteFinder could return language appropriate error messages. All they would have to do is check the HTTP header Accept-Language. See http://www.w3.org/Protocols/rfc2616/rfc2616-sec14. html. This works with Google, but does not currently work with SiteFinder.

  21. Thems fightin' words by Chromal · · Score: 1

    Well well well. I've gone from having no sympathy for VeriSign to having less than no sympathy for VeriSign. Let the war begin.

  22. So who actually expected them to cooperate? by samj · · Score: 2, Insightful

    Obviously this project has a significant return - otherwise they would not have invested some amount of time and energy into its implementation, knowing the backlash that was to be expected. That said, you really thought they'd give it up without a fight, especially considering the damage they've already done to their brand? Oh the arrogance.

    1. Re:So who actually expected them to cooperate? by efti · · Score: 2, Informative
      otherwise they would not have invested some amount of time and energy into its implementation

      I don't know about the effort they put into it... If you look at the previous articles about Sitefinder, a number of people pointed out a whole heap of cross-site scripting vulnerablities. While these cannot be used to compromise the server itself, they suggest that the site was coded up in a hurry and without much regard for security -- and that there will probably be other holes in the code.

      Wouldn't it be great to see '0W|\|z3d By l337 H4XX0r d00dz' when you mistype a domain name? ;-) I'm sure every script kiddie out there is itching to be the first to deface Sitefinder.

      --
      I signed up for a /. account and all I got was this crappy sig
    2. Re:So who actually expected them to cooperate? by samj · · Score: 1

      hence 'some amount of' - I certainly wouldn't say 'a lot' or 'enough', but obviously someone's had to build some servers and modify some zone files :)

    3. Re:So who actually expected them to cooperate? by swb · · Score: 1

      I'm surprised the parent isn't +5 Insightful, since its exactly what everyone should have expected. ICANN has demonstrated time and again its dependence on Verisign and deference to corporate interests generally, and expecting them to expend much political capital to influence a corporate sponsor seems unlikely.

      I'm not sure they put much time/energy into its implementation; if they had, I would have expected more A records being returned (if thats possible), or a broader load-balancing/traffic distrubution scheme than they have been using.

      It sounds to me like Verisign has been one of those companies that has become "all about marketing" and hasn't any reasonable technical management or skills. If they had them, they might not have done this in the first place, or they at least would have implemented it in such a way that it worked reliably.

  23. Another real danger is... by Atario · · Score: 4, Insightful

    ...that enough of a ruckus will be kicked up over this that someone will have the following bright idea:

    Let's make this illegal!

    Voila. Government steps in to take over .net, .com., and .org. Everyone's screwed. So much for the free, cooperative, works-of-our-own-free-will Internet. Thanks, Verisign.

    --
    "A great democracy must be progressive or it will soon cease to be a great democracy." --Theodore Roosevelt
    1. Re:Another real danger is... by Anonymous Coward · · Score: 0

      Voila. Government steps in to take over .net, .com., and .org. Everyone's screwed. So much for the free, cooperative, works-of-our-own-free-will Internet. Thanks, Verisign.

      Um the government created the Internet. Or at least DARPA did, but that's close enough. They were just nice enough to let the rest of us use it.

    2. Re:Another real danger is... by Arker · · Score: 2, Interesting

      In a way that's what already happened. The US government were the ones that gave Verisign their monopoly, after all.

      Typical modus operandi, government action messes things up, more action will fix it! (And if you believe that, just check out how they've fixed the war on (some) drugs.)

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    3. Re:Another real danger is... by kindbud · · Score: 4, Informative

      Government steps in to take over .net, .com., and .org. Everyone's screwed. So much for the free, cooperative, works-of-our-own-free-will Internet.

      You're posting from your AOL account, the one you just got with your first PC purchase. Am I right?

      If I am not right, and you've been connected to the internet for more than six minutes, then how can you possibly not know that the dot-com and dot-net servers were run by the US government for over a decade prior to Verisign, and domains were free of charge, and none of this crap happened.

      Far from everyone being screwed, the NSF ought to take it over again.

      --
      Edith Keeler Must Die
    4. Re:Another real danger is... by Lord+Ender · · Score: 1

      Verisign has this power because of the government. The US gov put them in power, they can change them or take that power away.

      --
      A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
    5. Re:Another real danger is... by asscroft · · Score: 2, Insightful

      Good Points. It seems whenever the government gives a monopoly to a company, we get screwed. Also, whenever the government takes over a free market we get screwed.

      So, government monopolies are cool, but private ones suck. It's simple to understand. The government operates a monopoly with the mind set of doing this as cheaply as possible, while still being worth doing.
      Private corporations operate with the mindset of doing this to make as much profit as possible.
      There is a significant difference - especially if there is no other guy to compete with.
      In a market, while trying to achieve profits, you're also trying to gain and keep customers. But, once a government who was running a monopoly with the mindset of do this as cheaply as possible gives it's monopoly to a company, they get to run it as "make as much money as possible" and because there isn't any competition, they don't have to worry about keeping customers or playing fair or any of the things competition brings to make a free market the thing we all love so much about capitalism.

      In short, it's the WORST of BOTH worlds. They do it cheaply, the charge a lot, and they make business decisions without any regard to thier customer base, in order to maximize profits in an un-natural manner.

      In this case, since we can't break up the monopoly, the government of the people needs to take back control of these TLDs. Verisign needs to be FIRED.

      --
      because I have been enjoined by this Holy Office to abandon the false opinion which maintains that the Sun is the centre
    6. Re:Another real danger is... by gothicpoet · · Score: 1
      Another idea whose time has come... again...

      Haven't we reached that point before with Verisign? Oh... Yeah... ICANN are a bunch of cow-towing corporate pansies, and they are the only ones who have the authority to do anything...

      --
      Quoth he ::
      "It's all academic anyway..."
  24. Gimme a break by The+Old+Burke · · Score: 0, Flamebait
    Why do you seek to portray Verisign as such a sleazy company?

    AFAIK they have allways delivered a decent service at decent price to their customers. Compared to normal bussiness practise they are just very ethical in their behavior. As a long time customer I must say that they are nice to deal with compared to many of those unethical companies that you find on the internet that just want to scam you.

    What is it with their offer to route misspelled domain names that you hate so much?
    Give them some credit; they are only trying to make a buck and survive as a company.

    --
    Proud patriot and republican voter.
    1. Re:Gimme a break by Jason1729 · · Score: 4, Insightful

      Why do you seek to portray Verisign as such a sleazy company?

      Because they are and always have been.

      Besides using the fact that they run the root servers to hijack all unused addresses, in the past they've sent misleading correspondance to domain name owners to get them to switch registrars to verisign when all they want to do is renew.

    2. Re:Gimme a break by hardcnxn · · Score: 0

      It's not only about the money. It's about obsoleting a lot of spam-checking routines out there.

      Though I wonder if much of the public would catch on if it were even announced that the Nigerian Royal Family had just invested a large amount of cash in Verisign.

    3. Re:Gimme a break by LostCluster · · Score: 4, Informative

      It was Network Solutions (a company that was absorbed by Verisign) that created the concept of paying for domain names in the first place... there was a day when domains were free to the end users.

    4. Re:Gimme a break by ceejayoz · · Score: 4, Informative

      Why do you seek to portray Verisign as such a sleazy company?

      If you ever had a domain with them, you'd think they're sleazy too.

      I spent months trying to transfer a domain away from them, and when I finally thought I'd be able to do it, they told me "You can't transfer your domain when there are less than 30 days to the renewal date" - essentially, they made me pay $35 for 4 more days. Luckily, easyDNS is nice enough to honor the remaining time on your domains.

    5. Re:Gimme a break by palp · · Score: 1

      I haven't personally dealt with Verisign much but I used to have to deal with NSI daily, and I can tell you they were anything but ethical. Their prices were (and still are) absurd, their service terrible,
      and generally they were just not pleasent people to deal with.

      --
      -palp
    6. Re:Gimme a break by Lando+Griffin · · Score: 0
      ...they are only trying to make a buck and survive as a company.

      I suppose if someone wanted to play Devil's Advocate, they could say the same thing about SCO.

    7. Re:Gimme a break by ADRA · · Score: 2, Insightful

      Well,

      Every single change they have EVER made to their DNS control realms have been sleazy, underhanded, or monopolistic.

      Domain Holding with the option for payments to free them up faster? They still do it. Hell just look at the slashdoty article history. The question should really be: What the hell have they done to improve the state of the internet? Their agenda's differ from those of us here because we want a free Internet and they want dollar signs.

      --
      Bye!
    8. Re:Gimme a break by Frodrick · · Score: 3, Insightful
      Give them some credit; they are only trying to make a buck and survive as a company.

      Doing any sleazy thing one can imagine just because their lawyers think they can probably get away with it is not an appropriate way to do business - or an honorable one.

      And "just doing what they needed to do to survive" is the same excuse the Donner Party used.

    9. Re:Gimme a break by Molt · · Score: 1

      Except they seem to be skipping the 'Trying to survive as a company' bit.

      --
      404 Not Found: No such file or resource as '.sig'
    10. Re:Gimme a break by jhunsake · · Score: 1

      Luckily, easyDNS is nice enough to honor the remaining time on your domains.

      All registrars do that. It's because when you pay for the time with the previous registrar, it sends part to the central registry. Thus the time is already purchased. When you transfer to the new registrar, all it can do is add onto that time.

    11. Re:Gimme a break by NightSpots · · Score: 1

      Yea, THAT would go over REALLY WELL in this day and age.

      Every domain name you could possibly imagine would be taken, for free, using dictionary based registration I'm sure.

      You think it's annoying that people go out and buy slahsdot.org, yaaho.com, etc? What if they didn't even have to pay the $5 for the domain name?

    12. Re:Gimme a break by Teflik · · Score: 1
      AFAIK they have allways delivered a decent service at decent price to their customers. Compared to normal bussiness practise they are just very ethical in their behavior.


      Have you ever done business with them??? It's like getting your testicles slowly ripped off one by one with an old, rusty pair of pliers. And they charge you for it.
    13. Re:Gimme a break by shostiru · · Score: 1
      I've done business with verisign, and the companies it purchased, for about eight years now. I choose a competitor whenever possible precisely because, among other reasons, they do not deliver decent service at a decent price. In this instance, it is not possible to choose a competitor for DNS queries in the .com/.net gTLDs.

      The reason why I (and I suspect so many others) object to their actions is that they have taken advantage of their role as caretaker of the .com/.net gTLDs, and have done so in a way that has broken everything from spam filters to network printers (not to mention applicable standards!).

      One analogy I've been using recently is: Imagine you hire someone to be caretaker of your house, and they turn it into a bar and start raking in money using your property.

      As a business owner myself, I have zero problems with making a buck or surviving as a company so long as you keep an eye on ethics.

    14. Re:Gimme a break by gaijin99 · · Score: 1
      What is it with their offer to route misspelled domain names that you hate so much?

      Well, its a violation of the standards that make the whole bloody internet work, just to start with. More importantly, its keeping with their image as a sleezy company; which they are. A few whiles back they sent out millions of spam mails which were cleverly designed to appear as if the recipiant's registration was going to run out, and their only choice was to sign up again using VeriSign. Mind you, these were sent to people who had signed up with other, non-VeriSign services. Sleezy, see?

      Give them some credit; they are only trying to make a buck and survive as a company.

      Excuse me, but why should the fact that they are trying to make money have anything to do with their sleezyness, or the technical problems their sleezyness is causing? They are a company, and yes, companies exist to make money. This doesn't mean that I have to agree that its perfectly fine for them to do sleezy things to make money. Telemarketing companies are out to make money was well. With any luck at all the recetly enacted Do Not Call list will not only reduce the amount of money they make, but hopefuly put them completely out of business.

      Capitalism means freedom to fail, among other things. I'm not obligated to approve of, nor support everything that people do to make money.

      --
      "Mission Accomplished" -- George W. Bush May 1, 2003
    15. Re:Gimme a break by orangesquid · · Score: 1

      I don't mind filling out virtual paperwork for several hours to register a domain name. I *do* mind paying money. I am cheap that way.

      Of course, robots can fill out paperwork, too, but there are things that can slow down robots (limits on the # of domain names allowed registered to a specific person or from a specific IP in a certain period of time, requiring snail mail correspondence or a phone call, having some sort of slight randomness be introduced in the paperwork to make parsing by non-humans difficult and chancy, requiring a description of the purpose and use of the domain which is compared to the descriptions for other domains (check for keywords, synonyms of keywords, mispellings of keywords, and if a certain similarness threshold is reached, alert some administrator of the two similar domain), require administrator intervention for similarly-spelled domains, etc.). Of course, with some of these things, you introduce the possibility of the registrar screwing over people it doesn't like by being able to say things like "Your domain registration is unacceptable [for some reason or another]" just to be assholes, but, with adequate legal documentation, you could always take them to court if you really had to...

      --
      --TheOrangeSquid Is it any wonder things seem so awry? We swim in a sea of confusion and don't have to think to survive
    16. Re:Gimme a break by argent · · Score: 1

      > Why do you seek to portray Verisign as such a sleazy company?

      Because Verisign is a sleazy company.

      > AFAIK they have allways delivered a decent service at decent price to their customers.

      They lost one of my registrations, lost the contact information for another so that I was unable to renew, extorted an extra two years of registration out of me by refusing to let me move other domains to another service without renewing even though I still had over a month left at the time I attempted the move, failed to make nameserver updates in a timely manner, used a complex and insecure authentication mechanism until forced to replace it with an even more complex and hardly more secure one, and have routinely overcharged for this substandard service. They also attempted to "slam" me by sending me false invoices after I had moved off their service, hitting every domain I had including some that had never been registered with them.

      They have behaved as poorly as the least ethical and capable domain registrars, and justified their behaviour, as they do now, by arguing that sleazy two-bit two-letter domain registrars did it first - even after people (in some cases including Verisign) had sued those registrars for the same practices. That would be like Chase Manhattan draining your bank account and saying they were simply following Enron's example.

    17. Re:Gimme a break by devilspgd · · Score: 1

      Not NetworkSolutions, they only give you access for the time you pay them for specifically. Beyond that, your domain will be disabled and/or deleted.

      --
      Give a man a fish, he'll eat for a day, but teach a man to phish...
    18. Re:Gimme a break by ceejayoz · · Score: 1

      Yes, however, you're getting their additional features ("DNS-Plus") which would normally cost $15 of the registration fee for free for that year.

    19. Re:Gimme a break by You're+All+Wrong · · Score: 0, Flamebait

      "AFAIK they have allways delivered a decent service at decent price to their customers."

      Absolute bullshit. Unless you think that being several times more expensive than anyone else is a decent price. In which case, I have a lovely bridge to sell you.

      Oh, and yes, the overall impression from this camp, and I know many others, over the last few years is that verisign is to sleaze what farts are to smell.

      YAW.

      --
      Your head of state is a corrupt weasel, I hope you're happy.
    20. Re:Gimme a break by Anonymous Coward · · Score: 0

      I love moderation. The true troll (grandparent to this post) was very obvious in its softly worded attempts to elict response from any slashdotter who wanted to put their 2 cents in on this matter.

      The grandparent to this post added no value to the thread as a whole. It had no facts, had no theories, had nothing of any value whatsoever.

      It was the true troll. The parent to this post addressed this in a humourous fashion, and a single moderator got it right. To that moderator, I applaud you.

      To the rest of you nitwits, fuck off and die, you miserable sacks of brainless dolts.

      Thank you, and have a wonderfully productive evening.

    21. Re:Gimme a break by Anonymous Coward · · Score: 0
      It was Network Solutions (a company that was absorbed by Verisign) that created the concept of paying for domain names in the first place... there was a day when domains were free to the end users.

      Yes, but ... that change came about when the Feds were stepping out of the public funding of the Internet, handing it over to Network Solutions as the only private entity (previously under government contract) capable of handling DNS services. Network Solutions had to have a way to make ends meet without the government dollars, which meant that they had to charge for registration services. There was also a day where registering the .us domain was free, courtesy of Jon Postel and the ISI. Those days are gone.

    22. Re:Gimme a break by Oloryn · · Score: 2, Funny
      AFAIK they have allways delivered a decent service at decent price to their customers. Compared to normal bussiness practise they are just very ethical in their behavior.

      There ya go, folks. Absolute proof of the existence of an alternate universe and our ability to communicate with it.

    23. Re:Gimme a break by mkldev · · Score: 2, Interesting
      On the other hand, if they were free, then there would be even more incentive to move away from the rather arcane notion of domain name ownership and towards a more reasonable system, whereby domain names would be shared among multiple companies/groups/people.

      For example, you might go do www.apple.com, and the resulting page might ask "Do you want A. Apple Computer, B. Apple Records, C. Apple Growers Association of West Florida" or whatever.

      However, because domain names are "owned" these days, there is little incentive to do this.

      --
      120 character sigs suck. Make it 250.
    24. Re:Gimme a break by raju1kabir · · Score: 1
      Why do you seek to portray Verisign as such a sleazy company?

      They are doing that on their own. We are just pointing it out.

      AFAIK they have allways delivered a decent service at decent price to their customers.

      Then you don't K very F. They charge more than everyone else and provide the worst customer service of any major player in the business. They are able to get away with this only because of their name recognition and because of whatever respectability rubs off on them due to their contract to manage the .com and .net roots.

      As a long time customer I must say that they are nice to deal with compared to many of those unethical companies that you find on the internet that just want to scam you.

      I'll rephrase your statement for you and state my agreement: "Yes, there are other lying scammers out there who are even sleazier than Verisign."

      All I can say is that you must have very low expectations.

      What is it with their offer to route misspelled domain names that you hate so much?

      The fact that you describe it in those terms makes it clear that (A) you've bought their propaganda hook, line, and sinker, and (B) you have no idea what you're talking about from a technical perspective.

      They aren't "rout[ing] misspelled domain names". They are hijacking ALL unregistered .com and .net domain names, and they are lying to DNS resolvers about which names are registered and which aren't. This breaks all software that depends on being able to verify the existence of a domain, or which follows a specific fallback procedure in the absence of a domain's successfully resolving. It is costing the business world millions of dollars in time spent reconfiguring systems and patching DNS software. I would hope to see the worst-affected organizations suing them to recover these costs. Or perhaps a class-action suit is in order, given the widespread damage they have caused.

      --
      "Patriotism is your conviction that this country is superior to all other countries because you were born in it." -- GBS
    25. Re:Gimme a break by Anonymous Coward · · Score: 0

      Troll, but I can't resist taking the hook. Some examples of Verisign's stellar service, these are all actual examples which happened to me.

      1. Mid 90's, trying to change domain contact info from prior admin & shady ISP. Wait 2 hours on hold, am pointed to correct forms, fax in, wait 2 weeks. Call again, 2 hours on hold, they want other forms, "but those are the forms you told me to use" Verisign-"no we didn't". Do it all over again, wait another 2 weeks for processing. But of course they had another "service" then, for $200/domain they would bypass the shitty, slow queue and put my request in the expedite queue. Because they were a monopoly then the crappier the regular service the more money they made from the expedite fees.

      2. Late 90's, renew domain (click once), get one confirm via email. 1 week later, snail mail confirm says I renewed twice, ie 2 consecutive 2 year renewals. Call to complain, on hold 1 hour, hang up. Call back next day, on hold 30 minutes, am told that if I want a refund "I need to fax/send in my entire credit card statement to prove the charges. Otherwise I can wait until the end of the month for them to reconcile their charges and look for a credit on my stmnt after that month end." Unbelievable.

      3. About 2000 - 2001, after transferring my domains to GoDaddy at least one year previous I rec'v mail stating "your domain is about to expire, send this form in to make sure it's renewed and you don't lose it!!" Fine print on the back says "we aren't actually your registar, this isn't a renewal form but a transfer". This was well covered on /. and elsewhere. Verisign was successfully sued by other registrars but I believe all they got was a slap on the wrist.

      I am not an isolated case, there are literally thousands of people who hate Verisign and for thousands of good reasons. There is no need to "seek to portray" Verisign as anything, they did it and still do it all to themselves, this is just the latest example.

      Regardless of whether "they are only trying to make a buck", what they are doing is breaking a lot of things just so "they can make a buck" and they don't give a shit.

    26. Re:Gimme a break by jhunsake · · Score: 1

      And the same with GANDI, Dotster, GoDaddy, and pretty much any other registrar. You acted like it was something special.

    27. Re:Gimme a break by Greyfox · · Score: 1

      And the ICANN's been any better? Here's a novel idea; Let's hate both! I'm all for making a ".slashdot" top level domain and having its root servers be the only ones in my root server list. Hell I'd even pay a price comparable to what I'm paying Verisign now for a listing. It'd make spam filtering a lot easier, too...

      --

      I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    28. Re:Gimme a break by ceejayoz · · Score: 1

      It was special, in that I felt very good to get it when I finally got away from Verisign. easyDNS's customer support was (is) wonderful, too.

  25. NULL ROUTE by CEO+Guy · · Score: 2, Insightful

    I just null routed their ENTIRE array of IP addresses in my router. Now I can't even get to their site and accidentally buy a domain there. I also moved any domains I had with them to GoDaddy. if everyone else tells everyone they know to use another registrar or use another SSL key company they will see a loss :-) If ISP's null route them your defense is.. Well, you changed the rules why cant I?

    1. Re:NULL ROUTE by numark · · Score: 1

      By transferring your domains to GoDaddy, you actually gave more money to Verisign. Every time a domain is registered or transferred, they get a good cut of the money. Had you stayed with Verisign until renewal time, you could've delayed giving them money.

      --
      Want Slashdot headlines on your site? Try SlashHead
    2. Re:NULL ROUTE by jwbozzy · · Score: 1

      Wow. That's about the most retarded way to solve this problem. As cool as you think it sounds to do that, perhaps you should consider the consquences:

      • Misdirected mail will queue instead of bouncing
      • Network traces will have to reach timeout to fail, thus tying up resources.
      • You will be unable to contact people using their domain parking/hosting/email services.
      • You've just alienated a root nameserver
      • Your DNS lookups will still return IPs. Null routing can't help that unless you null route all of the root nameservers
      • What happens when they change IP blocks...
      Likewise, ISPs already know this, and will not implement it this way. Instead, we are patching BIND and voicing our concerns to ICANN, which is about the best we can do at this point. It's been said a million times, there isn't a technical solution to a legal/political problem.
      --
      perl -e 'printf("mmm %x\n", 3735928559)'
    3. Re:NULL ROUTE by Anonymous Coward · · Score: 0
      I just null routed their ENTIRE array of IP addresses in my router. Now I can't even get to their site and accidentally buy a domain there.

      You complete wimp. I just null routed all their IP Addresses AND the addresses of the .COM and .NET DNS servers, yes that will teach them.

      Sorry this post is so short, got to get it to the list before the cache in my DNS Server expi

  26. Waiting for the next "DDOS" virus/worm by Anonymous Coward · · Score: 1, Interesting

    Just imagine a DDOS worm that generates RANDOM strings that end in .com and launches parallel Denial of service (even http connection requests)
    to whatever Ip address comes back.

    Just imagine a Code-Red style worm that lingers for years after on clueless admin's machines whose spreading mechanism is by random domain name instead of random IP addresses. ;)

    Sure, it'd take a lot longer for it to spread, but the cumulative effect would be to take whatever server is addressed by the wildcard address out of commission!

    (Not that I'm advocating creation of a worm, but can you imagine the outcome of this kind of thing?)

  27. Check out the TOS by TedTschopp · · Score: 4, Informative

    Here is something interesting: Check out the Terms of Service:

    http://sitefinder.verisign.com/terms.jsp

    Is there anyway I can turn this service off? I disagree with the terms.

    Ted

    --
    Fantasy remains a human right; we make in our measure and in our derivative mode... -- JRR Tolkien
    1. Re:Check out the TOS by sikpig · · Score: 2, Informative

      Check out point 14. If you spell a domain incorrectly, your accept the terms:
      14. AGREEMENT TO BE BOUND.
      By using the service(s) provided by VeriSign under these Terms of Use, you acknowledge that you have read and agree to be bound by all terms and conditions here in and documents incorporated by reference.

      --
      I left my .sig in my other pants.
    2. Re:Check out the TOS by TedTschopp · · Score: 1

      But I didn't spell a domain name incorrectly, someone else did on their website in their URL. And actually they didn't misspell it, they spelled it correctly, the site is down becuase they failed to pay to keep their domain name registered.

      Ted

      --
      Fantasy remains a human right; we make in our measure and in our derivative mode... -- JRR Tolkien
    3. Re:Check out the TOS by gregmac · · Score: 4, Interesting
      Check out point 14. If you spell a domain incorrectly, your accept the terms:
      14. AGREEMENT TO BE BOUND.
      By using the service(s) provided by VeriSign under these Terms of Use, you acknowledge that you have read and agree to be bound by all terms and conditions here in and documents incorporated by reference.

      IANAL, but is there any legal precidence about this type of licence? Isn't this the same sort of thing as having to open a sealed box to be able to read the licence, which then states that by unsealing the box you've agreed to the licence?

      I have a feeling that their licence would totally fall over in court - since there is no consent - which means that nothing in the licence would be enforcable, and despite what section 12 says (they're not liable for damages/whatever resulting from their 'service'), you could probably do something like.. sue them for any spam (provided your jurisdiction has laws against spam) that got past your spam filters because it failed the valid domain name check.

      --
      Speak before you think
    4. Re:Check out the TOS by sikpig · · Score: 1

      ..probably should have used the wording from Term 2. Not that you spelled a domain incorrectly, but you accessed the system by initiating a DNS query for a non-existent domain. Unfortunately, it seems that you've already accepted the terms. I don't like it anymore than you do, really, I don't..
      But let me try this agreement stuff:
      By reading this comment, you agree to always wear red socks.

      --
      I left my .sig in my other pants.
    5. Re:Check out the TOS by gregmac · · Score: 3, Interesting
      Oh, I espessially liked this one:
      10. SOLE REMEDY
      Your use of the verisign services is at your own risk. If you are dissatisfied with any of the materials, results or other contents of the verisign services or with these terms and conditions, our privacy statement, or other policies, your sole remedy is to discontinue use of the verisign services or our site.
      Translation: If you don't like what we did, stop using DNS.

      (btw, /. wouldn't let me post that as it was, in all caps. Why do lawyers do that? It is a proven fact that people often skip past sections of text like that, since it seems like noise and the brain just filters it out.. Is that just another tactic by lawyers (besides making licence agreements inane, long, and boring in the first place) to make you skip over certain sections? Make you think you read it all and agree anyways, even though your brain just filtered out the part removing them of all liablity..

      --
      Speak before you think
    6. Re:Check out the TOS by TedTschopp · · Score: 1

      Sticking feathers up your butt does not make you a chicken.

      --
      Fantasy remains a human right; we make in our measure and in our derivative mode... -- JRR Tolkien
    7. Re:Check out the TOS by delta407 · · Score: 5, Interesting
      Is there anyway I can turn this service off? I disagree with the terms.
      I've been discussing this with Verisign for a week now, and Verisign legal is supposed to get back to me on that exact question.

      From the Terms of Service:
      10. Sole Remedy.
      YOUR USE OF THE VERISIGN SERVICES IS AT YOUR OWN RISK. IF YOU ARE DISSATISFIED ... YOUR SOLE REMEDY IS TO DISCONTINUE USE OF THE VERISIGN SERVICES OR OUR SITE.
      My question to Verisign was "I'm dissatisfied. What does 'to discontinue use of the Verisign services' mean? I can move many domains to other TLDs, pull the Verisign root certificates from a few hundred workstations, cancel a PayFlow account that handles a few hundred thousand dollars per month, and have my clients cancel several thousand dollars worth of SSL certificates. Is that what you want me to do?"

      Again, no response as yet. :-)
    8. Re:Check out the TOS by Anonymous Coward · · Score: 0

      I have already sent several emails to Verisign requesting that they remove the service from my browsing experience as I do not accept and will not be bound by their conditions of use.

      Being a UK resident it also strikes me as odd that a US company can bind me to rules and regulations that I cannot reject. Do they realise that what they have put in place will affect everybody worldwide?

      I wonder if we can sue? /me considers talking to my local MP...

    9. Re:Check out the TOS by Kjella · · Score: 1

      I have a feeling that their licence would totally fall over in court - since there is no consent - which means that nothing in the licence would be enforcable, and despite what section 12 says (they're not liable for damages/whatever resulting from their 'service'), you could probably do something like.. sue them for any spam (provided your jurisdiction has laws against spam) that got past your spam filters because it failed the valid domain name check.

      I agree, there's no valid licence. However, *you* request the information. The fact that it wasn't the information you meant to request (read: you typo'd), is not their problem. The fact that your spam filter can't tell them apart is not their problem. There's no force of law that states that unsold domain names must cause an error message. IANAL, but from what I can tell you have no licence, but also no claim. The rest is just Cover Your Ass, as it's usually better to err on the safe side...

      Kjella

      --
      Live today, because you never know what tomorrow brings
    10. Re:Check out the TOS by panck · · Score: 1

      (admit: i haven't read the TOS)

      but, since the anti-spam systems that use NXDOMAIN to tell that a message is not valid only perform a DNS lookup, and don't visit the website, does that mean that you haven't agreed to any TOS, which happens to be only visible through their website anyway?

      --
      "What thou shalt not, I shalt did!" -Bart Simpson
    11. Re:Check out the TOS by You're+All+Wrong · · Score: 2, Funny

      "IANAL, but is there any legal precidence about this type of licence"

      Zero, zip, nothing nada.

      I've not actually received or read such terms and conditions, as I've blindly run

      while :; do w3m -dump_source "http://64.94.110.11/I_AS_A_USER_DO_NOT_BENEFIT_FR OM_YOUR_BROKEN_DNS_BASTARDISATIONS" >/dev/null; done &

      as 20 parallel processes without looking at what they're returning.

      My girlfriend, however, will inform me of any change to that IP address, so I can kill all my scripts and begin again.

      My hub's looking like a christmas tree, and if you wish to replicate that pretty effect, then you too can run the above script.

      YAW

      --
      Your head of state is a corrupt weasel, I hope you're happy.
    12. Re:Check out the TOS by Odin's+Raven · · Score: 1
      Check out point 14. If you spell a domain incorrectly, your accept the terms:

      14. AGREEMENT TO BE BOUND. By using the service(s) provided by VeriSign under these Terms of Use, you acknowledge that you have read and agree to be bound by all terms and conditions here in and documents incorporated by reference.

      Okay, I'm as peeved off about VeriSign's stupid wildcarded search engine as the next /. geek, however...

      Rather than skipping down to Point 14, you should start with the very beginning of the ToS:

      This Agreement sets forth our obligations to you, and your obligations to us solely in relation to the use of the Site Finder services provided through this web site (the "VeriSign Service(s)").

      Like 99.999% of the /. community, IANAL. But it seems pretty clear to me that the ToS are very carefully specifying that the phrase "VeriSign Service(s)" means only "Site Finder services".

      So my reading of their ToS is:

      • These terms do not apply to lookups involving VeriSigns DNS servers. SiteFinder is a web site/wannabe-search-engine, not a DNS server.
      • These terms do not apply to DNS lookups where VeriSign returns the SiteFinder IP address. Again, you are using VeriSign's DNS server, not their Site Finder web site.
      • These terms do apply if for some ungodly reason you actually decide to use Site Finder's search engine.

      If you don't agree with the current SiteFinder terms, or don't want to keep checking the ToS page all the time to see if they've been revised to give VeriSign ownership of your car, dog, house, and/or spouse -- then don't use their silly search engine.

      IANAL, but is there any legal precidence about this type of licence?

      Well, NOUAL (Neither Of Us Are Lawyers ;-), and I imagine there's a lot of legal precedents for whether a web site can enforce terms of service posted online. And I bet you can find a precedent for "Yes", "No", and "Only On Alternate Tuesdays".

      Easy case of "Yes": My ISP posts their ToS on their web site, and modify them whenever they like -- but, and this is a big "but", I signed a contract with them saying I'd abide by their posted terms, whatever they happen to be this week.

      Easy case of "No": The ToS page contains a clause saying that by using the web site, the web site's owner gains ownership of your car, dog, house, and/or spouse.

      Something that's probably "Only On A Tuesday": A home repair website might have a ToS page that says that you agree to indemnify them against any and all damages that arise from you following their instructions on how to repair an electrical outlet. If some moron managed to injure or kill themselves because the site failed to mention that you shouldn't lick a live socket while standing naked in your kid's wading pool during a rainstorm...well, I could see a case like that going either way.

      --
      A marriage is always made up of two people who are prepared to swear that only the other one snores.
    13. Re:Check out the TOS by swillden · · Score: 1

      pull the Verisign root certificates from a few hundred workstations

      What good would that do? You think effectively breaking SSL on all of those workstations is a good form of revenge for this sitefinder crap?

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    14. Re:Check out the TOS by Curunir_wolf · · Score: 1

      Actually, they don't need any sort of precidence for this, because they have an actual law. Check out section 15 of the agreement:
      GOVERNING LAW. You and VeriSign agree that these Terms of Use and any disputes hereunder including disputes related to the VeriSign Services shall be governed in all respects by and construed in accordance with the laws of the Commonwealth of Virginia, United States of America, excluding its conflict of laws rules.
      Virginia passed the UCITA several years ago, before even the minor compromises had been added. They've got an agreement supported by contract law (that is, UCITA contract law). No doubt Verisign has bought^H^H^H^H^H convinced a few of our diligent legislators that the law is still needed even though there are now more states with anti-UCITA laws than those that have passed it (still at 2, IIRC). Now I wonder (obligatory IANAL here), considering that the VA version of UCITA still contained the onerous "self-help" provisions that allowed a vendor to "disable" software remotely for any type of "license dispute", does that mean Verisign could (legally) refuse to respond to any DNS queries AT ALL from anybody they felt threatened by, and just claim that "well... we think they violated our TOS!".

      --
      "Somebody has to do something. It's just incredibly pathetic it has to be us."
      --- Jerry Garcia
    15. Re:Check out the TOS by swillden · · Score: 1

      sue them for any spam (provided your jurisdiction has laws against spam) that got past your spam filters because it failed the valid domain name check.

      Unfortunately, I don't think this would fly, because your spam filter should really be looking for an MX record, and Verisign's spoofing system doesn't return MX records.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    16. Re:Check out the TOS by Mister+Attack · · Score: 1

      If you look for an MX record and none is found, the nameserver returns an A record. So it definitely screws with spam filtering.

    17. Re:Check out the TOS by Audity · · Score: 1

      You shouldn't have asked. Verisign has made it clear that what they're after is money. Show them that what they're doing has the opposite effect that was intended and it'll grab their attention.

      Of course, that's much easier said than done.

    18. Re:Check out the TOS by Anonymous Coward · · Score: 0

      You forgot this point!

      "# COST OF THE VERISIGN SERVICES.
      The Verisign Service(s) are provided to you free of charge."

      Damn, they are so nice with us! ;P

    19. Re:Check out the TOS by swillden · · Score: 1

      If you look for an MX record and none is found, the nameserver returns an A record. So it definitely screws with spam filtering.

      Eh?

      shawn@zedd:~$ dig +short 67732732726326.com
      64.94.110.11
      shawn@zedd:~$ dig +short 67732732726326.com mx
      shawn@zedd:~$

      Or, if you're doing this from a C program, you'll use something like adns, which will also look up precisely what you ask it for. In fact, I'm not aware of any DNS API that behaves as you describe, and I don't recall anything in RFC 1035 that allows the server to return A records when asked for MX records. Even if the server did return A records, what DNS API doesn't tell you what sort of records you got?

      I suppose there might be some tool that works the way you describe, but if there is, it's brain dead and you should use a better one.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    20. Re:Check out the TOS by roderickm · · Score: 1
      My letter to Verisign Legal:


      Verisign Legal Department:

      According to the Terms of Service for your Sitefinder
      service at [URL], my sole remedy is "to
      discontinue use of the Verisign services or our site."

      I am strongly dissatisfied with the Sitefinder service but cannot
      discontinue use thereof. Further, with the profit-driven Sitefinder,
      Verisign has strayed from the spirit of Jon Postel's charter to "preserve
      the central coordinating functions of the global Internet for the public
      good."

      In addition to the technical objections to the Sitefinder (chiefly the
      misleading or incorrect error messages generated by wildcards in the .com
      and .net zones), I bring to your attention the following business objection:

      Verisign is abusing its monopoly in the .com, .net, and Global Registry
      domains via the Sitefinder service. Any domain holder that wishes to avoid
      Sitefinder's misdirection must register common misspellings, which directly
      benefits Verisign's Global Registry regardless of the registrar used. No
      other organization is in a position to so blatantly exploit the domain name
      system for their own profit.

      In addition to the technical objections to the Sitefinder (chiefly the
      misleading or incorrect error messages generated by wildcards in the .com
      and .net zones), I bring to your attention the following complaint:

      Verisign is abusing its monopoly in the .com, .net, and Global Registry
      domains via the Sitefinder service. Any domain holder that wishes to avoid
      Sitefinder's misdirection must register common misspellings of their
      domain(s), which directly benefits Verisign's Global Registry regardless of
      the registrar used. No other organization is in a position to so blatantly
      exploit the domain name system for their own profit.

      I disagree to the Term of Service of Verisign's Sitefinder. The Sole Remedy
      offered in the Terms is impractical, to wit: I, along with millions of of
      other internet users, cannot discontinue use of Verisign's services without
      discontinuing use of the DNS, a key component of everyday internet usage.
      Therefore, I respectfully ask that Verisign discontinue the Sitefinder
      service immediately.

      Sincerely,
      rm

    21. Re:Check out the TOS by Grail · · Score: 1

      Spam filtering based on DNS records is usually along the lines of (a) RBLs or (b) address validation.

      The Verisign SiteFinder (denial of) service doesn't mess with RBLs at all (that I know of). The RBLs will either return a positive or negative, in their own domain space.

      The Verisign SiteFinder (denial of) service absolutely messes with address validation.

      Before SiteFinder, if you got email from massmailer@1234.verisignsucks.com, you'd be able to look that hostname up and get an NX record (ie: authoritative NO!). So you could discard the message because it was illegitimate.

      After SiteFinder, if you get an email from massmailer@1234.verisignsucks.com, you'd be able to resolve the hostname to the SiteFinder address. Thus your MTA would assume that the email wsa legitimate, and forward or deliver it as the case may be.

      That alone has cost my company many megabytes of traffic per day, simply from spam that we would have previously discarded.

      As wrong as it is to do so, I'll be "upgrading" my name servers (BIND, Verisign Countermeasures - http://www.imperialviolet.org/dnsfix.html) to reject wildcard-style responses. This will break sites like .museum, but it will mean my spam filtering works again.

      Which one do you think is more important to me?

    22. Re:Check out the TOS by Mister+Attack · · Score: 1

      This will break sites like .museum, but it will mean my spam filtering works again.

      It's worth noting that the latest ISC patch for BIND 9 supports excluding TLD's like .museum (which was chartered with a wildcard) and .de (which serves actual zone data from the .de root) from root-delegation-only.

      So you can have your cake and eat it too in this case.

    23. Re:Check out the TOS by Mister+Attack · · Score: 1

      This is true... I need to be more careful posting late at night. The issue is that if an A record exists, the nameserver does not return NXDOMAIN. Since the spam filters look for an NXDOMAIN response, they are broken.

    24. Re:Check out the TOS by swillden · · Score: 1

      Since the spam filters look for an NXDOMAIN response, they are broken.

      Yep. I wonder if any spammers have cottoned onto this... even prior to the Verisign crap, if spammers used domains that exist but have no MX record, their messages will slip right through the spam filters. Of course, they can accomplish the same thing by just using any old domain that does have an MX record, so I'm not sure if it would actually buy them anything.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    25. Re:Check out the TOS by praxis · · Score: 1

      INTRODUCTION.
      In these terms of use ("Terms of Use"), "you" and "your" refer to each user ("User") and its agents and "we", "us" and "our" refer collectively to VeriSign, Inc. and its wholly owned subsidiaries (collectively "VeriSign"). This Agreement sets forth our obligations to you, and your obligations to us solely in relation to the use of the Site Finder services provided through this web site (the "VeriSign Service(s)").

      It seems to me like this only applies to sitefinder.verisign.com.

    26. Re:Check out the TOS by delta407 · · Score: 1
      You think effectively breaking SSL on all of those workstations is a good form of revenge for this sitefinder crap?
      I didn't say I would do it; rather, I want to know if using the ceritifcates qualifies as a "Verisign service". Also, dropping the .com/.net domains and going with a different TLD isn't particularly practical, since most of them are many years old and see an absurd amount of daily traffic.

      However, the PayFlow account can be closed within a couple weeks, and new certificates can be issued from a different root pretty quickly. Those are the cash cows for Verisign, and the more significant and more likely of the four actions that I may take. Plus, in all of my future e-commerce dealings (like one that's on the table right now), I can inist on using a different merchant account provider, which is another loss for Verisign.

      I'm going to call them some more tomorrow -- still no response from Verisign legal. I want someone to know that they will lose business as a result of SiteFinder.
    27. Re:Check out the TOS by kasperd · · Score: 1

      Isn't this the same sort of thing as having to open a sealed box to be able to read the licence, which then states that by unsealing the box you've agreed to the licence?

      Reminds me about OS/2. On the outside of the box, there was a note telling, that the license was inside, and must be read before opening the box. Go figure.

      --

      Do you care about the security of your wireless mouse?
    28. Re:Check out the TOS by kasperd · · Score: 1

      use NXDOMAIN to tell that a message is not valid only perform a DNS lookup

      If you query only your ISPs DNS server, is it actually you who use the service, or is it your ISP? If it is your ISP aren't they violating the license, by using the information provided by Verisign to break your system.

      --

      Do you care about the security of your wireless mouse?
    29. Re:Check out the TOS by kasperd · · Score: 1

      http://64.94.110.11/I_AS_A_USE

      Please use a nonexisting .com domain instead of the IP address. Personally I use uuidgen to get a nonexisting domain.

      --

      Do you care about the security of your wireless mouse?
  28. Translated... by Bull999999 · · Score: 5, Funny

    Dear Paul

    After the extensive research of how IE directs bad names to MSN Search, we decided that we couldn't let the bastards at MS be only ones that makes money off of poor saps who can't type their URLs right.

    We really don't give a rat's ass about what ICANN thinks but just to shut your whiney mouth off, I hires a review panel of leading experts in the field. They include Linux code reviewers from SCO, the guy who thought of domain parking for Register.COM, and the guy who invented One-Click shopping.

    As to your call for us to suspend the service, I'd like to politely say "go fuck yourself" with the upmost respect ICANN's Chairman, Vint Cerf, and ICANN's Security and Stability Advisory Committee, Steve Crocker. Crocker, now that's a funny name, just like ICANN.

    If you send any more letters, I will personally wipe my ass with it.

    Go to hell,

    Russell Lewis
    Executive Vice President, General Manager
    All Your Typos Are Belong To Us, Inc.

    --
    1f u c4n r34d th1s u r34lly n33d t0 g37 l41d
    1. Re:Translated... by superpeach · · Score: 1

      "After the extensive research of how IE directs bad names to MSN Search, we decided that we couldn't let the bastards at MS be only ones that makes money off of poor saps who can't type their URLs right."

      So, does this mean that the next version of IE is going to ignore the sitefinder site and just show the MSN search page?

  29. +5 Insightful ?? by Anonymous Coward · · Score: 0

    Take a look at this:

    If I go to a domain registration site, and ask it "is this domain registered?", it will go see if there is an IP for that domain.

    [Ed. Note: No it doesn't]

    You moderators are fucking stupid.

  30. Out with Verisign. by brrrrrrt · · Score: 1

    With this response to everyone's genuine doubts and misgivings about their recent practices, I think Verisign has ultimately, definitely made it clear to everyone that they are unworthy of administering .com&.net. They have totally and utterly disqualified themselves.

    One would have at least expected them to see what they did wrong and concede that Sitefinder was a stupid move.

    Now that they are "setting up an independent committee" to contemplate this, I think everyone readily understands they lost touch with reality.

    Enough already. Out with Verisign.

    1. Re:Out with Verisign. by raju1kabir · · Score: 1
      One would have at least expected them to see what they did wrong and concede that Sitefinder was a stupid move.

      They can't back out now - they've already given themselves pay raises based on projected Sitefinder revenue.

      --
      "Patriotism is your conviction that this country is superior to all other countries because you were born in it." -- GBS
  31. Good or Bad for ICANN? by samj · · Score: 1

    Either we all decide ICANN has no teeth because they've been ignored by these larrikins, or we rally behind them... I wonder which it'll be?

  32. Aah! My SiteFinder Advisory! by Anonymous Coward · · Score: 0

    I'm not supposed to get jigs in it!

  33. Memo - For Immediate Distribution by mythosaz · · Score: 1

    Memo - For Immediate Distribution

    From: VeriSign
    To: ICANN
    RE: Sitefinder

    Pound sand, dickheads.

  34. Come on guys by dachshund · · Score: 2, Informative
    This is just bad business. We all know how this is going to turn out-- it'll bounce back and forth from Verisign to ICANN to the tech press and eventually to the mainstream press until the negative publicity reaches the point where Verisign won't have any alternative but to yank it.

    See, two days ago this was a technical issue that only a handful of nerds cared about. Two months from now it's going to be "Verisign, the organization granted a monopoly on control of the entire Internet and insists on defyingthe rest of the Internet community." People who never even heard of DNS will come away from this thinking that Verisign means shady.

    Save us all the time and dozens of inevitable Slashdot stories (+ dupes) and dump the thing.

    1. Re:Come on guys by Idarubicin · · Score: 1
      Save us all the time and dozens of inevitable Slashdot stories (+ dupes) and dump the thing.

      Indeed...has anybody else noticed that--miracle of miracles!--there is isn't a single SCO story on the front page right now? Verisign has actually bumped Darl McBride. For that, perhaps we should offer them a (very slow, very weak) handclap.

      --
      ~Idarubicin
  35. Of course, we all know what this means... by TyrranzzX · · Score: 2, Funny

    WAR!

    Lauch the blacklists!!!

    Verisign just lost it's monopoly over DNS with this stunt methinks. They pised off ICANN, EFF, Slashdot, 99% of the tech industry, and instead of putting their foot in to test the water and going "oh, the shark that just bit my foot off might be a problem" they say "eh, it's just a foot". Everyone is justifyable angry about this.

    So, they took of their glove, slapped a couple million people in the face, threw the glove to the ground and drew their sword, to have a mideval analogy.

    I say we blacklist their entire domain of advertising websites. A form of blackmail and protest; if nobody can get to their website to register, then they can't very well do buisness effectivly now can they? Sure, people'll get angry about how they can't reregister. The whole point is to show verisign what happens when you piss us off. Lets make a mess so big out of this that they'll never recover!

  36. Network Solutions responded to me once again... by xenoweeno · · Score: 2, Interesting

    It appears that Network Solutions may have learned to tuck tail and run whenever anyone comes asking what the hell their parent company is doing.

    When they responded to me last week, they told me that Verisign was "well within the guidelines" that Verisign set up in the document they created for their own "service."

    Now I only get form responses from NetSol drones: "It seems you are having trouble with the SiteFinder service. Please read the SiteFinder FAQ at: ..."

    1. Re:Network Solutions responded to me once again... by SpaceLifeForm · · Score: 1

      Gag. It's fsckin Clippy in drag!

      --
      You are being MICROattacked, from various angles, in a SOFT manner.
  37. Is it accessible to the blind? by effer · · Score: 5, Insightful

    If not, what better target for a lawsuit!

    1. Re:Is it accessible to the blind? by r00zky · · Score: 1

      I would bet it isn't.
      The page is made of a lot of tables

      I've heard blind people hate tables in webpages because (loud)reading software shuts something like "start table, column one, row one (cell contents), columnt two ..."

      But i could be wrong IANB.

      --
      I'm a chainsmokin' alcoholic sociopath, so-ci-o-path
    2. Re:Is it accessible to the blind? by Anonymous Coward · · Score: 0

      Nope, missing a few important items.

      1) summary attribute for table: Something like
      <table summary="This table is used for layout because we're lazy slackers that don't understand CSS">

      2) No <label> tag for form elements.

      Both make it more difficult for screen readers to properly read the content.

      ADA lawsuit ???

  38. Yer damn new-fangled intarnet by EvilAlien · · Score: 2, Funny
    Bah. I remember when friggin Network Solutions (no owned by Verisign) did own the web. I remember when there wasn't all this gull durn "choice" to confuse people registering domains. I never used to get asked "hey, who do you register domains with?". It was always "hey, can you help me fill out the text form and email it to the InterNIC?"

    All these changes to the good ol' Internet. Back in my day there was one registrar, and we liked it. And none of this "broadband" hooey. We had real modems that made squeely noises, and it was good enough then, its good enough now.

    Damn kids these days...

    --
    perl -e 'print $i=pack(c5, (41*2), sqrt(7056), (unpack(c,H)-2), oct(115), 10)'
  39. What arrogance! by shogarth · · Score: 1

    This is truly remarkable.

    All indications are that users, important members of the internet community we all serve, are benefiting from the improved web navigation offered by Site Finder. These results are consistent with the findings from the extensive research we performed....

    After completing an assessment of any operational impact of our wildcard implementation, we will take any appropriate steps necessary.

    I guess the providers all over the world scrambling to disable this crap are not Internet "users." And the tens(hundreds?)-of-thousands of dollars in labor spent to implement the work-arounds need to be tallied up before they might admit to a negative impact.

    What an arrogant bastard.

    1. Re:What arrogance! by mph · · Score: 1
      All indications are that users, important members of the internet community we all serve, are benefiting from the improved web navigation offered by Site Finder.
      This must be some new meaning of the word "all" that I was not previously familiar with. I'm pretty sure that some of us have made it clear that we're not benefitting.

      I guess I shouldn't be surprised, since they previously redefined the word "positive".

  40. Reach these idiots directly by SlapAyoda · · Score: 5, Informative

    Hey, if you feel strongly about this issue, you can reach them directly. Just call 703 925 6999. That's the direct line for VeriSign Naming and Directory Services. I tried to get Rusty on the line, but they're on the East coast and he had already left the office.

    I just spoke with a nice secretary lady whom told me that she was 'sad to hear' that I, "an investor", was going to sell my "2000 shares" of Verisign first thing in the morning due to their horrible wildcard DNS policies.

    When I asked why they are doing this, she told me it was a "marketing decision" and that "somebody in the marketing department" thought it up.

    She said that I was the first person she had heard complain about it, though she had read somewhere that it was "controversial".

    If anybody has any success getting through to these people, post any interesting tidbits you find out. Thanks.

    --
    # wrote sig.txt, 23 lines, 31337 chars
    1. Re:Reach these idiots directly by Anonymous Coward · · Score: 3, Interesting

      I just called got someone on the line pretty quickly (less then a minute)

      I asked politly how I can turn off the Sitefinder service (yes I know exactly how it works, but I figured that would be a good way to approach it.)

      The person then asked for my name and email (which I gladly gave)

      He then respond with, at this time we have no plans to turn off the site finder service.

      For which I responded, I read your TOS and it says that if I don't agree to the terms that I shouldn't use the service, and repeated that I wanted to have it disabled

      He said that he would send me some information on it.

      While this call I am sure is insignificant, if all of slashdot started calling.. that would be something.. at the least.

      PS. yes I know how to null route it.. thank you :)

    2. Re:Reach these idiots directly by SlapAyoda · · Score: 1

      > if all of slashdot started calling.. that would be something.. at the least

      I completely agree. You'd be amazed how quickly people get the idea if they are deluged with phone calls. A phone call is much harder to ignore than an e-mail.

      I wonder if the Slashdot effect can be transferred from HTTP to voice ;)

      --
      # wrote sig.txt, 23 lines, 31337 chars
    3. Re:Reach these idiots directly by jelevy01 · · Score: 4, Informative

      Here is the response I got back:

      Subject:Site Finder Discontinuation Request

      Dear xxx,

      Thank you for contacting VeriSign Customer Service.

      Thank you for your feedback on the Site Finder service. It is not possible to opt out of the service. The Site Finder response is incurred when a non-existent domain name query in com/net is directed to us. It is not a service in which someone would subscribe to or sign up for.

      For more information please refer to our FAQs: http://www.verisign.com/nds/naming/sitefinder/

      We remain committed to ensuring that Site Finder improves Web navigation and the user experience.

      Thank you.

      If you require further assistance please contact us by replying to this email.

      Best Regards,

      David Reid
      Customer Service
      VeriSign, Inc.
      www.verisign.com
      sitefinder@verisign-grs.com

    4. Re:Reach these idiots directly by pigscanfly.ca · · Score: 1

      I did almost the same thing and instead a got a nice reply back saying that it was not a service I could opt out of :-(

    5. Re:Reach these idiots directly by J2000_ca · · Score: 1

      I'm on the phone with a guy on dns. It took them quiet a while to firgure out what I ment. They told me to email someone at sitefinder@verisign-grs.com Btw other phone numbers Domain Names & Related Services (for Web sites--see below) U.S. & Canada: 888-642-9675 Worldwide: +1-703-742-0914

    6. Re:Reach these idiots directly by leerpm · · Score: 1

      Wouldn't this now qualify as illegal bundling? And therefore not allowed under US and possible other international anti-trust/monopoly laws?

      They are after all, forcing a service upon you. To which you cannot opt out, yet they are making money on it ( thru advertising ), and you are paying for it (thru increased bandwidth use). Or am I missing something here?

    7. Re:Reach these idiots directly by computerlady · · Score: 1

      Thanks for the number. When he asked for my email addy, I insisted on giving my snail mail addy instead. He claims they'll send the info there - we'll see. I hope I do force them to waste the postage.

      Then I asked for a press response since I also host a weekly call-in computer show on our local talk radio affiliate. He tried for my email addy again, but I made him give me a voice number for press inquiries. I got an answering machine there. We'll see whether I get a call-back. You can be sure we'll be talking about this on Saturday!

      --
      computerlady - a brand new Slash-daughter - alone, but no longer invisible, in the /. world
    8. Re:Reach these idiots directly by Anonymous Coward · · Score: 0

      Your ISP, to whom you pay for DNS service, can opt out.

      Hopefully most of them will do so shortly.

    9. Re:Reach these idiots directly by larien · · Score: 1
      I got the following as part of a reply:

      Thank you for contacting VeriSign Customer Service. Unfortunately there is not a way to opt out of the Sitefinder service. The terms and conditions apply to the web site navigation and the search functionality, not to the Sitefinder service itself. Below I have included some information about spam detection.

    10. Re:Reach these idiots directly by FrostedWheat · · Score: 1

      It is not a service in which someone would subscribe to or sign up for.

      Well at least that bit is the truth :)

      No sane person anyway...

  41. KARMA WHORE (proof inside) by Anonymous Coward · · Score: 0, Offtopic
  42. Interesting by WndrBr3d · · Score: 4, Informative

    I think it's interesting how ICANN is coming at this situation. I think you have to realize how much money VeriSign makes ICANN. I'd dare to say that over 70% of all of ICANNs revenue is generated from VeriSign.

    So It's sort of the same situation that we are in with Middle Eastern Oil. We're trying to tell them, 'Hey, make it cheaper and give us more' but we cant strong arm them. 'cause if they up and leave we're left high and dry.

    If VeriSign were to be revoked their registrar status, ICANN would stand to lose millions.

    1. Re:Interesting by Elwood+P+Dowd · · Score: 2, Insightful

      If VeriSign were to be revoked their registrar status, ICANN would stand to lose millions.

      Right, but then they'd make someone else the registrar and get those millions from them.

      --

      There are no trails. There are no trees out here.
    2. Re:Interesting by Anonymous Coward · · Score: 1, Insightful

      It goes both ways: VeriSign needs ICANN approval in order to operate in the position it does. ICANN's in the superior position, in many ways, because there are plenty of other operators (read: hordes, foaming at the mouth) who'd kill to take over for VGNS.

      Now, the risk is great enough, for both parties, that I doubt either will push a hardline for long. VeriSign will back down at some later date, and ICANN won't seriously consider--for instance--yanking VGNS's right to operate.

      It's a cold war, MAD and all.

    3. Re:Interesting by burns210 · · Score: 2, Insightful

      correct me if i am wrong, but i though the US gov(or was it ICANN) gave verisign the registrat power over .com and .net...

      first, why can't we just take it back?
      second, why should so much power dealing with the interent be given to a corporation, why not a common non-profit organization handle the .com and .net(and .org, .tv, .info even.... excluding individual contries' domains)?

      The internet should be free, open, and very welcoming. domain registration should cost only enough to maintain the systems(the very POWERFUL systems) that handle that sort of thing... registrars shouldn't be in it for the money.

    4. Re:Interesting by zeekiorage · · Score: 1
      If VeriSign were to be revoked their registrar status, ICANN would stand to lose millions.

      Two things:
      1. Why does the ICANN need to make millions?
      2. Even if they wanted to make money I am sure there are many companies who will provide the same service that VeriSign provides without the nasty sitefinder.
    5. Re:Interesting by NoMaster · · Score: 1
      second, why should so much power dealing with the interent be given to a corporation, why not a common non-profit organization handle the .com and .net(and .org, .tv, .info even.... excluding individual contries' domains)?
      I agree totally. But I feel the need to point out that .tv is both a) a ccTLD (Tuvalu), and b) administered by Verisign...
      --
      What part of "a well regulated militia" do you not understand?
  43. And these guys sell trust... by samj · · Score: 1

    yet they don't even trust themselves. The seal at the Verisign owned THAWTE site currently says:

    Invalid Certificate
    2003-09-23

    and when you click on it:

    This page (thawte.com/html/ISP/index.html) is not permitted to display the Thawte Site Seal.

    Irrelevant, but amusing nonetheless.

  44. Sign the petition by AlanWay · · Score: 5, Informative

    If you havent allready signed it, there's a petition at http://www.whois.sc/verisign-dns/ to encourage Verisign to rack-off.

  45. Fantasy email by lightspawn · · Score: 3, Funny

    Dear verisign,

    The recent update to BIND contains a feature you should be aware of.

    In 1 month, every lookup for any domain registered directly with verisign will fail with %0.1 probability.

    The probability will increase by %0.1 per day until the wildcard issue is resolved or until verisign becomes useless as a registrar.

    We look forward to a prompt and amicable resolution.

    Best wishes,
    The Internet.

  46. Others... by dark-br · · Score: 1

    "dot cc" and "dot cx" & maybe others...

  47. how many hours before a denial of service attack? by norwood · · Score: 1

    I'm wondering how much bandwidth and capacity they have to handle the malformed or mistaken URL's. Seems like an DOS exploitation of this service could happen fairly easily.

  48. Masterful piece of SCOspeak by jpetts · · Score: 2, Insightful

    In the footsteps of several other registries that have done the same, we recently deployed a wildcard in the .com and .net zones.

    You need to know what's going on to understand this bit. What they want people to think is that other registries are also deploying wildcards in the .com and .net zones, but in actuality what they are saying is "Other registries have deployed wildcards, and we are doing the same, but in the .com and .net domains".

    However, most people who are unhappy with VeriSlime will easily see through this piece of doublespeak.

    --
    Call me old fashioned, but I like a dump to be as memorable as it is devastating - Bender
    1. Re:Masterful piece of SCOspeak by signe · · Score: 1

      This doesn't make any sense. The letter, which publically available, was not targeted towards the general public. It was targeted towards ICANN, and ICANN knows exactly what was meant, which is that other TLD registries have implemented wildcard entries.

      ICANN has never cared what the general public thinks. Everyone knows this, including VeriSign. So why do you think that VeriSign would try and influence ICANN's decisions by addressing the general public in a letter which was privately sent to ICANN (which ICANN then made public)?

      -Todd

      --
      "The details of my life are quite inconsequential..."
  49. uh ahem..wrong by linuxislandsucks · · Score: 2, Informative

    if Verisign's contract is revoked ICANN wil just choose another registar and will still make their moeny..

    --
    Don't Tread on OpenSource
  50. The coup de grace? by tekiegreg · · Score: 1

    Ok first it's the domain name disputes (sex.com for example), then it's the phony registration scheme, then it's this sitefinder service, somebody really needs to give the CEO an a$$ whoopin. Who volunteers?

    The feds? I say they're interfering with other business and are lawsuit material (IANAL).

    Does ICANN truly have any power to strip them of their registry privileges (I'd hope so).

    Or maybe just Darwin will take hold for the fact that they've pissed off the entire tech world to the point where nobody will give them money, and having none they die and let the stronger brains survive.

    --
    ...in bed
  51. And yet another potential pitfall for Verisign: by Anonymous Coward · · Score: 0

    An (ignorant, and there are plenty) user trying to see if a domain resolves or not via a http query will never get an unresolving domain with sitefinder in place.

    Meaning they may not plunk down the $$$ for said unresolving domain -- period, because they think it's taken. This could cost verisign quite a bit in unrealized loss of sales.

  52. No Problem Here, as long as... by rhomboid · · Score: 1

    Verisign pays their own going annual rate for any mistyped domain they return a hit for. It's only fair if they charge us for the same service. The money should then be applied as a credit to anyone with a Verisign-hosted .com domain. =)

    --
    -Rhomboid
  53. Can it be Google-bombed? by Chris+Brewer · · Score: 1

    Or can we poison their database? If the SiteFinder page brings up links to pages of 'similar' nature that have been paid for, then can we put in a million requests for sitefindersucksdonkeys.com and make their db useless, just like the spam tarpits?

    --
    Consultancy: If you're not part of the solution, there's money to be made in prolonging the problem
  54. Useful In Blocking Verisign? by WCityMike · · Score: 4, Informative

    I am a Mac OS X user and recently read an interesting hint on the Mac OS X Hints website.

    It appears that simply blocking sitefinder.versign.com leads to a rather unpleasant 'timeout' error in a browser: a long wait prior to a timeout is hardly better than an instant appearance of VeriSign's SiteFinder service.

    However, one of the users, in the comments on the hint, noted that "[w]hen you type an incorrect URL, the Verisign DNS server actually returns an IP address, which is that of sitefinder-idn.verisign.com."

    He continues, "Blocking the sitefinder-idn.verisign.com server in the manner recommended in this hint would save a fraction of a second but the main problem with this hint is that it suggests blocking the response when a far more efficient method would be to block the outgoing request. The system tells the browser that permission is denied for this request and the browser passes that information along immediately. Thus, the rule I use is:

    sudo ipfw add 1170 deny tcp from any to 64.94.110.11 setup

    I have been using this rule without any noticeable problems. Perhaps it might be of use to others?

    1. Re:Useful In Blocking Verisign? by Anonymous Coward · · Score: 0

      Bah, I saw that stupid hint.. the reason it times out is because "deny" just ignores the packets and you have to wait for it to time out.

      A better idea is to use "reset" instead of "deny" and get an instant "connection refused" type message.

    2. Re:Useful In Blocking Verisign? by Abcd1234 · · Score: 2, Insightful

      A better solution is to use something like dnsmasq, which is capable of blocking VeriSign's wildcard responses directly. This way, you'll get a proper NXDOMAIN response. This should be perfectly usable under MacOSX, since it's just a straight-up Unix daemon.

    3. Re:Useful In Blocking Verisign? by Lumpy · · Score: 1

      I simply set the company DNs servers to resolve that address to an internal page AND use the transparent proxy server to redirect the IP address to the same internal page.

      I get around their "serivce" for the company, and the guys at the boradband side (cable modem service) Liked my idea so much the are working to impliment it.

      enough admins that have real skills get off their butts to eliminate it and it will be a non issue... (I also got them to make the dns resolve also to many of the alternative DNS servers that are not slaves to ICANN and verisign.)

      to hell with shining, simply modify configurations to circumvent them.

      --
      Do not look at laser with remaining good eye.
    4. Re:Useful In Blocking Verisign? by Smallpond · · Score: 2, Informative

      Some other VeriSign IP addresses

      64.94.110.11 sitefinder-idn.verisign.com
      65.205.249.60 www.verisign.net
      216.168.253.68 digitalid.verisign.net
      216.168.254.20 bay-w1-inf5.verisign.net
      216.168.254.21 goldengate-w2-inf6.verisign.net
      198.41.3.39 ns1.crsnic.net

    5. Re:Useful In Blocking Verisign? by goon+america · · Score: 3, Interesting
      Haha, I just turned it on (thanx, by the way) and I noticed when I went to a "creative" fake domain I made up, it still remembered the Verisign /favicon.ico bookmark icon from when I tried it before, even though the site obviously no longer responded...

      Seriously though, someone should write a Windows virus that disables this thing from half the internet...

    6. Re:Useful In Blocking Verisign? by Bartmoss · · Score: 1

      You could always redirect sitefinder.verisign.com to a local ip address or to google or something. :D

  55. Off Topic by Anonymous Coward · · Score: 0

    Hey, can anyone tell me what i'd use to search for BitTorrent files? is there a webpage or something?

    1. Re:Off Topic by Anonymous Coward · · Score: 0
  56. Typo of the original word for today's Fax by Anonymous Coward · · Score: 0
  57. Letter to Verisign by mathematician · · Score: 2, Funny

    Dear Verisign,

    I have heard that you guys are running a very useful website where I can get information about how to find other web sites (called sitefinder or something like that). Would you be so kind as to provide for me the URL for this website?

    Best, a user

  58. So what would happen if... by TimButterfield · · Score: 1

    some folks with control of their own name servers just added their own replacement entries, say pointing verisign.com to some random IP? While it might not have as broad an effect, sufficient implementation could still cause some aggravation. Any thoughts on the legalities of this? Their being at the top does not exclude other players from the game of IP hijack.

    1. Re:So what would happen if... by ron_ivi · · Score: 1
      I think this has been done before.

      "July 14, 1997

      A rival domain name registry to the official Internet registrar, InterNIC, redirected users from "www.internic.net" to its own site last weekend in what is being called a "protest." "

      Internic was administered by Network Solutions at the time.

  59. Worse by msobkow · · Score: 1

    Worse, it also means that Verisign gets a log entry of every queried domain so they can register it before you or one of their competitors can.

    Verislime seems to have opted with joining the group of corps with nothing but SCOrn for the community they claim to service and support.

    --
    I do not fail; I succeed at finding out what does not work.
    1. Re:Worse by Anonymous Coward · · Score: 0

      This is what keeps me from whois'ing a couple "intellectual property" domain names that
      could make me rich: worry over doing the lookup, finding it's available but in the time it takes me to actually seize it, somebody else takes note of the potential and patents, copyrights or trademarks the relevant name/process.

      I wonder what's better: getting a trade/pat or seizing the hostname first; the reverse is possible too (patent spy tells his buddy to get hostname..paranoid i know but really just clueless on the legal aspects of securing idea rights). If I think up a domain name that could revolutionize the way an everyday thing is done, is there some easy way of securing my right to the concept/name before I go blundering about the net to see if it would work(or has been done)?
      *goes off to read up on patents and whatnot*

  60. I hope they check their logs... by m0nkyman · · Score: 2, Funny

    Because apparently www.fuckverisignuptheass.com leads to their wonderful service.

    --
    ~ a low user id is no indication I have a clue what I'm talking about.
    1. Re:I hope they check their logs... by Anonymous Coward · · Score: 0
      So does http://www.free-illegal-mp3s.com

      Someone should inform the RIAA.

    2. Re:I hope they check their logs... by raju1kabir · · Score: 1
      Because apparently www.fuckverisignuptheass.com leads to their wonderful service.

      I'm sure nobody's going through them one-by-one, but they surely do look at the domains that get the most hits to try to figure out how to make money off that information.

      So, two courses of action present themselves:

      1. Saturate with bogus but plausible requests so that the "intelligence" they gather causes them to squander money on stupid things.

      2. Saturate with rude messages so that they get the picture that childish people (like me) out there are not pleased.

      For either of these to be effective it would to be distributed and voluminous. Perhaps an easy-to-use background application that could be passed around to the willing (no, not with a worm).

      --
      "Patriotism is your conviction that this country is superior to all other countries because you were born in it." -- GBS
    3. Re:I hope they check their logs... by Anonymous Coward · · Score: 0

      Why not with a worm? Sobig would be a perfect platform for this. It should be a feature in Sobig.G

      Where can feature requests for Sobig be sent?

  61. wow by Anonymous Coward · · Score: 2, Funny

    i don't think i've ever read such a moronic response to such an insightful observation

  62. .museum versus .com by TWX · · Score: 4, Insightful

    If one looks at the newsgroups as historically how something like this works, the .museum TLD is a highly restrictive, highly controlled domain. It's entire purpose is for respected institutions to be listed. So, them having a master index and a reply indicating an invalid domain makes sense, since the entire domain listing easily scrolls through a few screens only. It would be the equivalent of a comp or sci newsgroup; highly structured groups with moderation and content rules.

    .com is the tld equivalent of alt., where anyone can create and post anything, without moderation, without structure. Attempting to impose structure, in the form of sitefinder, is stupid in this instance, since the organizations represented in .com are usually for-profit or attempting to jockey for position. If I have a business, do I now have to register every possible combination of my domain to keep idiots from being redirected to a customer of mine because they paid verisign to add them to the referral page for a misspelling of my domain name? I also have to worry about verisign giving precedence to domains registered through them in the recommended sites, and if I have a godaddy.com-registered domain, will I end up being denied business that would normally have realised that they made a typo, to fix it and come to me?

    This is the real problem that I have with sitefinder. It being in the hands of a commercial organization who has exhibited a systematic behaviour of putting profit before anything else will only exploit this situation. They will start selling placement on messed up domain entries, they will start denying domains registered through other registrars the same regular placement as their own, and they will destroy what had been a fairly free and open system.

    I'd recommend that if Verisign doesn't immediately stop this insanity that we write to our legislators and demand that control of the TLDs that versign manages be removed and handed to ICANN to deal with directly.

    --
    Do not look into laser with remaining eye.
  63. I'm lost, please help. by bmetzler · · Score: 1

    I saw the articles, I've checked out the "sitefinder" page, and I don't see the problem? What is the problem? Can someone take the time to explain it to me?

    This sounds like a really big non-issue, as far as I can tell.

    -Brent

    1. Re:I'm lost, please help. by ScottSpeaks! · · Score: 5, Insightful
      There are a variety of problems with this.
      • The most fundamental one from a systems-management standpoint (and the internet itself is one huge systems-management nightmare) is that DNS lookup is a core function that affects a lot more than just web browsing. You don't change such a core function without thoroughly testing the impact of such a change. At the very least, the co-operative nature of the internet requires that you at least tell everyone you're going to do it. And when people complain that you've just broken something, you damn well better put it back the way it was.
      • A case in point: A lot of anti-spam software uses DNS look-ups to identify bogus return addresses. Since DNS for .com and .net is no longer returning "not found" for bogus domains, this function is now failing.
      • Various legislatures and/or courts have passed/interpretted laws to forbid "squatters" from registering other people's trademarks (or typos of them) for themselves. Verisign has effectively just "registered" every unregistered/mistyped trademark and pointed it to their web site. For example, there's a local business who hasn't registered their name (a trademark) as a domain name. If someone asks for (thisbusinessname).com, Verisign will direct them to a web site (theirs) which instead suggests several other web sites. For the right price, a competitor of this business can have their web site listed here. This is no different from a competitor or unauthorised squatter registering the domain name... which they could be successfully sued for doing. The fact that Verisign is now profiting from the use of trademarks it does not own puts it on very shaky legal ground.
      • This is a classic case of abuse of monopoly power. In much the same way that (for example) the US FCC licenses broadcasters to use the public airwaves in ways consistent with the public good, Network Solutions (now owned by Verisign) was assigned responsibility for the .com and .net top-level-domains to be operated in ways consistent with the good of the internet community. Reckless management of that responsility, resulting in technical problems which it refuses to correct, and taking financial advantage of that trust in a way unavailable to any other entity... adds up to a "problem".
  64. Weird alternate dimension? by Izago909 · · Score: 1

    Let me get this straight... They will not voluntarily take down "site finder" and have added some "independent" researchers, who are dependant on their money, to come up with an impartial report which will back up VeriSign. Isn't it a bit preemptive to announce the results of a report BEFORE it has been started?

  65. so is russell lewis... by timelady · · Score: 1

    really just darl mcbride in disguise? or are they both just bill gates?
    ever seen all three together in the same room? i thought not!

    --
    Nothing - well thats something.
  66. Re:how many hours before a denial of service attac by brokencomputer · · Score: 0

    you are wrong

  67. MODERATORS ON CRACK by Anonymous Coward · · Score: 0

    Note: the parent post does not contain any factual information. The method by which Registrars verify domain name availability is usually though SRS or WHOIS or whatever proprietary interface the registry defines for registrars. The method described in the parent post is pulled directly from the poster's ass. YHBT.

  68. Whatever happened to AlterNIC by ron_ivi · · Score: 1
    This almost makes projects like AlterNIC a cool idea.

    If I recall correctly, these were going to provide alternative root DNS services as alternative from the abuse that some of the monopoly players were subjecting people to.

    Any projects like that still in existance?

    Of course you could always et up your own TLD :-)

  69. so.... by Anonymous Coward · · Score: 0

    so this means the internet should just stop using verisign as a root name server! bind should add a feature, ("com" { type delegation-only; }; ) and the dns admins should remove them from their "root hint" (named.ca) file. basicly shun them , until they come back inline (or die off).... it is actually really simple. oooohhhhhh phb's who registered with verisign.... other registrars should offer a special to for verisign domain owners to swith over for a smaller amount. it would be great! mmuuhhhha mmuuhhhha

  70. Much, much worse by msobkow · · Score: 1

    At least when you open the package, you expect to find some sort of EULA. You don't expect to agree to a damned thing when you make a type in the address bar!

    All I see Verislime doing is becoming the latest address hijacker. Maybe if IBM, Microsoft, et. al. get a bunch of staff to punch in mistyped variants on their corp domains they'll have enough to sue Verislime for false advertising and fraud.

    --
    I do not fail; I succeed at finding out what does not work.
  71. Feeding the troll: my NSI experience by RobertB-DC · · Score: 2, Insightful

    I'm almost sad to see that the parent is currently modded 0, Flamebait. Someone has to play Devil's Advocate, even if it's to argue a patently ridiculous point.

    At the risk of feeding a troll, I'll point out a couple of things:

    AFAIK they have allways delivered a decent service at decent price to their customers. Compared to normal bussiness practise they are just very ethical in their behavior. As a long time customer I must say that they are nice to deal with compared to many of those unethical companies that you find on the internet that just want to scam you.

    An excellent analogy! Verisign is not as unethical as the companies that sell snake oil and redirect your phone call to Vanuatu. That's like saying I should be happy to just be beaten up in a robbery, 'cause I could have been killed outright. Thanks, I feel much better.

    My only dealing with NSI (in the pre-Verisign buyout days) was when they wouldn't transfer my domain to me from the original owner because of an obscure missing piece of paper (full story here). I got around the problem by transferring the domain to Domain Direct (affiliate link) and then to the much cheaper Gandi (no kickback), and I've never looked back.

    --
    Stressed? Me? Of course not. Stress is what a rubber band feels before it breaks, silly.
  72. Examples in other TLDs by marnanel · · Score: 3, Informative

    BTW: Does anybody know what they're talking about when they claim that other TLDs have implemented something like SiteFinder?

    Here: .ac .cc .cx .mp .nu .ph .pw .sh .td .tk .tm .ws .museum. (I posted something similar last time a similar story came up.)

    --
    GROGGS: alive and well and living in
    1. Re:Examples in other TLDs by jpc · · Score: 1

      ah yes, very respectable domains that set an example to us all. at the cutting edge of internet technology

    2. Re:Examples in other TLDs by Anonymous Coward · · Score: 0

      about as respectable as verisign.

    3. Re:Examples in other TLDs by gmack · · Score: 1

      Thanks! And here are the entries you add to named.conf for the latest version of bind to block them:

      zone "com" { type delegation-only; };
      zone "net" { type delegation-only; };
      zone "ac" { type delegation-only; };
      zone "cc" { type delegation-only; };
      zone "cx" { type delegation-only; };
      zone "mp" { type delegation-only; };
      zone "nu" { type delegation-only; };
      zone "ph" { type delegation-only; };
      zone "pw" { type delegation-only; };
      zone "sh" { type delegation-only; };
      zone "td" { type delegation-only; };
      zone "tk" { type delegation-only; };
      zone "tm" { type delegation-only; };
      zone "ws" { type delegation-only; };
      zone "museum" { type delegation-only; };

    4. Re:Examples in other TLDs by Anonymous Coward · · Score: 0
      Here: .ac .cc .cx .mp .nu .ph .pw .sh .td .tk .tm .ws .museum. (I posted something similar last time a similar story came up.)

      (You want a cookie or something?)

    5. Re:Examples in other TLDs by Olathe · · Score: 1

      Why not just make everything delegation-only instead of having to add new ones in the future ?

    6. Re:Examples in other TLDs by gmack · · Score: 1

      Was about to exactly that when I discovered that
      someone beat me to it

  73. A Solution from ISC by TurboDog99 · · Score: 1

    ISC has already released a new version of BIND that can be configured to ignore wildcard data from root servers. More info is at http://www.isc.org/products/BIND/delegation-only.h tml. I, for one, will install it.

  74. THEY ARE TRACKING CLICKTHROUGHS by Anonymous Coward · · Score: 3, Interesting

    Has anyone noticed that they are tracking the clickthroughs of the search results. (Note: google does not do this)

    They are building a huge database of behavior. It is tied to your ip address. I wonder what their policy is on releasing that information to the government? (they originally were government chartered)

    Hell. I wonder if they were put up to it by the Department of Homeland Securiy.

    At the very least, it will prove to be an invaluable, and highly marketable database.

  75. Actually.... by Snaller · · Score: 1

    .... soemcompany.com redirects to a pron site ;-)

    --
    If Google really cared they would fix Android Chrome to reflow text, instead of discriminating
  76. Speaking of collecting data... by Anonymous Coward · · Score: 1, Insightful

    Someone correct me if I am wrong, but didn't their redirect site have some type of web bug as well as a cookie that doesn't expire for five years?

    1. Re:Speaking of collecting data... by 00420 · · Score: 1

      I don't know about the cookie, but here's the info on that bug: Omniture Bug

  77. What I'd like to know is... by Snaller · · Score: 1

    ... why this never works when i'm trying it - ie the redirect ... are they blocking some domains?

    --
    If Google really cared they would fix Android Chrome to reflow text, instead of discriminating
  78. why free domain names worked by Anonymous Coward · · Score: 0

    Free domain names weren't much of a problem back when they were available. Why? Because there wasn't really such thing as virtual domain hosting, meaning you had to own a box connected to the net 24/7. THAT, in turn usually meant you had to be a university or government institution, or one of a handful of corporations. "Average Joe" user was on dialup, if he had Internet access at all, and couldn't meet the requirements to register a domain name.

    1. Re:why free domain names worked by Anonymous Coward · · Score: 1

      Free domain names weren't much of a problem back when they were available. Why?

      Not to mention the net wasn't littered with assholes back then.

      I'm serious. Something happened between like 1991-1993 in that the assholes arrived, and the network hasn't recovered yet.

    2. Re:why free domain names worked by Anonymous Coward · · Score: 0
      Something happened between like 1991-1993 in that the assholes arrived, and the network hasn't recovered yet.

      That would be HTTP, HTML and AOL.

    3. Re:why free domain names worked by PugMajere · · Score: 1

      also known as "the September that never ended."

    4. Re:why free domain names worked by Anonymous Coward · · Score: 0

      ...but AOL didn't offer internet connectivity (what the original post was referring to) until the early 90s. It was a standalone network, like Compuserver or Prodigy until then.

    5. Re:why free domain names worked by Smallpond · · Score: 1

      You're right and the above poster hit it right on the nose. From the AOL history site:

      July 1993 - Jan Brandt starts sending AOL disks in the mail

      That makes it pretty clear, doesn't it?

    6. Re:why free domain names worked by Cunk · · Score: 1

      Hmmm, that's right around the time I started using the Internet. Yep. It was a red-letter September.

      --

      I am the inventor of the hilarious refrigerator alarm.
    7. Re:why free domain names worked by TheCrazyFinn · · Score: 1

      Nope, AOL was a Online service from 1985 until 1993 or so, but it was a private network, not the internet.

      With the Web Explosion, AOL started offering Internet access, and slowly morphed into an ISP.

      --
      "You've got an invalid haircut" -Warren Zevon - Life'll Kill Ya
  79. Trademark Infringement Against IBM by codepunk · · Score: 1

    Looks like if I am looking to buy some software
    from IBM I get routed to some other site???

    www.ibmsoftwaresales.com

    This is the correct address right? I am confused...

    Looks like a case of blatent trademark infringement to me!

    --


    Got Code?
  80. herd this? by Anonymous Coward · · Score: 1, Insightful

    I remeber hearing this a while ago.

    "the road to hell is paved with good intentions."

    too far? we have arrived!

  81. Wheres the media attention? by Anonymous Coward · · Score: 0

    I am outraged at VeriSign arrogance, and am also shocked that this hasn't at ALL been picked up by the popular media. Wired has barely even touched it.

    I realize that is this only the first round, but honestly if ICANN doesn't step it up a notch, I will be petitioning to have them be removed and reinstated with an organization that is actually going to lookout for the internet.

    Also I love the way in their TOS, that if you don't like their service don't use it? Like I have a choice..

    Pisses me off to no end.

  82. The list of industry-leading exports by Anonymous Coward · · Score: 0

    Through my contacts at Verisign, I happen to have a preliminary list of members on that independent panel:

    J. Doe, Very Sign Corporation

    Sue Smith, VS Technologies Inc

    John Smith, Solutions Network, LLC

    Stratton Sclavos, (company name withheld by request)

    Joe Blo, Ver Isig N, Ltd.

    Harvey W. Banger, V/SIGN Inc.

    John Jones, Serivign IT Consultants

    B. Gates, B&MG Foundation

    As you can see, quite a varied bunch of folks, no way it could be slanted in Verisign's favor!

  83. Re:bha by proctorg76 · · Score: 0

    WTF? how is the first post redundant? It's the FIRST post!

    --
    Something distinct that people will remember better than my name
  84. alterNIC is dead 'cause the creator was a bad boy by Anonymous Coward · · Score: 2, Insightful

    however, openNIC is alive and well and kicking much ass. (or http://www.opennic.unrated.net for the unenlightened...)

  85. bribes? by SHEENmaster · · Score: 1

    We didn't find: "Senator SHEENmaster"
    There is no Official site at this address.

    Would you like to place a bribe in advance, such that it will be paid if this individual ever does come into office?

    --
    You can't judge a book by the way it wears its hair.
  86. An Experiment by Cordath · · Score: 1

    I typed the following.

    ping www.verisignsucksmonkeyass.net

    and got the following:

    Pinging www.verisignsucksmonkeyass.net [64.94.110.11] with 32 bytes of data:

    Request timed out.
    Request timed out.
    Request timed out.
    What, are you blind?
    Let me spell it out for you.
    R-E-Q-U-E-S-T-SPACE-T-I-M-E-D-SPACE-O-U-T-CA RRIAGE -RETURN
    Let me spell something else out. M-O-R-O-N

    This led me to conclude that either Verisign has self-DOS'd their own ad site into oblivion with their wildcards or that my ISP has blocked Verisign's ad site.

    The latter implies intellegence and consideration on the part of my ISP (Shaw), so is therefore highly improbable.

    So what can I conclude? I really shouldn't modify shell utilities while drunk. I'm probably lucky it didn't tokenize the entered domain and pop up the first 500 google matches. I could be eye-ball deep in monkey ass porn.

    1. Re:An Experiment by Kredal · · Score: 1

      No, it just means the site responds to mail and http requests... not pings. It's not a full featured ip address like it should be.

      --
      Whoever stated that signature sizes should be limited to one hundred and twenty characters can just go ahead and kiss my
  87. Great Troll ! by Anonymous Coward · · Score: 0

    I especially liked the part about using DNS to test domain name availability.

    And you got +4 Insightful, too! One can always count on the moderators to turn off their brains when they click those buttons !

    This is one of the better trolls I've seen in my time.

  88. Terms of Service by Anonymous Coward · · Score: 0

    I noticed that they have a terms of service for the "service." Interesting what we're "agreeing" to by making a typographical error.

    For my part, I sent Verisign an email in which I rejected the terms of service, and informed them that I would regard future invitations to use their service (displays of the site) in any way I see fit, including, without limitation, the right to "meta-search" it. While I was at it, I also informed them that I would further regard their display of sitefinder as an agreement to warrant their service free from defects, including, without limitation, fitness for a particular purpose.

    Not that it will do anygood, but how can they expect their terms and conditions to be binding on anyone if the "service" is forced on you?

  89. What you can do about SiteFinder by Jim+McCoy · · Score: 3, Insightful
    I will leave aside the hysterical responses others have proposed and suggest two simple actions that you can take to deal with this attempted coup by Verisign.
    • Contact your ISP (or do yourself if you run your own DNS) and be sure that they have implemented the update to BIND which locks out this behavior. The truly obsessives will also go out and start finding random DNS servers and testing them to see if they are allowing anything more than delegation from *.com and *.net and then notifying DNS admins as appropriate.
    • Make your feelings known to the other co-conspirator in this system: Overture. They are providing the back-end to this service and since they have been recently acquired by a publicly traded company (Yahoo) you may feel the need to contact Yahoo to express your opinion on this particular product line (or perhaps express your views in forums where Yahoo shareholders may be found.

    Hit them where it hurts, in the bottom-line. Complaining to everyone may get this fixed, but patching your nameserver and then going after the back-end may also get results.
    1. Re:What you can do about SiteFinder by Anonymous Coward · · Score: 0

      I am pretty sure that Overture had a previous relationship that allowed Verisign to include Overture listings on whatever web site they wish, and that Overture was not consulted before the release. I do know for sure that the Web Search components within Overture (AltaVista and Fast) have had to scramble to redo their indexing to account for this, and have lost time and money doing so. However, there is nothing wrong with expressing one's opinion. Overture still has the freedom to cancel the contract with Verisign if the negative publicity is not worth the ad revenue. -- Hmm, perhaps I should post this anonymously... that would be safer for all concerned.

  90. verisignsucks1232121.com, .net, .museum by billstewart · · Score: 1

    Somebody's already pointed out verisignsucks.museum, and there are a couple of smaller country domains that have wildcards, but it's important to try web pages like verisignsucks13213.com and email to them to remind them that it's a bad idea. And be sure to leave a pointer to some bogus Verisign domain on your web page so that spammers will waste their time checking it out.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  91. mod parent up by Anonymous Coward · · Score: 0

    Thanks! openNIC looks awesome

  92. Hopefully.. by Adam9 · · Score: 1

    .. that won't happen and VeriSign gets sued into the ground by GoDaddy and other registrars.

  93. Re:how many hours before a denial of service attac by Wuss912 · · Score: 1

    what about when the blaster virus dos's the www.windowsupdate.com site?
    what is verisign going to do then?

  94. Interesting quote by Sebby · · Score: 1
    As to your call for us to suspend the service, I would respectfully suggest that it would be premature to decide on any course of action until we first have had an opportunity to collect and review the available data

    It could be argued that they should've done the same before implementing the 'service'

    --

    AC comments get piped to /dev/null
  95. uh by Anonymous Coward · · Score: 0

    What.
    The.
    Fuck.

    Please tell me you're really not that stupid.

    I mean really, you can't possibly be as much of a dumbass as your post indicates, could you?

    It will go see if there is an an IP for that domain????? Jesus Fucking Christ, man. Either you are a damned fine troll or you neglected to point out that you underwent a frontal lobotomy this morning.

    I guess all that matters is the mods fell for it. Troll or not, at least you came out on top. Too bad the lobotomy clinic doesn't accept slashdot karma for payment.

  96. Can they do this? by suwain_2 · · Score: 1

    What scares me isn't that they broke DNS, or even too much that they're standing up against ICANN. What really scares me is where this will go in the future. What happens when Verisign decides to start deleting "offensive" domains, and decides that pornography is unethical, and deletes all pornographic domain registrations? Or when they see that Slashdot is criticizing them and "accidentally" deletes slashdot.com? (Okay, most people use .org, but you get the idea.)

    My examples are deliberately exaggerated and unlikely to happen, but I think you can see where I'm going -- one company pretty much has complete control over .com and .net, which for all practical purposes, gives them control over most of the Internet. Is anyone else worried by their completely unchecked power?

    --
    ________________________________________________
    suwain_2 :: quality slashdot p
  97. No. by chadjg · · Score: 1

    It is axiomatic that; money talks; people suck; follow the money; money talks, something walks...

    May I suggest that truly altruistic behavior is rare, and darn near non existent when serious piles of gold are involved? Why pretend that anything else is likely to happen and come up with a way to use their standard human greed to make our lives better?

    Soon, please.

    --
    Why do I have this? I don't smoke.
  98. MSN User Count by codepunk · · Score: 1

    Looks like the MSN search web site count is going to be way, way , way down this month...

    --


    Got Code?
  99. ICANN becomes ICANN'T by Elias+Israel · · Score: 1

    The question now is whether ICANN is going to defend their authority to police the names and numbers practices, or whether they want to become the UN of the Internet world, flailing about impotently or looking the other way while tyrants abuse their powers.

    If Verisign does not face serious consequences for their sabotage, then every two-bit sleazoid who can hide behind a big financial warchest and a room full of lawyers will follow Verisign's lead and start demolishing what's left of the Internet.

    It's put up or shut up time, folks.

    1. Re:ICANN becomes ICANN'T by SpaceLifeForm · · Score: 0, Offtopic

      Hey, quit calling my buddy Bill a two-bit sleazoid!

      --
      You are being MICROattacked, from various angles, in a SOFT manner.
  100. Alexa by adpowers · · Score: 3, Interesting

    If you check out Verisigns traffic page at Alexa (http://www.alexa.com/data/details/traffic_details ?q=&url=http://www.verisign.com), you can see why they aren't easily giving up their sitefinder project.

  101. Expected more? by seebs · · Score: 1

    Why would you expect anything from VeriSlime? They've always been like this.

    --
    My blog: http://www.seebs.net/log/ --- My iPhone/iPad app: http://www.seebs.net/seebsfrac/
  102. My Solution by 7zark7 · · Score: 2, Informative

    As a network admin for a small ISP I found a simple work around.

    First I set up a webserver. /sbin/ifconfig eth0:1 64.94.110.11 netmask 255.255.255.255

    add to apache

    <VirtualHost 64.94.110.11>
    DocumentRoot /www/nodns
    ServerName A.com
    ErrorLog logs/nodnserror.log
    CustomLog logs/nodns.log common
    </VirtualHost>

    Set up a webpage for this server.

    on my cisco I set up the following route

    ip route 64.94.110.11 255.255.255.255 xxx.xxx.xxx.xxx

    where xxx.xxx.xxx.xxx is the real ip of my server.

    1. Re:My Solution by gerardrj · · Score: 1

      But that's not a solution. That's a patch to one service (WWW). You don't do anything about the other 2000+ services that may look up a name and attempt to connect to the Verisign server.

      If you are really the network admin, then go to www.isc.org, download the newest version of BIND and run that as your name server. It will completely negate the entire issue of the wild card in the root server for ALL services that use DNS, not just WWW.

      --
      Article X: The powers not delegated... by the Constitution...are reserved...to the people
    2. Re:My Solution by jwbozzy · · Score: 1

      This only solves web. This does not solve the myriad of problems with email and other services...

      --
      perl -e 'printf("mmm %x\n", 3735928559)'
  103. GoDaddy files sute against Verislime by CEO+Guy · · Score: 2, Informative

    https://www.godaddy.com/gdshop/pressreleases/veris ign_suit.asp?isc=&se=%2B&from%5Fapp=

  104. The TLD wildcard could be used fairly. by karmavore · · Score: 1

    If the wildcard resulted in a list of all registrars for that TLD so a prospective domain name buyer could do some comparison shopping. Another usefull feature would be a list of links to similarly spelled domains.

    --
    Speech: Free
    Beer: $699.00
  105. Just imagine... by Anonymous Coward · · Score: 0

    Just imagine a beowolf cluster of those DDOS worms.

  106. What you're really agreeing to isn't too bad by billstewart · · Score: 1
    If you read them a bit more carefully, they're not as outrageous as they look. They don't refer to the process that _got_ you the SiteFinder Web form - they refer to how you use the form once you've got it. Some of them are much less than ideal, but others of them are reasonable. The basic terms are
    • It's free - if you don't like it, don't use it.
    • If you don't like the results, it's not our fault, so don't use it.
    • If you thought it _was_ our fault, you wave any rights to do anything to us except not use it.
    • A bunch of copyright notices.
    • If you don't like the web pages we point you to, it's not our fault, it's those web pages' fault, so don't use it if you don't like it.
    • The search engine is separate from the DNS service, so if the search engine's not working right, that doesn't get you a refund on your DNS contract.
    • (The bogus part) - the search results are only for your personal non-commercial use and you can't do anything with it (with more detail than that) and you can't metasearch, and any commercial use requires a separate agreement.

    Except for that one bogus part,
    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  107. I call shenanigans! by Anonymous Coward · · Score: 0
    All indications are that users, important members of the internet community we all serve, are benefiting from the improved web navigation offered by Site Finder.

    $50 says that they are using page hits from mistyped urls as their "indications"

  108. So the United States commerce department by OeLeWaPpErKe · · Score: 1

    does something that they think will bring in more money ... I am shocked.

    You should be thankful (to god that is, not to them) they're only redirecting UNUSED domains.

    Now would somebody please whisper that there is oil in the dns system so he'll get the department of offence^H^H^H^H^H^H^Hdefense involved.

  109. Can't even run a spellcheck, never mind a gTLD by nuckfuts · · Score: 1

    I had a look at that response to ICANN. What the hell is a "FASILMILE"?

  110. Re:+4 Informative ? by signe · · Score: 3, Insightful

    Not really. You posted anonymously, I didn't. Nothing against you (since I have no idea who you are, obviously), but I set very little stock by anything posted without a name. I understand that there are reasons to post anonymously, such as to not bring down the wrath of an employer. However, there's still the concept of if you won't even sign your name to what you've said, how much can it be worth? Additionally, a lot of moderators take the tact of never moderating AC posts up. And you also started your post with a personal insult, which a lot of people automatically view as flamebait.

    Either way, the important thing is that someone got modded up to point out how wrong that guy was. And that he got modded down.

    -Todd

    --
    "The details of my life are quite inconsequential..."
  111. Dear tech support... by Anonymous Coward · · Score: 0

    bombverisignexecutiveswithusnavyairplanes.com does not seem to work; I keep trying bombscoexecutiveswithusairforceplanes,net, and this also does not seem to work. Please advise.

  112. View Page Source! But What User Interface? by billstewart · · Score: 2, Interesting
    The response you get depends on the interface you use, which affects whether it's readable by the blind. If you're typing DNS queries by hand, for instance, it will tell you that nonexistent-domain-24324324.com has IP address 64.94.110.11, which isn't correct, but it's the same lie they tell sighted people.
    If you use email, your email system will give you a message like

    : host verisignsucks12232.com[64.94.110.11] said: 550 : Client host rejected: The domain you are trying to send mail to does not exist.
    which is only slightly inaccurate. Your email-to-speech reader should be able to read it to you about as well as it could have read the message you should have gotten.

    If you're using a web browser, it's a different story (unless Verisign's web pages are tuned for different browsers, in which case Lynx could be made to work ok.) There's lots of Javascript, mostly at the end, and the phrase about the domain verisignsucks-1342314321.com does not exist is unfortunately buried in the code for a complex table, even though visibly it's rendered near the top of the page. So that depends on your user interface's ability to read you tables and ignore Javascript.

    If you're using most other protocols, somewhat incorrect things will happen, because most of them use "A" records, which Verisign will respond to with their IP address, and the service you're looking for probably isn't there. But again, they're the same incorrect things that happen to sighted people, and presentation is an applications programming problem.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  113. Call your ISP, ask em to upgrade BIND by jafiwam · · Score: 3, Informative

    ISC.org has come out with a couple new versions of BIND (on several platforms) that makes the Verisign thing irrelevant.

    Essentially, here's how it works;

    Rather than simply accepting any response from any root DNS server, the new version of bind only accepts an NS record (that states the authoritative DNS server) rather than an A Record (which maps a hostname or domain to an IP address). So the root servers can only do what they are supposed to do; tell your local DNS servers where to find the authoritative servers. Even if they are configured to do something differently, BIND responds by forwarding an NXDOMAIN back to the querying client. Esentially, if an IP address comes back from the server, the response from the browser then becomes "DNS Error".

    This has several advantages:

    - it doesnt matter what ICANN does or what Verisign does, responses to DNS queries happen as they should.

    - the patch fixes ALL of the TLDs, so it doesnt matter what the .RU or .CX or whatever registrars do.

    - it can be done on the ISP level. Though I have no proof, I think there are BIG ISPs out there that have done this already (Earthlink has been mentioned).

    - no routing, blocking or other stuff that could cause problems in the future is involved

    - Joe Grandpa Internet User never needs to know, and doesnt notice anything different when the fix happens

    I do not know about MS DNS Server, or other non-BIND DNS servers, but I am sure there will be patches or upgrades from your publisher.

    If you run servers, go to ISC.org and read up about the upgrades. If you dont, check your publisher's web site. If you dont run DNS call or email your ISP and ask them to upgrade their BIND at their earliest conveneince.

    Though I think it would be better if RFCs were binding, or if they were followed voluntarily... there is more than one way to get the right thing done.

    1. Re:Call your ISP, ask em to upgrade BIND by Anonymous Coward · · Score: 0

      Your last note made me wonder... Do big bandwidth providers have clauses in their peering contracts that would require them to adhere to the published Internet Standards? Why isn't there such a clause in the contract VeriSign has with ICANN (they have one, right?)

    2. Re:Call your ISP, ask em to upgrade BIND by pe1chl · · Score: 1

      Unfortunately their first cut at it (P1) was buggy. I have run it for a few days and it causes errors on perfectly valid lookups (and corresponding entries in the logfile).

      Now there seems to be a P2 that is supposed to fix that, but it is only available as a full download, not a patch to P1 or the bare version. Impractical for me, as I already have the sourcetree with other patches (from distributor) on the system and only want to add the fix.

      So the only option for now was to remove P1 and go back to the standard version. I wonder how many ISPs have installed this and either stick at P1 (with bugs) or have to do extra work to make it correct.

    3. Re:Call your ISP, ask em to upgrade BIND by Dr.Ruud · · Score: 1

      But how about MX-records? I mean e-mail-addresses with a mistyped doamin in them.

    4. Re:Call your ISP, ask em to upgrade BIND by jafiwam · · Score: 1

      Same thing, MX goes like this:

      Domain on email is looked up on the TLD, if the root server responds with an IP from SiteFinder BIND substitutes NXDOMAIN for (non-existent domain), the user then gets the correct type of error. If the root server repsonds with an NS delegation, BIND takes that delegation of the authoritative server and does an MX lookup for the domain, finding out the hostname where to send mail.

      The MX record hostname goes through the same process. So the new versions of BIND will fix that too.

  114. Is this a sign of the end times? by release7 · · Score: 2, Interesting
    In the days before the Federal Radio Commission (FRC) came onto the scene, the precursor to the FCC in the US, the radio spectrum was an absolute mess. Broadcasters could blast out a signal on any frequency at any time and drown out abutting programs. That's because where there are no laws or rules, there can only be chaos.

    Could we be witnessing the same thing happening to the Internet? Will it slowly evolve into a near useless channel of communication as it becomes more and more corporatized and balkanized? If it does, it won't be long before Internet jockeys start demanding regulation and some kind of government cop to enforce standards and other general agreements for how the Internet should behave.

    When will that day come? Who knows. Maybe 5 years, maybe 25. Perhaps it'll happen during the gale force wind of anti-corporate sentiment that's currently brewing in middle America. But the real trick will be to stop the corporations from dominating the regulatory process like they did with radio and television. I hope and pray the ideals the Internet was founded upon survive this process. We'll have to wait and see and petition hard for our respective governments to do the right thing.

    --

    <a href="http://www.joblessjimmy.com">Work is dumb and so is Jobless Jimmy.</a>

  115. Throw them out by Anonymous Coward · · Score: 0

    Create two new top level domains. Call them .alpha and .beta or whatever. Throw verisign out and just move along. They have proven themselves to be both incompetent and mischevious. There are more important things to worry about. Take their power away and get on with life.

  116. I already suspended their service... by ErikTheRed · · Score: 2, Insightful

    ...at least on the DNS servers I control. Just redirect lookups on the .verisign.com (and .net and .org) domains to my local DNS servers which strangely enough don't seem to point the inquiries to verisign... Just had to clear it with Management first as a "privacy issue"...

    --

    Help save the critically endangered Blue Iguana
    1. Re:I already suspended their service... by blibbleblobble · · Score: 1

      "Just redirect lookups on the .verisign.com (and .net and .org) domains to my local DNS servers which strangely enough don't seem to point the inquiries to verisign... Just had to clear it with Management first as a "privacy issue"..."

      Anybody got some good recipes for blocking sitefinder on individual computers? Does putting an IP address in your hosts file work, or is it possible to null-route verisign from a Windows PCs?

      Those of us without our own DNS servers would quite like to avoid the delay in getting NXDOMAIN responses - ideas?

    2. Re:I already suspended their service... by Anonymous Coward · · Score: 0
      It's about the misuse of trust --
      https://seal.verisign.com/splash

      To report "Seal Abuse" (I am not making this up)
      http://www.verisign.com/support/site/abuse.html

      It never hurts to complain to the wrong department unless you're the webmaster.

  117. UK resident ... trying some options by Anonymous Coward · · Score: 0

    As a UK resident, I was dismayed by recent developments in this story.

    I have written a letter with a summary of the issue and references to online media sources.

    I have sent the letter to several media/newspaper companies.

    In addition I have forwarded it to my MP.

    My concerns focus on the Terms of Use and my inability to stop using a service. I also pointed out that Verisign, in making their changes have affected all UK internet users and as such this information should be brought to a much wider audience.

    Hopefully one or two people who receive my letter will actually consider doing something about it.

    Fingers crossed...

  118. Has anyone else noticed yet by paroneayea · · Score: 2, Insightful

    that the sitefinder "service" only returns domains by verisign customers? Kind of negates the defense that the sitefinder utility is helping people across the internet find what they really need.

    --
    http://mediagoblin.org/
    1. Re:Has anyone else noticed yet by Kredal · · Score: 1

      That's not true. Tested it on a friend's site who is registered through godaddy.com, and it came back just fine.

      --
      Whoever stated that signature sizes should be limited to one hundred and twenty characters can just go ahead and kiss my
    2. Re:Has anyone else noticed yet by paroneayea · · Score: 1

      Hm. It is possible that you are correct, but regardless, their service is messed up. I figured this much since I tested misspelling a few sites, even my own, and ended up with sites that weren't anywhere near mine in spelling.

      I mean really. www.lingocomics.com should really say www.lingocomic.com as a close match, but look what it gives instead. I am also registered through GoDaddy.

      --
      http://mediagoblin.org/
    3. Re:Has anyone else noticed yet by Anonymous Coward · · Score: 0

      No. Grandparent is correct and you are totally wrong.

      The reason why bad domains don't always resolve to sitefinder is that not all of the rootservers are run by Verisign and wont always resolve to that every time.

    4. Re:Has anyone else noticed yet by Kredal · · Score: 1

      I just put in lingocomics.com, and your site was the third match... seems to be working ok. (:

      --
      Whoever stated that signature sizes should be limited to one hundred and twenty characters can just go ahead and kiss my
  119. So, what ARE you doing? by jhlund1976 · · Score: 1

    I've read some great points, and one question keeps coming back to me: Instead of ranting here in the forum, why aren't you writing your Reps and Senators? Okay, it doesn't solve the world's problems, but these folks are there to work for us, right? Even my hamfisted and inelegant summary of the VeriSlime doings could make a difference, if some staffer sees patent political gains. Try it - activism!

  120. Letter to VeriSign by mikek2 · · Score: 2, Insightful

    [just fired this off to VeriSign]

    Dear VeriSign,

    Assuming for a minute that you had absolutely no idea that SiteFinder would break large portions of the Internet, I'm simply dumbfounded over your renegade attempt to hijack the Domain Name System.

    In all seriousness... what were you thinking?

    Did you intend to destroy your credibility, or was it merely an unintended side effect or your sheer arrogance?

    You've managed to rally the technical Internet community behind ICANN, the one organization which was a bigger laughingstock than you to begin with.

    Please, reconsider SiteFinder. The Bubble bust a long time ago.

    - a dissatisfied customer

  121. no worries m8! by Anonymous Coward · · Score: 0

    with verislime adding insult to injury, something like opennic is just what we need. even if it was started by those poncy gits over at k5.

  122. Lets all let them know how we feel! Email here... by Ceadda · · Score: 3, Interesting

    It may seem like a lot of effort, but, if everyone who hates this service just sends them a few words saying so, by email, by putting the following list of every address they have into their send line, they wont have an email system at all :) And it might be just a little fun too! Here they are :) All 1 line, with , inserted, so you can just copy and paste it :) consultingsolutions@verisign.com, websitesales@verisign.com, verisales@verisign.com, clientpki@verisign.com, internetsales@verisign.com, paymentsales@verisign.com, dnssales@verisign.com, digitalbranding@verisign.com, vts-mktginfo@verisign.com, channel-partners@verisign.com, premiersupport@networksolutions.com, authenticode-support@verisign.com, objectsigning-support@verisign.com, enterprise-sslsupport@verisign.com, vps-support@verisign.com, webhelp@verisign.com, practices@verisign.com, renewal@verisign.com, vts-csrgroup@verisign.com, info@verisign-grs.com

    --
    *There's Klingons on the starboard bow, scrape em off Jim!*
  123. Problems with real sites by Anonymous Coward · · Score: 0

    I don't know if anyone else has had problems, but I can't get through to real sites now. For instance Barnes & Noble doesn't work. I have found other instances, but this comes to mind first. This seems like a major lawsuit waiting to happen.

  124. Re:wow - obilgatory by VikingBrad · · Score: 0

    You must be new here
    Cheers
    Vikingbrad

  125. Rock!! Maybe you just slashdotted a phone number!! by StewedSquirrel · · Score: 1

    Wow, would that be a first? Slashdot their office phone number. :-)

    Could that be considered a Denial of Service attack? On a phone?

    hmmm

    Stewey

    --
    There are 10 kinds of people in the world. Those who understand binary and those who don't.
  126. Reach out and DOS someone? by jefu · · Score: 1
    So, lets see. If I (and all like minded slashdotters) were to issue lots and lots of curl's and wgets for, say
    "http://foo%08x.com/verisignsucks.html" % random()
    with no appreciable waits in between, it could not possibly be a denial of service since we'd all be querying different web sites, right?

    Not, of course, that anyone would ever do that.

    1. Re:Reach out and DOS someone? by S.Lemmon · · Score: 1

      Yeah, if your goal is to DoS your ISP's DNS server.

  127. Dial the wrong # and get Bell Advertisements next? by Mustang+Matt · · Score: 1

    How long before the phone companies start redirecting your misdialed calls to Bell advertisements?

    --
    The man who trades freedom for security does not deserve nor will he ever receive either. - Benjamin Franklin
  128. Google does track click-throughs, sometimes by piranha(jpl) · · Score: 1
    Has anyone noticed that they are tracking the clickthroughs of the search results. (Note: google does not do this)
    Wrong. I have noticed at least one occasion where a Google search result link would go through a Google redirection script. They take limited samples of search result click-throughs. See the paragraph "Links to Other Sites" in the Google Privacy Policy.
    1. Re:Google does track click-throughs, sometimes by heff · · Score: 1

      just view the source of your typical google search results page - those aren't just simple href's kids...

      they track damn near everything.

      --

      --

      |-_-| . o O ( bEef!)

  129. Re: -1 offtopic by Anonymous Coward · · Score: 0

    Why was this modded *up*?

    I *would* post logged in and give every detail down to bloodtype, eye color, and penis size, but then, that really has no bearing whatsoever on what I'm saying does it?

  130. Re:Dial the wrong # and get Bell Advertisements ne by Shiftlock · · Score: 1

    Count on it. I am already getting SPAM disguised as text-messages on my Sprint PCS phone. So far every 'ad' has been for phone related services (although not all from Sprint).

    You pay for the service from Bell, you get whatever they pipe to you. You agree to their terms when installing / paying for their service.

    note: I have an old Motorola without nifty camera and color screen.

  131. Re: -1 offtopic by signe · · Score: 1

    Now that I can't tell you. Some moderators are just morons. I mean, granted, it was a decent explanation as to why a moderator might pick one comment over another (at least to me). But it's completely off-topic for this article (as is this post).

    -Todd

    --
    "The details of my life are quite inconsequential..."
  132. Epiphany by pyite · · Score: 1

    Epiphany: A change ("feature") you make causes the most used DNS server's developers to issue a patch. THIS IS NOT A FEATURE YOU FRIGGIN MORONS, IT'S A BUG. And I say that in the most angry Lewis Black-esque voice I can manage.

    --

    "Nature doesn't care how smart you are. You can still be wrong." - Richard Feynman

  133. Yes, there is a way by macdaddy · · Score: 1
    This comes to you via a posting to the North American Network Operator's Group (NANOG) by Chris Roberts. The author of the HOWTO is Martin A. Brooks. Thanks Martin!

    Call 0800-032-2101 and select option 2 for Support.

    Explain to the engineer that you have typed in an non-existant domain name and
    been directed to their sitefinder service.

    Explain that you have read the "Terms of Use" and do not agree to abide by
    them.

    Explain that, as you don't agree to the ToU, you are explicitly forbidden from
    using their service.

    Ask them to exclude your IP block from those that will be given the sitefinder
    IP rather than NXDOMAIN.

    Give them your name, company (if appropriate) and a contact telephone number.
    1. Re:Yes, there is a way by Dahan · · Score: 1
      This comes to you via a posting to the North American Network Operator's Group (NANOG) by Chris Roberts.
      Call 0800-032-2101 and select option 2 for Support.
      Uh, that's not a North American Numbering Plan phone number. Is it too much to expect a post to the North American Network Operator's Group to give instructions for people in North America?
    2. Re:Yes, there is a way by macdaddy · · Score: 1

      Strip the leading 0 and quit complaining. :-)

    3. Re:Yes, there is a way by Dahan · · Score: 1

      Still invalid. The "0" in 032 is invalid for NANPA numbers--the "N" in the "NXX" must be between 2-9 inclusive.

  134. MOD PARENT DOWN - PLAGURIZER by Anonymous Coward · · Score: 0

    See original source: http://slashdot.org/comments.pl?sid=79303&cid=7011 804

  135. Phew! by daVinci1980 · · Score: 2, Funny

    Good to see that verisignsucks.it still does the proper thing.

    And doesn't suck it.

    Sometimes you have to watch those crafty Italians.

    --
    I currently have no clever signature witicism to add here.
  136. Re:wow - obilgatory by Txiasaeia · · Score: 0
    WTF? VeriSign is now branding itself on the minds of those who mistype a URL. People who do this quite a bit are going to think that, somehow, VeriSign is in charge of the whole bloody thing. They came in and instituted this policy (read: free advertising) without consulting anybody, and when somebody asks them to cease what they're doing, they tell them to shove it.

    Then, some guy comes along and says that the biggest problem is that non-English speakers are going to get a 404 in English. I point this out, he gets moderated as insightful, I get modded as a troll.

    The biggest problem is *NOT* an English 404 -- the problem is the fact that VeriSign did this without consulting with *ANYBODY*, so who knows what else they're going to be doing! How about VeriSign ads at the bottom of every page of the entire Internet? How about an obligatory five-second page pre-load ad? How about surcharges for searching time on VeriSign servers when somebody misspells a URL? These are problems. An English 404 is *not* a problem.

    --
    Condemnant quod non intellegunt.
  137. Timeout by jefu · · Score: 2, Interesting
    curl 2342323432423432.com
    took 3 minutes and 20 seconds to timeout.

    curl 2342323432423432.org
    returned a resolver error in less than two tenths of a second.

    curl 2342323432423432.gov
    returned a resolver error in less than a tenth of a second.

    Will anyone really wait three minutes for a web page?

  138. Is Verisign in violation of federal law? by Anonymous Coward · · Score: 2, Insightful

    There seems to be an issue as to whether the Verisign SiteFinder "Service" violates federal law, namely, the Electronic Communications Privacy Act of 1986. I wish I could get links to work, but here are URLs that will give you the text of relevant sections of this law. Type the URLs carefully -- you wouldn't want them to be intercepted by Verisign.

    http://caselaw.lp.findlaw.com/casecode/uscodes/1 8/ parts/i/chapters/119/sections/section_2510.html

    and

    http://caselaw.lp.findlaw.com/casecode/uscodes/1 8/ parts/i/chapters/119/sections/section_2511.html

    A careful reading of these sections (18 U.S.C. 2510 and 2511) seems to suggest that Verisign's interception of mistyped URLs and emails, which could easily be argued to this casual observer to be both intentional and deliberate, might be a crime punishable by a fine and five years in prison. Sections of this law other than the ones cited above appear to indicate that statutory damages might be available to individuals who have had their communications intercepted.

    Someone with enough interest in the matter should contact a lawyer to get a more definitive answer.

  139. PR for use from ICANN't by Anonymous Coward · · Score: 0

    After a week of this I figure ICANN, or should I say ICANN'T has done little but to cut a few public letters between them. Perhas some back room talk without any real meat.

    Why not send Veri-slime.com a letter stating they will be pulled as TLD if they don't conform. Give then 12 hours or else. Don't mince words for our sake - just spell it out for the dumb asses.

    This is the Enron of the Internet, Veri-slime execs are messing with us. I transfered my domain the other day, I figure I have to put up with this at least they don't get as much for my domain renewal.

  140. Demand? Legislators? No: do something useful! by aphor · · Score: 2, Interesting

    Quit whining and run your own DNS server. When you are asked, you should willingly pony up the network bandwidth and server load to run a root server.

    You'd better get cracking too: there's a lot of RFCs to bone up on before you can achieve the status of the enlightened few who are above the controversy by sheer virtue of pure wisdom.

    If all the selfless people made it their livelihood to outproduce the demands of the greedy, would the demand diminish? Greed is foolishness, and a fool is self-defeating. Leave the greedy alone, but show them how to BE happy so that they can see parity from striving for happiness.

    You can't sustain a technical solution for a political problem, so leave their forum and create a new one without political problems. Why not just go back to IP addresses? Why not a new distributed database? Signed DNSSEC zones with PGP style peer-reviewed keyrings for certificates? What's the BIG PROBLEM here? The solution is apparent in understanding the problem.

    --
    --- Nothing clever here: move along now...
    1. Re:Demand? Legislators? No: do something useful! by drakaan · · Score: 3, Insightful
      There was no problem...There are a number of unscrupulous registrars that also host tld's, and Verisign has recently proved itself to be the most sickeningly ballsy of them. If Verisign is allowed to generate revenue from a service that could never be competed against (and this specific one can't, without screwing things up worse than they already are), then why don't we just hand them the "keys to the internet" and walk away. Greed *is* foolishness, in this case as well as the one you pointed out.

      If selfless people existed, we might discuss what they could produce. That said, there are many generous people who are also intelligent and hard working that have made huge contributions to the computing world. As a result of them, we have the Internet, Web sites, Linux, and various less-well-known projects and products.

      I call bullshit on this one. Verisign is being greedy and abusing their stewardship. They don't own .com or .net, but they are making decisions for all of us that do own a part of it. If my $35.00 doesn't go to support those "willingly-provided" DNS servers, then why did I pay it? The solution is to roll back the clock 14 days and not have this "Service" implemented. If Verisign wants typos to drive traffic, they should do what everyone else is forced to do, and buy a browser.

      --
      "Murphy was an optimist" - O'Toole's commentary on Murphy's Law
    2. Re:Demand? Legislators? No: do something useful! by aphor · · Score: 1

      In the old days, people would just quietly update the root zone and cut Verisign's nameservers out entirely. Then the remaining root servers would all filter out wildcard replies. The zone delegations would switch, and as the TTLs expire around the net Verisign would disappear from the DNS business. All this ICANN crap gives Verisign the power to pull crap like this and make legal threats if the rest of the Internet turns their back on them.

      What would hapen then? It would be up to the ISPs which usually supply DNS servers in setup configuration guides and via DHCP to decide which servers have the authoritative root zone.

      --
      --- Nothing clever here: move along now...
  141. Mod parent up! Reply from Verisign by Anonymous Coward · · Score: 0

    This is very interesting..

  142. Check this reply out.. by leerpm · · Score: 1

    See a comment below, that has a reply from Verisign.. According to Verisign, even if you disagree with the terms, you cannot opt out..

  143. Verisign's REAL agenda... by aphor · · Score: 1

    Oh, and BTW: what do you think Verisign has planned down the road? Signed zones? Boosted certificate business?

    DNS isn't broken enough to create demand for that kind of technology. DNSSEC has been around for a while and really has almost died. Verisign can almost set themselves up as a taxing authority. Will we let them? Probably. What do you think Legislators would do in this situation? Write the monopoly a charter!! Then, they can carve up the authority between a few big whigs to get out from under the monopoly spectre. Create a dazzling telcom-like illusion of competition. It'll be monopoly pricing without the monopoly!

    --
    --- Nothing clever here: move along now...
    1. Re:Verisign's REAL agenda... by Anonymous Coward · · Score: 0

      When you go to any site you'll first
      stop at a page that will show some ads
      then you'll be redirected to the site
      you were trying to reach.

  144. Sinister by Anonymous Coward · · Score: 0

    What if Verisign decide to look at their logs and register all the currently unregistered names with above average traffic. They have the ability to do this now if they wanted to right? Even if the "service" was discontinued in a week they could still harvest a lot of data in 10 days, thus giving them an unfair advantedge over their competitors.

  145. SPAM: Re:Perhaps the biggest concern... by Anonymous Coward · · Score: 0

    Its not the only concern. Since this nonsense started my Yahoo mailbox has been bombarded with spam.
    My attempts to do a better job with personalized filters than Yahoo!! have been successful, but every 15 minutes I have to login to clean the trash or my mailbox will appear full.

  146. MOD PARENT DOWN - PLAGURIZER by Anonymous Coward · · Score: 0

    See original source: http://slashdot.org/comments.pl?sid=79562&cid=7029 444

  147. Turning it around by sbranden · · Score: 1

    There must be a way to use this against them. No, not a DOS, but perhaps using the fact that lots of spam uses fake domains and fake .com, .net now all resolve to verisign. Therefore lots of spam originates from verisign and they should be fined.
    This is just one tangent to look at. There must be one that will work.

  148. smtp by Anonymous Coward · · Score: 0

    Obvious ethical considerations apart, this "service" is likely to break a whole lot of things, including SMTP.

  149. Does this still matter? by HermanAB · · Score: 1

    As far as I can figure, all ISPs have 'fixed' the problem already, so Verisign's caper has come to naught rather quickly.

    --
    Oh well, what the hell...
  150. Re:+4 Informative ? by Anonymous Coward · · Score: 0

    "However, there's still the concept of if you won't even sign your name to what you've said, how much can it be worth?"

    At least 4 mod points to you :-)

  151. It's redundant because... by pr0ntab · · Score: 1

    it's the same as every other "I-probably-didn't-get-first-oh-wait-FP" posts in all the OTHER articles.

    Asshat. :-)

    --
    Fuck Beta. Fuck Dice
    1. Re:It's redundant because... by proctorg76 · · Score: 0

      OHHHHHHHHHHHHHHhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh ... I get it

      --
      Something distinct that people will remember better than my name
  152. Be fair! by werdna · · Score: 1

    they will not voluntarily suspend SiteFinder.

    They certainly didn't refuse. The letter simply stated that they felt it was premature to do so. Indeed, they might never acceed, but I was infuriated at Varisign when I read that they said the wouldn't voluntarily suspend, and then angry at the story when I realized this was a dangerous paraphrase.

  153. Doesn't Google make it irrelevant? by goon+america · · Score: 1

    I, for one, barely even noticed this thing, because I longer actually manually type in addresses. I use google. Even if I know the address, even if I have a bookmark, I still use google with the "I'm feeling lucky" button, because it's just easier.

  154. Another real danger... [READ: MOD DOWN PARENT] by pr0ntab · · Score: 1, Informative

    is that Ophidian P Jones is a troll who just posts other users' high karma posts from previous, related articles.

    CAN THE MODS GET A FUCKING CLUE AND MOD THIS INTO THE GROUND?!

    Christ almighty.

    --
    Fuck Beta. Fuck Dice
  155. And it wasn't his first, either. by pr0ntab · · Score: 1

    Read my recent posts, he's copied me too.

    What a cuntlicking faggot.

    He makes Verisign look like the model company for the 21st century

    --
    Fuck Beta. Fuck Dice
  156. SiteFinder seems to be quite intelligent... by Barnoid · · Score: 2, Interesting

    because it only shows up if I have a typo in my URL:

    http://www.verisignsucks.com/ -> non existent domain
    http://www.verisignssucks.com/ -> sitefinder shows up...

    http://www.verisign-sucks.com/ -> non existent domain
    http://www.verising-sucks.com/ -> sitefinder shows up...

    --
    I'm a-huga bimbo.

  157. Whom You Should Complain To: by SEE · · Score: 2, Informative
    1. The Department of Commerce; VeriSign's contract to operate .com and .org was originally with them.
    2. The Federal Communications Commission, which oversees telecommunications.
    3. The Senate Commerce Committee's Subcommittee on Communications; contact the committee itself, the chairman, the ranking member, and any of the other members you'd like.
    4. The House Subcommittee on Telecommunications and the Internet, including the committee itself, the chairman, the vice-chairman, and the ranking member.

    By email, phone, fax, telegram, or letter (or better, several of these), let them know what you think. These are the people who can give Verisign reasons to change their behavior.

  158. simple fix by Anonymous Coward · · Score: 0

    Contact your State Representative and Congress person. Tell them that they made a mistake allowing Verisign be the replacement for Network Solutions. Take the franchise away from Verisign. Cite the abuse of SiteFinder and then bombard your repersentatives until Verisign is no more.
    Kill the fuckers.

  159. Re:Lets all let them know how we feel! Email here. by krray · · Score: 1

    great idea. been there, done that.

    also mentioned that there was no way in hell they would get the renewal on the mailed from .US domain (unfortunately I registered .COM and .US with them way back when).

    They could have the .COM domain back when it expires as well. No, we're not "Fedex.com", but even they could drop the .COM and go to .US and witin a month or two would you really notice? I certainly don't assume .COM today...

    Speak with your $$$ -- it's the only thing they will understand.

  160. Verisign's not the first to do this... by silverhalide · · Score: 1

    I'm surprised noone's mentioned Internet Explorer. Seems like everyone's forgotten that when you mistype an address in IE, you're automatically redirected to MSN's search engine (one of the reasons they can claim high search engine traffic like google). I find that almost as disturbing as Versign's abuse.

    1. Re:Verisign's not the first to do this... by Abalamahalamatandra · · Score: 2, Insightful

      Okay, one more time...

      That's application level. You can shut it off. And if there comes a time when you can't, you're free to switch to a different browser, like, say, Opera.

      And it doesn't result in mistakenly passed spam checks, email address leaks to Veri$ign, and general screwed-upedness like a wildcard DNS does.

      Geez, does anybody get that "the web" is not a synonym for "the Internet" anymore?

  161. It's Time to Transfer the Administration ... by chris_sawtell · · Score: 2, Interesting
    ... of the all the top level domains to a supra-national organisation, because the current system is so demonstably open to abuse. Entire domains being effectively stolen from small countries, unused sub-domains being stolen wholus-bolus. This criminal behaviour is totally unacceptable to any fair thinking person.

    It's time that the rest of the world took control of the DNS away from the corrupt outfit that has highjacked it and the Government which allowed that to happen.

    Perhaps UNESCO should run the DNS?
    That's the United Nations Educational, Scientific, and Cultural Organisation.

    1. Re:It's Time to Transfer the Administration ... by Anonymous Coward · · Score: 0

      Fair point. The current central management are screwing the system for their own ends.

      Given that screwing of the system is kinda inevitable with companies in charge, another solution would be to find a way to redesign the internet so as to remove central control. I think someone mentioned freenet.sourceforge.net in a recent comment? I'm not sure that this would be applicable to the entire net, but some sort of distributed solution could well be even better, and less open to wide-scale abuse, than the current setup.

  162. SiteCatalyst ? by fishman · · Score: 1

    Not only are VeriSign abusing their power, they are collecting stats on every browser which mistypes a URL. This makes me soooo mad!!

  163. Re:Dial the wrong # and get Bell Advertisements ne by DrHyde · · Score: 1

    It gets worse. Apparently VERISIGN owns Illuminet, one of the larger providers of comms services in the US.

  164. hehe by Anonymous Coward · · Score: 0
  165. For The Rest Of Us by Narcogen · · Score: 2, Informative

    I've spent a good amount of time this week trying to talk to end-users about this issue, and found there's a lot of background to fill in so people understand why they should care about this. Once you get through that, most have wanted to do something to at least prevent themselves from being affected. But it's a lot of work explaining the background over and over again. In some cases, to people who should know better, including CEOs of medium sized telcos. What I did do is put up a really short explanation of the problem and of three recourses-- the petition, the ISC patch for BIND, and reconfiguring a PC for using OpenNIC DNS servers. I'm open to revising and/or expanding it if people can provide more information that I've left out, although I've tried to keep it short. The item is here: What Is SiteFinder, And Why Should I Care? I did this primarily for my own clients, but it may be of use to others. YMMV.

  166. Abuse of Power and Trust by Verisign by shalunov · · Score: 1

    I made a web page that catalogs the reasons why I think that Verisign is wrong in itroducing *.COM and *.NET wildcard A records: Verisign NET and COM Wildcards Considered Unethical.

  167. Modify BIND to disappear entire *.verisign.com by jamie(really) · · Score: 1
    There's nothing in the standard to say they cant do sitefinder, well there's nothing in the standard to say we cant modify BIND to return No Domain for any *.verisign.com request.

    If they want to claim this is unfair business practices and illegal, they'll be opening themselves up to a counter-suit from www.register.com etc.

  168. Transfer of Registration by Fzz · · Score: 1

    I control three domains that are currently registered with Versign/Network Solutions. Does anyone have good recommendations for alternative registrars that I can transfer these domains to?

  169. The net is dead! Long live the BBS! by kiddailey · · Score: 1

    If the net does become a "corporatized, regulated, annoying piece of crap" then we can get back to the way things were before - and I'll finally have a reason to dust off my BBS and rejoin FidoNET. :)

  170. A sure sign that *nothing* will change by ch-chuck · · Score: 1

    when you see comments like "appoint a panel of experts" you just know there will be lots of bits printed, lots of blustery speeches, strongly worded condemnations, etc. and when it's all over, absolutely nothing will change.

    --
    try { do() || do_not(); } catch (JediException err) { yoda(err); }
  171. Bottom line by mabu · · Score: 1

    The bottom line is that when Verisign proposed to manage the TLDs, this sleazy hijacking of the domain null space was not part of the proposal. This is the same sort of liberty that NSI took when they arbitrarily decided to charge for domain names after they were awarded a contract funded by taxpayer money to manage the TLDs. Since day one, Verisign/NSI has been anything but covert over the fact that they were the fox guarding the henhouse.

    In this latest act of cyber rape, the Sitefinder service gives Verisign yet another unfair advantage over all other registrars, which flies in the face of the ideals upon which the system was designed.

    As angry as people may be towards Verisign, their true frustration should be directed towards ICANN, whose purpose is to ensure a fair and mutually-beneficial management of the TLDs.

    ICANN has failed miserably.

    ICANN needs to be dissolved.

    A new organization with more honorable intent, control and responsibility should be created.

    The entities that manage the TLDs should ideally be prohibited from being in the registrar business. This would level the playing field.

  172. A visit from Captain Pedantic by 87C751 · · Score: 1
    ...they didn't even bother telling anyone they were going to do this in the first place ahead of time.
    Yes, they did. We just didn't believe them and sidetracked ourselves with the usual plethora of tangentials.
    --
    Mail? Put "slashdot" in the subject to pass the spam filters.
  173. All caps... by Anonymous Coward · · Score: 0

    ...it's actually a requirement at law in certain jurisdictions. The idea is that they're CLEARLY MARKING THEIR DISCLAIMER OF SUCH-AND-SUCH, and not tucking it away. I'm sure boldface (or proper small caps) would be just as legal but all caps is the tradition (and boldface isn't always available).

  174. Don't accept Terms of Use - Mail or call Verisign by Esteanil · · Score: 1

    Okay, sure, we can work around this with routing. But why not flood VeriSign with work?

    Call: 0800-032-2101 or email sitefinder@verisign-grs.com

    Tell them you will NOT accept their Terms of Use. Write it in your own way, we don't want them to be able to autoreply on anything, use your own subject, own text.
    Let's give VeriSign some work keeping their "service" operational.
    It's only fair. They're stealing both our bandwidth and our time.

    Background:
    According to http://www.theregister.co.uk/content/6/32872.html:
    "However, it seems that the T&C's might help us to stop this abuse. If you do not agree to the T&C's the only option they have is to not redirect your netblock to their site. So, give them a call on 0800-032-2101, select 2 to speak to their support department and once you get a human, tell them that you don't agree to their T&C's and can they remove your netblocks! "

    Now, I did this in a slightly different way.
    I first contacted VeriSign Norway, who replied that I should contact sitefinder@verisign-grs.com .
    I just sent the following email to that address:
    Subject: Sitefinder - I do NOT accept Terms of Use.

    " With this I give official notice that I do NOT accept any part of the Terms of Use of your Sitefinder "Service". A "Service", I might add, which I consider theft of my time and bandwidth.

    Since using your "service" is not voluntary in any way, I demand you either close down your service, or find some other way in which to exclude the places from where I use the internet from your "service".

    Contact me on if you have any questions.

    - Tor Pettersen"
    --
    I'm a dreamer, the world is my playpen. But hey, I'm a serious person, I can't dream all the time.
  175. Follow the money by Anonymous Coward · · Score: 0

    If you look at the TLD Sponsorship contracts on the ICANN site you'll see that some of the things a TLD Sponsors must do are...
    Produce an accurate count of domains.
    Pay a per-domain fee to ICANN.
    It will be interesting watch the money.

  176. verisignsucks.com doesn't resolve by Anonymous Coward · · Score: 0

    I guess they make at least one exception in their wildcard implementation. verisignsucks.com does not resolve.
    Hmmmm,
    J

  177. Cant we create our own root dns service? by warhaeden · · Score: 1

    Why cant we just bring a community based replacement service online and blacklist verisigns root dns services?

    --
    This was a real question from a job interview! Q: What area of programming do you consider yourself not to be good in?
    1. Re:Cant we create our own root dns service? by Anonymous Coward · · Score: 0

      Due to ICANN's past behaviour, this is already being done. See OpenNIC, AlterNIC, and The Pacific Root. Now, if more ISP's would support them ...

      To really apply negative reinforcement to Verisign, the ISPs need to block not just sitefinder.verisign.com, but *.verisign.com, and drop the Verisign controlled root servers from the root hints file.

  178. How can we punish Verisign? by Sembiance · · Score: 1

    Is there any (legal) remedies that we as (US) citizens can take to punish verisgn?

  179. trademark violation? by penguin7of9 · · Score: 1

    If I register a domain containing some big company's trademark pointing to some random site, people usually get up in arms. Isn't it a trademark problem if "http://microsoft-sdlkfjr.com" or "apple-sldkjflskj.com" or "http://coca-cola-sldkfjjs.com/" take me to VeriSign's site? Or is it suddenly OK if you do this by the billions and do it for commercial gain?

    (Incidentally, one big problem with the SiteFinder service is that it takes forever to come up with its answers.)

  180. Let's admire their restraint... no, really by irving47 · · Score: 1

    I think it's a miracle they didn't put banner ads and pop-up/under ads on the things.

    (We still need to kill them, though. That's a given.)

    --
    I had a sucky sig.
  181. verisign-sucks.net was DENIED REGISTRATION by LostboyTNT · · Score: 1

    Verisignsucks.com is apparently already registered
    I have 3 times tried to register this non-registered domain, and the first 2 times were denied without cause. finally took on the 3rd time though..

    I have never been denied registration of a valid non-registered domain before.

    Can anybody figure out why?

    anyways, I think it's up now.. (as soon as I fix the DNS)

    --
    LostboyTNT MercyHosting.Com

    Server-Status.Com

    50Bux.Com

    TLDR.Com

    1. Re:verisign-sucks.net was DENIED REGISTRATION by Anonymous Coward · · Score: 0

      http://www.whois.sc/verisignsucks.com

  182. been there, commented that.. by LostboyTNT · · Score: 1

    yeh, we've already been through that..

    ( http://slashdot.org/comments.pl?sid=78846&cid=6986 025 )

    it's a software thing, that you can change from tools, options, advanced turn off 'search from toolbar'

    there are also other TLD's who have done this, but none to this extent. none that screw up the internet the way verisign has.

    http://verisign-sucks.net ;)

    --
    LostboyTNT MercyHosting.Com

    Server-Status.Com

    50Bux.Com

    TLDR.Com

  183. It doesn't matter... by pr0ntab · · Score: 1

    you should have replied with that question
    in the other thread that the parent stole
    his comments from. (read my other reply)

    And no, we'd be just as pissed if the DNS
    failed resolves went to google. It sounds
    like a cool feature if you could optionally
    enable it in your browser, or by picking a
    special DNS server.

    --
    Fuck Beta. Fuck Dice
    1. Re:It doesn't matter... by Anonymous Coward · · Score: 0

      Yes, it would be awesome if my browser had a button to enable broken DNS behavior.

  184. Re:What you can do about SiteFinder (Windows) by Anonymous Coward · · Score: 0

    Put the following line into a bat file in your Startup folder:

    route add 12.158.80.10 mask 255.255.255.255 some-nonexistent-ip-on-your-lan

  185. Reviews by Anonymous Coward · · Score: 0

    Alexa Review

    Give them negative reply!!

  186. Yank their adminstrative control. by lasermike026 · · Score: 1

    If Verisign can't play by the rules and/or play nice then yank the TDL. Remove their administrative control quickly. I don't have time for corporate greed breaking dns. A sendmail guru once told me that "dns is like air. you poison the air and everything dies."

  187. Nmap of sitefinder by Digital_Quartz · · Score: 1


    Today, while doing an nmap of my machine to look for security faults, I
    accidently mistyped my domain name (instead of my domain name, I accidently typed
    "klsdjhfskjdhfkjshdf.com") and got an nmap of sitefinder-idn.verisign.com:



    $ nmap -P0 klsdjhfskjdhfkjshdf.com

    Starting nmap V. 2.53 by fyodor@insecure.org ( www.insecure.org/nmap/ )
    Interesting ports on sitefinder-idn.verisign.com (64.94.110.11):
    (The 1510 ports scanned but not shown below are in state: closed)
    Port State Service
    23/tcp filtered telnet
    25/tcp open smtp
    79/tcp filtered finger
    80/tcp open http
    135/tcp filtered loc-srv
    136/tcp filtered profile
    137/tcp filtered netbios-ns
    138/tcp filtered netbios-dgm
    139/tcp filtered netbios-ssn
    161/tcp filtered snmp
    162/tcp filtered snmptrap
    514/tcp filtered shell
    4444/tcp filtered krb524


    Interesting that they have an open SMTP port. Any message sent to an
    incorrect email address will end up in verisign's mailbox. Verisign is
    intercepting your misaddressed email. Are they reading it?



    The SMTP daemon running on the sitefinder machine appears to be a custom
    SMTP implementation:



    $ telnet alskdjklajsdlkajsdkljds.com smtp
    Trying 64.94.110.11...
    Connected to alskdjklajsdlkajsdkljds.com.
    Escape character is '^]'.
    220 sitefinder.verisign.com VeriSign mail rejector (Postfix)


    The "VeriSign mail rejector" rejects any message sent to it with reason 550:



    <mrbiggles@lasdkjalskdjlaksjd.com>:
    64.94.110.1 1 does not like recipient.
    Remote host said: 550 <unknown[xxx.xxx.xxx.xxx]>: Client host rejected: The domain you are trying to send mail to does not exist.
    Giving up on 64.94.110.11.


    It does this whether the domain you are trying to reach actually exists or not.
    (Hey, at least it's not an open relay!)


  188. Domains were never free. *somebody* was paying by Anonymous Coward · · Score: 0

    In this case it was the US National Science Foundation under the aegis of Don Mitchell. He didn't mind subsidizing domain and ip registries for a then-yound Internet but refused to pay for every company.com that wanted a name, especially after *that* wired article.

    So the NSF asked the Federal Networking Advisory Councel what to do; they advised the NSF to tell NSI to charge for domains and so it happened.

    I hate NSI as much as the next guy, but we should at least be accurate; it's interesting to note NSI has never set prices, they're always told what price things will be. First by the NSF and these days, by the US Department of .COMmerce (who pretend ICANN is in charge)

  189. redundant? by Anonymous Coward · · Score: 0

    who modded that?

    1. Re:redundant? by Anonymous Coward · · Score: 0

      I wd mod U down

  190. Translated some more! by macshune · · Score: 1

    DEAR PAUL

    MY NAME IS RUSSELL LEWIS AND I POLITELY REQUEST YOUR ASSISTANCE IN RECOVERING US$100,000,000,000 FROM WEB ADVERTISING SALES IN THE NEXT MONTH. MY COLLEAGUES AND I HAVE DEVELOPED A SYSTEM TO GET 1 PENNY FOR EVERY MISTYPED DOMAIN NAME ON THE INTERNET.

    I AM PREPARED TO GIVE YOU $1,000,000,000 OF THE REVENUES IF YOU PROMISE TO LET ME IMPLEMENT MY SYSTEM. PLEASE SEND YOR BANK ACCOUNT NUMBER AND I WILL SEE THAT THE MONEY IS DEPOSITED TO YOUR ACCOUNT IN SHORT ORDER.

    THANK YOU,
    RUSSEL LEWIS
    EXECUTIVE VICE PRESIDENT, GENERAL MANAGER

  191. Lets all application developer sue Verisign by rch90 · · Score: 1

    I think that all developers that own applications that rely on domain queries for any sort of validation should Sue Verisign. And any users that own license to any such applications should also attempt some sort of class action suit against them as well. I am not a lawyer, but I think that there are enough grounds for judicial action

  192. hmmm by Deternal · · Score: 1

    Sorry, I never read any RFC's on DNS since I essentially never had any need for the knowledge.

    But doesn't this hack have some possible negative complications?

    This is a thought up example:
    Joe A runs a bind server on his network and installs the 'no-sitefinder'-patch on this.

    His own dns is a subdomain of a domain he owns.
    His ISP runs the authoritative server on his domain, his own bind server is authoritative on his own subdomain.

    He wants to check his own company website (which obviously isn't the subdomain) - bind would look up the next level DNS server (isp level) - this returns the A record for his domain since it is authoritative - he's own bind server says "hey you didn't tell me which server is authoritative" and returns NXDOMAIN to the client.

    ---

    I know I might be stretching a bit, but isn't this essentially possible in different combinations?
    Atleast it would be if I understood this correctly, and that wouldn't really be helpfull either then, since it just breaks something else.

  193. what means what? by LostboyTNT · · Score: 1

    yeah? soooooooo...

    like I said, it's registered.

    --
    LostboyTNT MercyHosting.Com

    Server-Status.Com

    50Bux.Com

    TLDR.Com

  194. Who cares about privacy, its all about control. by GeniusJones · · Score: 1

    Well, actually I care about privacy, but thats not why I am posting. I see both power-users and eventually all users getting mightily annoyed by the fact that their web browser can now no-longer determine whether a typo has occured or not, and control the response.

    Of course there are many options. Power users for example might prefer a short neat error message, either in-page or pop-up. Newbies might prefer a search service. What happens should be determined at the browser.

    I once taught a class on searching the web, one of the challenges during that class was explaining that when the user mistyped a search engines address and still got a search engine that something bad had happened, and they needed to correct something. This is "Service" is very confusing and time-draining for all parties.

    You might also ponder the problem of explaining why they now have a picture of Pamela Anderson and Tommy Lee getting down on their screen, in a public educational facility, having only done exactly as I told them (or so they think at the time).

    In short, Verisign have done a wrong doing by extension the fundamental problem is that domain registration agencies (at all/any level) need to restrict the practice of re-directing typos, so that users are in control of their PCs, bandwidth and personal data, and so that educators and sys-admins have sufficient control to set up their browsers in the most appropriate way for the environment.

    Regs GJ

  195. How To Block VERISIGN SITE FINDER With Mozilla by atari_kid · · Score: 1
    First you need to locate the HOSTS (no extension) file in the C:\WINNT\SYSTEM32\DRIVERS\ETC or C:\WINDOWS\SYSTEM32\DRIVERS\ETC in WIN 98/ME/2000/XP. Open the file in Notepad and add this line:

    127.0.0.1 sitefinder.verisign.com

    this will screw up the "redirect" system. But SiteFinder can still send you a cookie. So go into the edit-preferences-Privacy & Cookies. Put a checkmark on "Ask me before storing a cookie". And before editing HOSTS file go to http://www.techhtv.com and when the "cookie confirmation" prompt window comes up put a checkmark on "Use my choice for all cookies from this site" and then press DENY. Everybody should do this. Best way to fight back against Verisign for the moment! For IE setup go to http://www.pcmag.com/article2/0,4149,1274644,00.as p

    --
    All technology emerges from the "supreme will" of man to become GOD!