Slashdot Mirror


VeriSign Granted a Patent Covering SiteFinder

An anonymous reader writes "Remember VeriSign's SiteFinder? Turns out that a couple of months back VeriSign was granted a patent on resolving unregistered domains. This came about thanks to its acquisition of eNic, operator of the .CC Domain. How long before Verizon, Earthlink, and OpenDNS are hit up for licensing fees?"

25 of 85 comments (clear)

  1. Better link by OMNIpotusCOM · · Score: 2, Informative
  2. Server by benthurston27 · · Score: 2, Funny

    I'm guessing combine this with apache and they'll catalog your web site without you having to pay for a registered domain.

  3. Oh the Humanity by DECS · · Score: 4, Insightful

    Maybe we should patent REALLY BAD IDEAS to prevent them from spreading. Of course, it's hard to imagine in advance that ISPs and a company like VeriSign would make a business from poisoning and subverting DNS.

    Flash Wars: Adobe in the History and Future of Flash

    1. Re:Oh the Humanity by Tuoqui · · Score: 2, Funny

      Unfortunately the patents become public domain after 20 years.

      --
      09F911029D74E35BD84156C5635688C0
      +2 Troll is Slashdot's way of saying groupthink is confused
    2. Re:Oh the Humanity by smittyoneeach · · Score: 2, Interesting

      After having been trivial, obvious, and awash with prior art by the gallery for decades previously.
      None of the presidential candidates, AFAIK, has said peep #1 about patent reform. Hm.

      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  4. That might be a good thing... by Whatanut · · Score: 4, Insightful

    If it stops DNS providers from using this practice... I'm all for it.

    --

    yvan eht nioj
    1. Re:That might be a good thing... by Antique+Geekmeister · · Score: 2, Insightful

      Are we discusing the same Verizon? The one that made every single failed lookup on DNS for the *.com domain, which htey manage, resolve to their advertising pages? It broke a huge number of DNS testing tools, and caused all sorts of nasty traffic problems.

      The chance of Verisign blocking this kind of behavior, except to protect the turf so that only they can do it, is so small as to be the same of making SCO admit they lied about owning UNIX.

  5. But prior art... by Anonymous Coward · · Score: 2, Funny

    Didn't the patent on being an asshole expire a long time ago?

  6. Good! by the+pickle · · Score: 2, Insightful

    Hopefully Verisign will use this patent to bludgeon this abominable practise to death at ISPs and OpenDNS.

    p

    1. Re:Good! by Sledgy · · Score: 2, Informative

      You should check your OpenDNS settings, there is an option to disable the search feature or if you don't like it use another service.

    2. Re:Good! by davidu · · Score: 3, Informative

      That's not true. Look under "shortcuts" in your network preferences and turn off the proxy. It doesn't bother 99.99% of our users and it makes shortcuts and google work beautifully, as both should. But if you don't like it, turn it off. :-)

      -davidu

      --

      # Hack the planet, it's important.
  7. Re:This is a useful patent for a change. by OMNIpotusCOM · · Score: 2, Funny

    Or just make them pay VeriSign. Say... what's VeriSign doing to make money now-a-days anyway? Nothing? Hmm... whatcouldpossiblygowrong?

  8. Obligatory Behind-the-times Question by drinkypoo · · Score: 3, Interesting

    My ISP has recently joined the ranks of retards who return an incorrect result when a domain is not found. I've been looking around but it's unclear who is out there running DNS that I am welcome to use, that is worth using, and that is likely to be at the same IP for a long time. Whose servers should I use?

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    1. Re:Obligatory Behind-the-times Question by lakeland · · Score: 2, Informative
    2. Re:Obligatory Behind-the-times Question by lakeland · · Score: 2, Informative

      I should have actually read your request properly before posting. OpenDNS is designed to give you almost exactly what you don't want.

      Sorry.

    3. Re:Obligatory Behind-the-times Question by drinkypoo · · Score: 2, Interesting

      Typically the ISP is just having their own DNS servers do this (as opposed to using a hidden DNS proxy). The solution is to run your own resolving cache.

      I'm trying to avoid going to the root servers, which I understand is considered to be rude if you're just joe schmoe and don't have a bunch of users behind you.

      Thus, even running my own cache (actually, I'm using dnsmasq for local resolution) I still need forwarders. I just don't want to use the ones from my ISP.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    4. Re:Obligatory Behind-the-times Question by rs79 · · Score: 2, Interesting

      Do you mean root (".") or TLD (".com" et al) servers. Sorry to ask but a lot of people say "root" but mean "tld".

      Anyway, primary the root zozne yourself. Run a copy of .com locally. Stop sucking on the tit of US government run DNS servers; we've been babied for 20 years and we really at this point should be doing this stuff for ourselves.

      Somebody ought to look in the wayback machine for alternic.net. I have a vague memory of Kashpureff doing this well before 2001.
      Talk abourt irony. (He went to jail for hacking the internic. Back then it was considered bad. Not sure about today)

      --
      Need Mercedes parts ?
  9. Re:How about by tepples · · Score: 2

    i start to use SSL certs other than verisign

    VeriSign bought Thawte and GeoTrust.

    And other than VeriSign, whose code signing certificates are accepted for 64-bit kernel mode code in Windows Vista? Comodo's certificates aren't.

  10. Many Reasons this is Appalling by billstewart · · Score: 4, Interesting
    There are so many things wrong with this. The first one is that it doesn't actually work as indicated in Claim 1, because it's operating at the wrong levels of the protocol stacks. DNS maps between names and IP addresses, and is used for many different kinds of Layer 4, 5, and 7 applications, but URLs are a Layer 7 function typically supported by browsers, and the identification of what kind of service the client is interested in is not known at name resolution time, or even what Layer 4 transport protocol or Layer 7 application protocol, and in fact the methods used in the patent have the DNS operator's web server decide what kind of response web page to provide in response to a URL included in a HTTP request, even though the client's DNS request might not have been intended to be used for HTTP. When Verisign implemented their annoying breakage of DNS functionality, they supported HTTP on port 80, and had a stub email server that did a sloppy approach to rejecting connections, and AFAICT didn't provide other services, such as correct rejections on SSL's TCP Port 443 or SSH's TCP port 22. It's not clear that they even did the right thing at Layer 3 - if you were trying to "ping misspellllled-example.com", they not only should have answered the DNS request with a "No Such Domain" error message, but if you sent it a ping, it shouldn't respond (I forget if they responded to pings or not; many systems don't do that for self-defense.)


    Another reason this patent shouldn't have been accepted is that wildcard domains were a standard capability, and having a web server try to provide useful information in a 404 page was probably a known capability, or at least obvious to someone skilled in the trade. Responding to a DNS request with the IP address of a web server that isn't the one the customer was looking for might not count as "obvious to someone skilled in the trade" because it's obviously wrong.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
    1. Re:Many Reasons this is Appalling by billstewart · · Score: 2, Insightful
      It's stupid, but that doesn't mean nobody's ever done it - my ranting is as grumpy as it is because Verisign did it and several other sets of people have done it since then. Verisign's attempt was really egregious, since they're the main registrar for .com and .net, and ICANN yelled at them until they stopped (one of the few times I think ICANN has really done the Right Thing.) Most of the other people who've done it are ISPs (who shouldn't do that, but you can always set your system to point to some other DNS resolver, and they're at least not the Registrar.)


      OpenDNS is more interesting - they're also doing things like offering to block known phishing sites, and while they're still Technically Wrong, you're not going to use them without either deliberately choosing to do so (or having your ISP use them.)

      --

      Bill Stewart
      New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  11. on a related net neutrality issue: by drDugan · · Score: 3, Interesting

    http://www.truthout.org/docs_2006/050508R.shtml

    '''
    The Federal Communications Commission has recently encountered mounting scrutiny in response to its broad deregulatory practices. Public frustration regarding the FCC has peaked at a time of fierce debate on net neutrality.

            In a memo obtained Tuesday by The Washington Post, 30 current and former commission employees complained about the leadership of FCC Chairman Kevin Martin.

            Staff members observed that "the FCC process appears broken and most of the blame appears to rest with Chairman Martin."

            The memo, written to chairman of the House Energy and Commerce Committee John Dingell and chairman of the House Energy Subcommittee on Oversight and Investigations Bart Stupak, increases pressure on the FCC chairman, who, in particular, has been accused of a rigidly anti-regulatory, pro-corporate approach. Many critics assert that his approach has contributed to a lack of oversight over network providers.
    '''

    What's a little deregulation between friends, right?

  12. Comment removed by account_deleted · · Score: 3, Informative

    Comment removed based on user account deletion

  13. Re:It did... by hardburn · · Score: 2, Funny

    This may be the only Slashdot thread ever that where a goatse link becomes on-topic.

    --
    Not a typewriter
  14. Re:This is a useful patent for a change. by benthurston27 · · Score: 2, Interesting

    Well i think it would be cool if someone webcrawled my apache server and people could find it without me having to be a whatever.com of course i'd have to have a static ip but thats ok.

  15. I sincerely hope they sue Earthlink... by SmoothTom · · Score: 2, Interesting

    I sincerely hope they sue Earthlink, because maybe then Earthlink will stop the stupid practice of NOT returning a failure when the domain is not found.

    It is getting ever more difficult to find DNS that just works as it should, instead of coming up with a result for every request, even if it has to make one up. :o(

    *mutter* *mutter* *mutter*

    Tomas