Slashdot Mirror


GoDaddy Wants Your Root Password

Johnny Fusion writes "The writer of the Securi Security Blog had an alarming awakening when a honeypot on port 22 on a GoDaddy-hosted VPS recorded login attempts using his GoDaddy username and password and even an attempt to login as root. It turns out the attempt was actually from within GoDaddy's network. Before he could 'alert' GoDaddy about the security breach, he got an email from GoDaddy Demanding his root login credentials. There is an update where GoDaddy explains itself and says they will change policy."

49 of 236 comments (clear)

  1. They physically own the box by SpazmodeusG · · Score: 5, Insightful

    You already trust them 100% if you let them have access to your box

    /That sounded wrong somehow

    1. Re:They physically own the box by mrsteveman1 · · Score: 3, Funny

      I've said it before, i'll say it again.

      Always use protection when VPS'ing.

    2. Re:They physically own the box by WrongSizeGlass · · Score: 3, Insightful

      It's simple: All your passwords are belong to us.

    3. Re:They physically own the box by Hurricane78 · · Score: 4, Insightful

      Yes and no. It’s like having an apartment. The landlord might own it. But it’s still highly illegal for him to go into your apartment without you allowing it. It’s the same thing as breaking it.

      The question of trust was not the point. The point is, that the landlord is telling you, to give you a copy of keys of the apartment, or he’d throw you out.
      In Germany, he would get dragged to court, and lose big time, when trying this on anyone.

      The same should be true for GoDaddy. Everything else would be laws not keeping up with progress.

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    4. Re:They physically own the box by cayenne8 · · Score: 2, Insightful
      "Yes and no. It's like having an apartment. The landlord might own it. But it's still highly illegal for him to go into your apartment without you allowing it."

      Interesting...maybe it varies from state to state, but pretty much every lease I've ever signed specifically states the landlord can enter your premise pretty much any time they wish for whatever reason....without notice.

      You might wanna check your lease..or local state regulations, this certainly isn't a national thing that you stated.

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    5. Re:They physically own the box by Anonymous Coward · · Score: 5, Informative

      You should get familiar with your rights, then. Landlords have to give 24 hour notice before entering your apartment. Failure to do this constitutes breaking and entering and I have taught one of my landlords this lesson the hard way.

    6. Re:They physically own the box by mpe · · Score: 3, Insightful

      You should get familiar with your rights, then. Landlords have to give 24 hour notice before entering your apartment. Failure to do this constitutes breaking and entering and I have taught one of my landlords this lesson the hard way.

      The "hard way" can be very hard in certain parts of the US where the intruder can face summery execution...

    7. Re:They physically own the box by SpasticWeasel · · Score: 4, Funny

      Especially in July and August

      --
      No sooner do I get over one, then you put a better one right next to me. Bastards.
  2. Feature, not a bug. by LostCluster · · Score: 4, Interesting

    When my trivia game was hosted at EV1Servers (now part of The Planet company) I kept my root password on file with them at all times, and quite a few times support logged in and helped me with a problem, like telling me the reason my webserver went down was that the Warnings file in Apache had hit the Linux system limit.

    This isn't GoDaddy the domain registrar looking for your passwords, this is GoDaddy the hosting provider wanting to log in to a customer's VPS that's running on their hardware, and most likely is calming down a paranoid admin if he's yelling at Slashdot about a "security breach" when support wanted to log in.

    Nothing to see here... move along.

    1. Re:Feature, not a bug. by Neil+Blender · · Score: 5, Insightful

      Why not just create an alternate account with sudo for them? Why give them root?

    2. Re:Feature, not a bug. by lymond01 · · Score: 5, Insightful

      Why not just create an alternate account with sudo for them?

      If I had mod points, I'd bump you up. Your password is your password. Who knows what else a person uses that password for...trying to gain access by using it is tantamount to a phishing scheme. Get your own damn password.

    3. Re:Feature, not a bug. by Neil+Blender · · Score: 3, Informative

      If you give them a non-root user with all of the privileges of root, there's no way for them to know if you've really given them root.

      sudo su

    4. Re:Feature, not a bug. by Thinboy00 · · Score: 4, Informative

      Why not just create an alternate account with sudo for them? Why give them root?

      Give them sudo and they can grab root whenever they want:
      sudo -i
      passwd
      [input new password twice]
      exit

      --
      $ make available
    5. Re:Feature, not a bug. by batrick · · Score: 5, Interesting

      A VPS is rented space on hardware in the same way you rent an apartment. You don't own the hardware, but that doesn't mean the host can break into your box whenever he wants. Maybe the contract asserts they have that right (you would be an idiot to contract with them). Use Linode (arguably the best VPS provider in the industry): http://linode.com/ (I am not affiliated with Linode.)

    6. Re:Feature, not a bug. by SpaceLifeForm · · Score: 2, Informative

      sudo su -

      --
      You are being MICROattacked, from various angles, in a SOFT manner.
    7. Re:Feature, not a bug. by TubeSteak · · Score: 4, Insightful

      Give them sudo and they can grab root whenever they want:

      I think the point is that they should never have access to your password.
      (Which is why TFA mentions that GoDaddy encrypts the passwords instead of using a one way hash)
      If they have sudo and reset your root password, they're going to have to explain themselves later.

      --
      [Fuck Beta]
      o0t!
    8. Re:Feature, not a bug. by Tacvek · · Score: 2, Informative

      Don't you mean "sudo -i". That will launch a root login shell. Using "sudo su -" just makes it look like you never read the sudo manpage.

      --
      Stylish sheet to fix many problems in Slashdot's D3: https://gist.github.com/801524
    9. Re:Feature, not a bug. by mysidia · · Score: 4, Interesting

      Two things... (1) of course they can determine that after logging in with the credentials.

      (2) Godaddy is using fricking Virtuozzo as their VPS hosting platform right?

      They technically then don't NEED the root password at all if so.

      In theory, they could 'vzctl enter' a customer's VPS from the host node. To be clear: _entering_ a container, spawns a new shell child process with the customer's VZPID, such that the child shell is actually created inside the customer's VPS.

      Now there might be some reasons they wouldn't want to do this, or that they'd want to wrap that in additional layers.

      Well, the reason is entering a VPS from the host node potentially places the VPS they have entered in control of the user's terminal.

      That could in theory be a security risk to GoDaddy's own system.

      So by getting the VPS root password, they can enter the VPS over the network, instead of through the hardware node.... thus, not ensuring a VPS can never have control over a terminal logged into the hardware node.

      Basically, this is more sound security wise.

      Anyways... there definitely doesn't seem to be anything wrong with GoDaddy gaining access to a customer VPS on an official basis, for good reasons, to investigate possible customer abuse or malware.

      As long as they follow professional standards, respect customer privacy completely, do not conduct any abuses, such as stealing leaking info, or gratifying personal curiosities (IOW: no abuse whatsoever) -- basically everything you would expect from an admin of Gmail or Yahoo mail (as in not reading your e-mail and using it for personal uses, to satisfy curiosities, blackmail you, etc...).

      Oh yeah, and that they exclude any utilization they generate from the customers' bandwidth / resource bills.

    10. Re:Feature, not a bug. by dissy · · Score: 4, Insightful

      If I had mod points, I'd bump you up. Your password is your password. Who knows what else a person uses that password for...trying to gain access by using it is tantamount to a phishing scheme. Get your own damn password.

      Ironically, the very last sentence is exactly the solution one should use when choosing what password to set on a machine you do not own that others have full and total access to, physically, electronically, and legally.

      If you use the same password on two things, a password being a shared secret, clearly both of those things now have that secret and can use it between each other.

      Solution? Get your own damn password! :D

    11. Re:Feature, not a bug. by Eil · · Score: 5, Informative

      I was just about to write the same thing. This was something that was already brought up weeks ago in an Ask Slashdot. People who who don't have much exposure to the web hosting business (and that includes most Slashdotters) don't understand that web hosting falls into two major categories:

      1) Unmanaged

      2) Managed

      Unmanaged hosting means you have full control over all of the software on your machine. (And by "machine" I mean both a real machine and a VPS or cloud node.) Nobody touches your configuration in the slightest once control has been handed over to you. If something goes wrong, including hardware failure, it's the customer's responsibility to notice it and either fix it or get it fixed. Any technical support beyond typical datacenter stuff usually incurs an hourly fee. Unmanaged hosting is ideal for people who want to admin their setup 100% on their own.

      Managed hosting means the web hosting provider monitors the machine which can include external probes (checking for a response on various TCP ports) and internal metrics like system load and disk utilization. When a red flag pops up, a technician logs into the machine and tries to fix whatever is happening. You can call them up with all manner of ridiculous requests ("install WordPress for me and apply this theme") and they have to do it because, well, that's what the customers expect with a managed hosting account. Managed hosting is awesome for people who want a web server but don't have the expertise or will to actually configure and maintain it.

      What the submitter ran into is that he though he had unmanaged hosting but actually has managed hosting. I don't completely blame him, because a lot of hosting providers don't explicitly state which style they provide. Sometimes it's even hard to tell after you've purchased the product. But its something you have to figure out or else you're going to be deeply dissatisfied with the company's technical support, as the submitter was.

    12. Re:Feature, not a bug. by deblau · · Score: 2, Informative
      --
      This post expresses my opinion, not that of my employer. And yes, IAAL.
    13. Re:Feature, not a bug. by DarwinSurvivor · · Score: 2, Informative

      su simply switches the user, sudo -i actually starts up a new shell (as if you logged in) and parses the .input, etc files and set up the environment variables.

  3. No Surprises Here by neoform · · Score: 4, Interesting

    Not surprising at all.

    I had a domain with Godaddy a few years ago when they breached ICANN's rules by threatening to confiscate my domain unless I paid them $200, because I had supposedly breached their TOS.

    GoDaddy is not to be trusted.

    --
    MABASPLOOM!
    1. Re:No Surprises Here by LostCluster · · Score: 3, Funny

      I had supposedly breached their TOS.

      What was your alleged offense and how do we know you didn't do it?

    2. Re:No Surprises Here by Thinboy00 · · Score: 2, Insightful

      They can't take his domain, regardless of the TOS, if I understand his post correctly. IANAL and IANFamiliarWithICANN'sRulesOrTheTOS.

      --
      $ make available
    3. Re:No Surprises Here by neoform · · Score: 5, Interesting

      Someone (falsely) accused me of spamming.

      However, even *if* I was a spammer, what right does godaddy have to confiscate my domain? I didn't even have any hosting with them, I just had a domain registered. This is clearly against ICANN policy. Registrars are not arbiters who get to take your domain away because they feel like it.

      --
      MABASPLOOM!
    4. Re:No Surprises Here by shentino · · Score: 2, Insightful

      Who exactly would spank them if they did?

      Rules are no good unless they can be enforced.

    5. Re:No Surprises Here by neoform · · Score: 4, Informative

      This was back in 2005, but lucky for me gmail archives everything. ;)

      Dear *******,

      Thank you for contacting Go Daddy's Spam and Abuse Department.

      Go Daddy defines spam as any communication sent to recipients, as an
      advertisement or otherwise, without first obtaining prior confirmed consent
      to receive these communications from your domain by the recipient. This
      includes, but is not limited to, the following:

      - Email Messages
      - Newsgroup postings
      - Windows system messages
      - Pop-up messages (aka "adware" or "spyware" messages)
      - Instant messages (using AOL, MSN, Yahoo or other instant messenger
      programs)
      - Online chat room advertisements
      - Guestbook or Website Forum postings

      It appears that the complaint we've received regard off-topic or
      unauthorized email advertisements. A copy of one of the
      offending advertisement has attached to this message.

      Please keep in mind that it is not our intention to cause anyone's business
      to suffer and we do appreciate your cooperating with us on this matter.
      Because of your cooperation and willingness to resolve this issue thus far,
      your services have not been interrupted, but this situation remains
      unresolved.

      At this point you have two options available to you, each is outlined below:

      ----- Option #1: Discontinue all future unauthorized advertising practices.

      If you wish to remain a Go Daddy customer and close this matter, you must
      reply to abuse@godaddy.com with the following:

      1. A statement that you (or your employees, affiliates, 3rd party marketers,
      etc.) will no longer advertise or promote your domain name using
      unauthorized instant messenger advertisements or any other unauthorized form
      of communication.

      2. Authorization for GoDaddy.com to charge a $199 non-refundable
      administration fee* to the credit card on file for your account.

      If you reply with this statement and agree to pay this fee, Go Daddy will
      accept, in good faith, your commitment as proof of your desire to correct
      this problem.

      Please be aware that Go Daddy will continue to monitor this situation. If
      after you commit to ceasing this activity it is determined that this problem
      persists, your domain name may be immediately redirected and your service
      suspended. We realize additional complaints resulting from the posts you
      have just committed to stop may come in and we will of course consider this,
      and contact you before taking action.

      ----- Option #2: Transfer your domain name to another registrar.

      If option #1 is not agreeable to you, or you are unable to comply with these
      terms, you must transfer your domain name to another registrar. We first
      require that you pay a $50 administration fee before allowing you to proceed
      with your transfer. Again this fee used to offset the costs of "cleaning up"
      the outstanding spam complaints against your domain name.

      You will need to provide the following in your reply:

      1. A statement that you will initiate the transfer of your domain name to a
      new registrar within the next 24 hours.

      2. Authorization for GoDaddy.com to charge a $50 administration fee* to the
      credit card on file for your account.

      ----

      * You may want to log into your Go Daddy account and confirm that the card
      on file is valid and has not expired.

      -----

      *PLEASE NOTE: If you do not follow one of the options outlined above your
      domain name may be immediately redirected and your service suspended.

      -----

      Please let us know what option you choose, thank you for your cooperation.

      Sincerely,

      Spam and Abuse Department
      GoDaddy.com

      When I refused both those options (since I had paid for a years worth of registration and didn't feel like paying any penalties, they told me they would change my dns info without my permission).

      --
      MABASPLOOM!
  4. I'd have thought it was obvious, but... by straponego · · Score: 5, Insightful

    Pro tip: never trust your domain or your business to a company who got its name from a Thrill Kill Kult song and advertises its services with soft-core porn.

    1. Re:I'd have thought it was obvious, but... by ClosedSource · · Score: 2, Funny

      Yes. If they were serious they'd surely advertise with hard-core porn.

    2. Re:I'd have thought it was obvious, but... by Jah-Wren+Ryel · · Score: 3, Funny

      Yes. If they were serious they'd surely advertise with hard-core porn.

      That's a different registrar - "Oh! Daddy!"

      --
      When information is power, privacy is freedom.
  5. I always wondered what use GoDaddy is by beakerMeep · · Score: 4, Insightful

    They only seem to market themselves by objectifying women and their services don't seem low priced or high quality. Frankly I think they are an embarrassment to the tech world.

    --
    meep
    1. Re:I always wondered what use GoDaddy is by CorporateSuit · · Score: 2, Funny

      They only seem to market themselves by objectifying women.

      You're not one of those people who think that "The Office" is an actual documentary, are you?

      --
      I am the richest astronaut ever to win the superbowl.
    2. Re:I always wondered what use GoDaddy is by beakerMeep · · Score: 3, Funny

      It's not?

      --
      meep
  6. I wonder... by fuzzyfuzzyfungus · · Score: 4, Insightful

    My understanding is that "VPS" usually implies that you are living in a VM on somebody else's box.

    How robust are the various common server operating systems against an attacker breaching the system by either reading or manipulating the VM's state? When your "hard drive" is just a file on somebody else's system, and your RAM is just a block of memory reserved for you by whatever virtualization mechanism is being employed, either could conceivably be read or written without any access to your system through the usual channels(ssh, admin passwords, etc.) If, say, you are using public key authentication, to avoid password attacks entirely, what would stop the VM host from just scribbling their own public key onto the list of approved public keys stored on your filesystem? Or doing something subtler, like scanning your block of RAM to find your SSH daemon, and flipping a few bits to make it interpret your login attempt as valid rather than failed?

    Obviously, in theory, you can never win against somebody who controls the hardware(and, with VMs, they don't even need EE skills and an expensive oscilloscope to poke at the hardware, since the "hardware" is actually software). However, theoretical viability and practical doability can be very different animals. In this case, they tried a clumsy password guess, followed by a demand, obviously not uber-hacker material. Has there been any work done, though, on the strengths, weaknesses, and limits of what a VM that doesn't trust its host can do?

    1. Re:I wonder... by fuzzyfuzzyfungus · · Score: 2, Interesting

      I'm not sure that that is true, at least not true enough to be useful. The case of the OS in a VM that doesn't trust its VM host is, it would seem to me, quite similar to that of the program running on an OS/other programs environment that it does not trust.

      Where have we seen a lot of focus on that problem? DRM(and, secondarily, antivirus/anti-rootkit work). In both the case of the program that is trying to hide crypto keys from the computer's owner and the case of the program trying to determine, from within the running OS, whether or not the OS has been rootkitted and is now lying in various subtle ways, we have the very similar situation of a program whose memory and HDD spaces are exposed to hostile powers trying to keep secrets.

      Now, the punchline has always been that the defender cannot win. Anything they try is just obfuscation, which a sufficiently clever attacker can always punch through. However, in the presence of attackers of only finite cleverness(and patience), obfuscation can work. All software DRM is breakable; but some has been harder to crack than others.

      I would be curious to know where on that continuum common OSes running in VMs fall. I'd assume that they fall on the "almost totally naive" side; but, given the amount of attention on address space layout randomization, and tripwire and so forth(in the service of solving quite different security problems; but still introducing complexities) it might be harder than one would suspect, although always possible in theory.

  7. Double take by syousef · · Score: 4, Insightful

    We've got a security expert gets an email demanding his root password, and it's all good because they called and said sorry we'll change our policy? HUH? No wonder people are commenting that he's been paid off!!!

    --
    These posts express my own personal views, not those of my employer
  8. Re:Thats scary.... by sakdoctor · · Score: 4, Insightful

    They store all the passwords encrypted, and they can only be retrieved and reversed after a member of the security team opens a ticket and explains the reason for using the password (like to investigate malware)

    Look at this epic fail right here. All security bets, are off.

  9. The question is if GoDaddy is trustworthy. by Futurepower(R) · · Score: 5, Informative

    That's not the question. The question is if GoDaddy is trustworthy.

    Judge for yourself. Here are some stories about GoDaddy on Slashdot, in order by date:
    Go Daddy Usurps Network Solutions (2005-05-04)
    GoDaddy Serves Blank Pages to Safari & Opera (2005-12-08)
    GoDaddy.com Dumps Linux for Microsoft (2006-03-23)
    GoDaddy Holds Domains Hostage (2006-06-17)
    GoDaddy Caves To Irish Legal Threat (2006-09-16)
    MySpace and GoDaddy Shut Down Security Site (2007-01-26) That incident prompted this web site:
    Exposing the Many Reasons Not to Trust GoDaddy with Your Domain Names.
    Alternative Registrars to GoDaddy? (2007-02-03)
    GoDaddy Bobbles DST Changeover? (2007-03-11)
    850K RegisterFly Domains Moved To GoDaddy (2007-05-29)
    According to this March 11, 2008 story in Wired, GoDaddy shut down an entire web site of 250,000 pages because of one archived mailing list comment: GoDaddy Silences Police-Watchdog Site RateMyCop.com. See below for Slashdot's story about RateMyCop.com.
    GoDaddy Silences RateMyCop.com (2008-03-12)
    ICANN Moves Against GoDaddy Domain Lockdowns (2008-04-08)
    GoDaddy VP Caught Bidding Against Customers (2008-06-29)

    Those are just the stories until July of 2008.

    GoDaddy's reputation is not just one of extremely negative stories. In my opinion, GoDaddy tries to confuse non-technical people by offering services they don't need and presenting them as valuable.

    Here are some of the opinions of Bob Parsons, the owner of GoDaddy. He is pro-violence: Close Gitmo? No way!!

    He uses women's bodies to advertise: Bob Parson's Video Blog.

    1. Re:The question is if GoDaddy is trustworthy. by Anonymous Coward · · Score: 5, Informative

      "GoDaddy's reputation is not just one of extremely negative stories. In my opinion, GoDaddy tries to confuse non-technical people by offering services they don't need and presenting them as valuable. "

      This is quite an understatement. I do occasional web development on the side, and I recently had my first client in a while. I told her to go ahead and sign up for the domain with GoDaddy, but she said she couldn't figure out what to do. So I helped her out in person and I couldn't *believe* the amount of crap they try to push on you. Pages full of options and "upgrades" and packages on every step ... even after you finish your purchase! It's a tremendously confusing experience for someone who doesn't know how to filter out the signal from the noise.

    2. Re:The question is if GoDaddy is trustworthy. by Darkness404 · · Score: 2, Insightful

      Don't they know there are other hosts that don't use such tactics or resort to ridiculous tv commercials?

      Chances are, they don't. For a middle-aged tech-illiterate person, seeing their commercials during a Super Bowl might be enough to make them wonder if they should have a website. And I don't see eNom, or Network Solutions making any prime-time ads.

      Due to the relatively low cost of GoDaddy domains and plans at least to the average person, there seems to be no need for them to search around. Mix that with plans to appeal to the average person and you have a situation where no one really wants to shop around.

      --
      Taxation is legalized theft, no more, no less.
  10. Another story, partly about GoDaddy. Chilling. by Futurepower(R) · · Score: 5, Informative

    Quote from the story, Registrars Still Ignoring ICANN Rules: "Over a year ago ICANN moved to clean up misbehaving registrars like GoDaddy..." (2009-07-22)

    Another quote from that Slashdot story: "GoDaddy (and their reseller arm, Wild West Domains) have a different problem: They still block transfers for 60 days after a registrant's contact update, even after the ICANN update specifically prohibited doing so."

    1. Re:Another story, partly about GoDaddy. Chilling. by Anonymous Coward · · Score: 2, Informative

      Another quote from that Slashdot story: "GoDaddy (and their reseller arm, Wild West Domains) have a different problem: They still block transfers for 60 days after a registrant's contact update, even after the ICANN update specifically prohibited doing so."

      It gets worse. GoDaddy forces an update of 'invalid' contact details (which may have been inherited from a previous transfer) when trying to change an admin address (to transfer the domain out). GoDaddy then forces you to agree to a 60 day transfer hold via a checkbox because the said details were changed. Online support refuses to change just the admin email. This isn't just against the ICANN rules, this is thuggery.

  11. Always seperate hosting, dns, and registeration by cenc · · Score: 3, Interesting

    As someone that has been around the block with running a lot of web sites (well, a couple thousand at least) for say the last 10 years, I have learned the hard way to not put all your eggs in one basket. Registries come and go, even the big boys (at least service comes and goes, policies change), hosting providers can go bad for all kinds of reasons, and your DNS services are your keys to the castle in terms of just how much damage an outage can do to a buisness (backup DNS severs people).

  12. Re:Christian morality by HikingStick · · Score: 2, Informative

    What makes you think GoDaddy is founded on any sort of religious values? The ads don't suggest it.

    --
    I use irony whenever I can, but my shirts are still wrinkled...
  13. So? Don't give it to them. by Hurricane78 · · Score: 2, Interesting

    Make a backup of your server, and then tell them that they won’t get it.

    If they switch off your server, sue them for extortion, trespassing (in case they entered the server) and damages. [Same rules as with a (business) apartment and a landlord.]

    But I personally already had hosters asking me for the root password. I refused. That was it. They did not do anything. (We still had a contract, after all.) Of course they told me that they wouldn’t give me support for the software. But I wouldn’t have wanted that anyway, since on the last managed server, they wrecked my database when one of their idiot admins did “fix” something.

    I don’t see the problem. Let them bitch. Tell them to fuck off or you’ll sue. Done.

    --
    Any sufficiently advanced intelligence is indistinguishable from stupidity.
  14. Re:Christian morality by Anonymous Coward · · Score: 2, Interesting

    They have a long standing policy of refusing business with people who promote an agenda that counteracts conservative Christianity. It's impossible to register or get hosting for a pro-choice site with them for instance. Just because they use T&A in their ads doesn't make them even handed. It just shows that they will stoop to any level to attract customers.

  15. As trustworthy as a Bernie Madoff by pushf+popf · · Score: 5, Informative

    This is quite an understatement. I do occasional web development on the side, and I recently had my first client in a while. I told her to go ahead and sign up for the domain with GoDaddy, but she said she couldn't figure out what to do. So I helped her out in person and I couldn't *believe* the amount of crap they try to push on you. Pages full of options and "upgrades" and packages on every step ... even after you finish your purchase! It's a tremendously confusing experience for someone who doesn't know how to filter out the signal from the noise. That's why I use ChangeIP.com for domain registrations.

    You pick the name, give them a credit card, press the button and get on with your life. They won't hijack it, hold it hostage, try to sell you anything (except DDNS if you want it). You pay, they register. As it should be.

    I now have three (count'em 3) clients that have lost their domains to GoDaddy. However, for only $400 or so, GoDaddy will sell you back your own domain.

    I wouldn't use GoDaddy if my ass was on fire and they had free water.

  16. The truth is both funny and sad, a story of fakery by Futurepower(R) · · Score: 5, Informative

    "Another dumb freetard."

    Another comment from someone who didn't bother to read the article or understand the issue.

    Here's a quote from the Microsoft press release: "Upon completion of the migration, Go Daddy® will have moved all its parked domains from Linux to the Windows platform."

    A "parked domain" is one with no real content, but just one small static web page that says something like "coming soon". The implication is that Microsoft Windows servers are fully capable of serving parked domains.

    At the time, March 21, 2006, the story was that the Microsoft marketing department got GoDaddy to make the change by offering a lucrative deal. Why would Microsoft do that? This April 7, 2006 story explains: Microsoft Server gains 4.7% market share of hosted domains.

    A parked domain, even though it is never visited except by accident, is a "hosted domain". Now it was possible for Microsoft sales people to talk about how Microsoft Windows server software was rapidly gaining market share. That would be entirely misleading, however.

    Note that the press release misspelled GoDaddy as "Go Daddy", even though it was spelled correctly a few words earlier. That gives a picture of the level of competence involved at Microsoft's P.R. agency, Waggener Edstrom.

    You may find it interesting that Pam Edstrom's daughter Jennifer and a former Microsoft manager wrote the book, Barbarians Led by Bill Gates. (August 15, 1998, eight years earlier) The Amazon.com review says the book "... presents a harsher and messier history, sharply questioning Microsoft's ethics and corporate wisdom..." The book seems authoritative; the authors certainly had inside access to the facts. It's certainly unusual that the daughter of one of the heads of Microsoft's P.R. agency would write a book discussing Microsoft's abusiveness in detail.