I am sure that everyone has used a WhoIs utility (such as http://www.internic.org/whois.html) for querying the owner of a domain name such as microsoft.com. There is however an alternative to these Web forms which provides more information allowing you to search not just for strings matching a domain name, but also for strings matching registered hostnames of domain names. This provides hysterical insight into the minds of some Webmasters. For a laugh take a look at some of these hostnames registered with microsoft.com or google.com in them.
MICROSOFT.COM.WILL.LIVE.FOREVER.BECOUSE.UNIXSUCKS.COMMICROSOFT.COM.WILL.BE.BEATEN.WITH.MY.SPANNER.NETMICROSOFT.COM.SOFTWARE.IS.NOT.USED.AT.REG.RUMICROSOFT.COM.SHOULD.GIVE.UP.BECAUSE.LINUXISGOD.COMMICROSOFT.COM.IS.NOT.HOSTED.BY.ACTIVEDOMAINDNS.NETMICROSOFT.COM.IS.GOD.BECOUSE.UNIXSUCKS.COMMICROSOFT.COM.HAS.ITS.OWN.CRACKLAB.COMMICROSOFT.COM
GOOGLE.COM.ZOMBIED.AND.HACKED.BY.WWW.WEB-HACK.COMGOOGLE.COM.YAHOO.COM.MYSPACE.COM.YOUTUBE.COM.FACEBOOK.COM.THEYSUCK.DNSABOUT.COMGOOGLE.COM.IS.NOT.HOSTED.BY.ACTIVEDOMAINDNS.NETGOOGLE.COM.IS.HOSTED.ON.PROFITHOSTING.NETGOOGLE.COM.ACQUIRED.BY.CALITEC.NETGOOGLE.COM
To see the complete list (r rated) try running the code yourself. Post a response with your funniest hostname or domain names other than these two that are particularly funny.
using
namespace
{
writer.WriteLine(
writer.Flush();
output.Append(reader.ReadLine() +
}
PingBack from http://domaining.2go5.net/2008/03/31/whois-shenanigans/
THANK YOU! I have been trying all day to find whois code in .Net that actually worked. This is the first out of probably 40 bad examples.
I think they are all missing the Flush call.