<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Plagiarism Todaywho is hosting this | Plagiarism Today</title>
	<atom:link href="http://www.plagiarismtoday.com/tag/who-is-hosting-this/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.plagiarismtoday.com</link>
	<description>Content Theft, Plagiarism, Copyright Infringement</description>
	<lastBuildDate>Mon, 13 Feb 2012 06:51:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Image/File Hosting Problem</title>
		<link>http://www.plagiarismtoday.com/2009/03/25/the-imagefile-hosting-problem/</link>
		<comments>http://www.plagiarismtoday.com/2009/03/25/the-imagefile-hosting-problem/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 18:53:20 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[DMCA]]></category>
		<category><![CDATA[Legal Issues]]></category>
		<category><![CDATA[amazon s3]]></category>
		<category><![CDATA[Content-Theft]]></category>
		<category><![CDATA[Copyright-Infringement]]></category>
		<category><![CDATA[Copyright-Law]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[domain tools]]></category>
		<category><![CDATA[image hosting]]></category>
		<category><![CDATA[Plagiarism]]></category>
		<category><![CDATA[who is hosting this]]></category>

		<guid isPermaLink="false">http://www.plagiarismtoday.com/?p=3087</guid>
		<description><![CDATA[There are times where content that appears to be on one server is really elsewhere. Here's how to overcome that problem. ]]></description>
			<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://files.plagiarismtoday.com/wp-content/uploads/2009/03/amazon-s3-logo.png" alt="amazon-s3-logo" title="amazon-s3-logo" width="185" height="88" class="alignleft size-full wp-image-3088" /></p>
<p>In 2007 I wrote an article entitled &#8220;<a href="http://www.plagiarismtoday.com/2007/12/20/why-i-embed-my-images/">Why I Embed My Images</a>&#8221; that discussed how embedding images and other can provide greater security when you feel there is a risk someone might file a takedown notice. By separating your images from your server, should someone file a takedown notice over an image, your site will remain active and, with good backups, you can get your site back up more quickly.</p>
<p>It is a way to guard against misuse of the DMCA or fair use disputes.</p>
<p>However, since then I have backed away from that stance. Once I moved to my new VPS, I stopped hosting images remotely as I have a good relationship with my host and have no reasons to worry. That being said, in an effort to improve the efficiency of the site, I&#8217;ve also started toying with <a href="http://aws.amazon.com/s3/">Amazon S3</a> to see if it can help improve the site&#8217;s speed (the images in this post will be hosted on S3 as part of the test).</p>
<p>It was at this point that I realized a problem. If I were malicious in my use of S3, or any similar service, it could be used as a method not to prevent complete site failure, but to avoid a DMCA altogether. It is possible, using these services, to trick users into filing complaints with the wrong hosts, delaying or even preventing anything from being done.</p>
<p>I immediately, using my own site as a test subject, began to seek a way around it and, fortunately, found a way to ensure that, no matter where a file is hosted, you&#8217;ll always be able to track down the host with reasonable accuracy.<span id="more-3087"></span></p>
<h4>The Nature of the Problem</h4>
<p>If you right click on the images in this post and view their URL, you&#8217;ll see that they are hosted on a subdomain of Plagiarism Today named &#8220;files.plagiarismtoday.com&#8221;. This makes it appear, including to many automated tools, that the content is hosted on the same server as the rest of the site. The problem is that they are hosted on Amazon S3, clear across the country.</p>
<p>This trick is fairly trivial to do and <a href="http://www.labnol.org/internet/host-images-files-on-amazon-s3-storage/4923/">only involves a minor tweak to DNS</a>. There are many legitimate reasons for doing it, for example, hosting images on your domain while using a content delivery network to increase speed.</p>
<p>However, if a copyright holder decided one of these images were infringing, filing a DMCA notice would be difficult. The reason is that since the files are on a subdomain of plagiarismtoday.com most will assume it&#8217;s located on my server and act accordingly. This is due to a fluke in both the way we read URLs, where we routinely ignore subdomains, and the way networking tools routinely discard subdomain information.</p>
<p>Some copyright holders, especially those less familiar with DNS and networking, might not consider this and could inadvertently file a DMCA notice or other abuse complaint with the wrong host. This can result in a delay in getting a complaint resolved, in it being outright ignored or even causing it to be handled in a questionable way.</p>
<p>The good news is that there is a simple way around it and, as long as you are careful about how you gather your information, there is no need to make this mistake.</p>
<h4>Dealing with Linked Files</h4>
<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  src="http://files.plagiarismtoday.com/wp-content/uploads/2009/03/wiht-logo-1-300x65.png" alt="wiht-logo-1" title="wiht-logo-1" width="300" height="65" class="alignright size-medium wp-image-3092" /></p>
<p>When you&#8217;re dealing with an image file or any content that is linked into a Web page (not part of the actual HTML) it is important to make sure that you get the correct information about where that particular file is hosted, not just the page that it is on.</p>
<p>The solution is pretty simple:</p>
<ol>
<li><strong>Get the URL of the File:</strong> Rather than copying the URL of the page, right click the image or the link and copy the URL. Check and see if it is on the same site, a subdomain or another domain altogether.</li>
<li><strong>Use Who Is Hosting This:</strong> Once you have the URL, delete the &#8220;http://&#8221; as well as everything including and after the first remaining &#8220;/&#8221; and process it through <a href="http://www.whoishostingthis.com">Who is Hosting This</a>. Who Is Hosting This handles subdomains correctly, unlike Domain Tools, which strips out subdomain information in my testing.</li>
<li><strong>Confirm the Results:</strong> You can then confirm the results by copying the IP address (you&#8217;ll have to actually copy the numbers on the site, not using the link) and then running it through <a href="http://domaintools.com">Domain Tools</a>. Once you&#8217;ve done that, you can then go forward and begin the work of finding the DMCA or abuse agent and contacting them.</li>
</ol>
<p>Though this adds a few extra steps to the process, it is worth doing to ensure that you contact the correct party as doing so is the only way to guarantee the quickest and most reliable resolution.</p>
<h4>Why This is Important</h4>
<p>The reason that this is critical is because sending a DMCA notice to the wrong host, at the very least, will greatly slow down the process as the host has to research and figure out what is going on and then decide if they going to A) Disable the page anyway B) Forward the notice on or C) Do nothing.</p>
<p>Since the company that hosts the Web site does not host the image, their role under the DMCA is much less clear. <a href="http://www.copyright.gov/title17/92chap5.html#512">Section 512(c)</a>, which usually deals with Web hosts and takedowns, only pertains to &#8220;the storage at the direction of a user of material that resides on a system or network controlled or operated by or for the service provider&#8221;. Since there is no storage, a regular DMCA notice doesn&#8217;t apply.</p>
<p><a href="http://www.copyright.gov/title17/92chap5.html#512">Section 512(d)</a> does pertain to &#8220;information location tools&#8221; but in that case, it would be the site owner, not the host that is party for the notice. This section deals with sites, such as Google, that are &#8220;referring or linking users to an online location containing infringing material or infringing activity&#8221;. Since the host isn&#8217;t the one linking to the file, it is the user, the application of 512(d) doesn&#8217;t make as much sense.</p>
<p>This isn&#8217;t to say that hosts won&#8217;t deactivate sites or remove pages if the content is embedded or hyperlinked, especially if the site is spammy in nature or has other abuse issues, but the fastest way to secure removal of images or other media files is to go to the source. </p>
<p>It can be a bit tedious to do, but it is well worth the time.</p>
<h4>Bottom Line</h4>
<p>The simple truth is that the days of all of the content on a site being hosted on the same server have long since passed. Content embedding from photo sharing sites, video sites and elsewhere have made it much more difficult easily track down where a particular item is hosted.</p>
<p>Though sometimes, as with YouTube clips, where the content is hosted is obvious, other times, as with image hosts, it is much less clear. </p>
<p>Unless you are dealing with textual works, which are almost never embedded (unless you use a service such as <a href="http://www.thenewsroom.com/">Voxant Newsroom</a> that embeds text via Flash and JavaScript), this is something you have to constantly watch out for.</p>
<p>Dealing with content theft issues is not difficult, but it does require a bit of detective work. However, knowing the challenges you face and the tools that can help you overcome them can keep the sleuthing required to a minimum. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.plagiarismtoday.com/2009/03/25/the-imagefile-hosting-problem/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Netcraft Toolbar: Elegant Host Detection</title>
		<link>http://www.plagiarismtoday.com/2009/03/12/netcraft-toolbar-elegant-host-detection/</link>
		<comments>http://www.plagiarismtoday.com/2009/03/12/netcraft-toolbar-elegant-host-detection/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 16:58:51 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Content-Theft]]></category>
		<category><![CDATA[Copyright-Infringement]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[netcraft]]></category>
		<category><![CDATA[Plagiarism]]></category>
		<category><![CDATA[who is hosting this]]></category>

		<guid isPermaLink="false">http://www.plagiarismtoday.com/?p=3028</guid>
		<description><![CDATA[An old, but under-appreciated toolbar by Netcraft may make life a lot easier for those who deal with copyright infringement and spam.]]></description>
			<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.plagiarismtoday.com/wp-content/uploads/2009/03/netcraft-logo.png" alt="netcraft-logo" title="netcraft-logo" width="194" height="53" class="alignleft size-full wp-image-3029" /></p>
<p>Since locating a host is one of the most difficult parts of dealing with copyright infringement or spam, have repeatedly highlighted tools that have helped users detect who the host of a site is. I&#8217;ve specifically mentioned <a href="http://www.whoishostingthis.com">Who Is Hosting This?</a>, a great tool to make finding the host as simple as possible, and <a href="http://domaintools.com">Domain Tools</a>, a site for finding out a wide variety of information about a site for those with more experience.</p>
<p>However, while doing research for another article, I ran across an old <a href="http://toolbar.netcraft.com/install">Firefox and IE toolbar</a> by <a href="http://www.netcraft.com">Netcraft</a>, a British Internet services company that specializes in security, particularly with phishing-related issues.</p>
<p>Though it is called Netcraft Anti-Phishing toolbar, it provides a very unusual and powerful feature for those that deal with content theft and spam issues, namely on-the-fly hosting and country information about any given site.</p>
<p>In short, if you install the toolbar, for every site you visit, you&#8217;ll see the host of the site displayed in your browser toolbar, no need to use a bookmarklet or paste the link into another site.</p>
<p>Though the toolbar is primarily phishing oriented, providing information on the age of the domain, the estimated rank, a site report and a &#8220;Risk Rating&#8221;, it could also be very useful for those that are either curious about hosting matters or are constantly looking up hosting information for abuse complaints.</p>
<p>However, there are a few caveats to remember if you decide to install it.<span id="more-3028"></span></p>
<h4>Words of Warning</h4>
<p>There are a few things to keep in mind as you use this toolbar and important considerations to weigh to decide if it is right for you:</p>
<ol>
<li><strong>Privacy Issues:</strong> The toolbar does do some very basic tracking in order to compile its rankings. Though Netcraft says none of this is personally identifiable, you may wish to <a href="http://toolbar.netcraft.com/help/faq/index.html">read through their FAQs</a> to ensure that you agree with their policies.</li>
<li><strong>Some Inaccurate Results:</strong> Though any automated host detection system is going to make mistakes, Netcraft lacks some of the changes and improvements made by Who Is Hosting This in terms of detecting hosts that use other networks, such as Hostgator. This means that Netcraft will detect most networks well but isn&#8217;t a complete replacement for other services.</li>
<li><strong>Strange Linking:</strong> Clicking the link in the toolbar doesn&#8217;t take you to the host&#8217;s home page or to a page about the host company, rather, it takes you to a generic page about the site itself.</li>
<li><strong>Incompatibility:</strong> The toolbar is rather old, not updated since May, 2008 and doesn&#8217;t work out of the box with the new Firefox 3.1 betas. I was able to get it to work with <a href="https://addons.mozilla.org/en-US/firefox/addon/6543">Nightly Tester Tools</a> and it seems to be moving along fine.</li>
<li><strong>Screen Real Estate:</strong> Obviously, any tool bar you install is going to take away some from your browsing area. If you aren&#8217;t going to use this toolbar heavily or don&#8217;t need the extra security features, you probably won&#8217;t wish to bother with it.</li>
</ol>
<p>None of these problems will likely be a deal-breaker for those that need either the security or the host detection elements of this toolbar, but they should be weighed carefully before hitting &#8220;install&#8221;.</p>
<h4>Bottom Line</h4>
<p>I&#8217;m likely going to keep the toolbar installed for a while. I am interested in host-related issues both as someone who files abuse reports and DMCA notices, but also for personal curiosity. I also like the fact that it plainly shows what country is hosting the site and the age of the domain.</p>
<p>All in all, with this toolbar, when I see a site I need to take some form of action against and I have the toolbar installed, I&#8217;m able to form the beginnings of the strategy right away. The information provided lets me determine if the site is a likely spam blog what country it is hosted in and, in most cases, who is hosting it.</p>
<p>Though it isn&#8217;t for everyone, for those that need this information, it is a powerful tool and a great time saver.</p>
<h4>Sample Information</h4>
<p><img src="http://www.plagiarismtoday.com/wp-content/uploads/2009/03/pt-toolbar-sample.png" alt="pt-toolbar-sample" title="pt-toolbar-sample" width="477" height="127" class="alignnone size-full wp-image-3032" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.plagiarismtoday.com/2009/03/12/netcraft-toolbar-elegant-host-detection/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>5 Anti-Spam, Anti-Plagiarism Bookmarklets</title>
		<link>http://www.plagiarismtoday.com/2008/10/21/5-anti-spam-anti-plagiarism-bookmarklets/</link>
		<comments>http://www.plagiarismtoday.com/2008/10/21/5-anti-spam-anti-plagiarism-bookmarklets/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 15:48:43 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[content detection]]></category>
		<category><![CDATA[Content-Theft]]></category>
		<category><![CDATA[Copyright-Infringement]]></category>
		<category><![CDATA[domain tools]]></category>
		<category><![CDATA[Domains]]></category>
		<category><![CDATA[mahalo]]></category>
		<category><![CDATA[Plagiarism]]></category>
		<category><![CDATA[wayback machine]]></category>
		<category><![CDATA[webcite]]></category>
		<category><![CDATA[who is hosting this]]></category>

		<guid isPermaLink="false">http://www.plagiarismtoday.com/?p=1983</guid>
		<description><![CDATA[Bookmarklets are simple JavaScript applications that you run from within your browser bookmark toolbar. They are insanely useful and, in the case of plagiarism fighting, very handy to have.]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Bookmarklet">Bookmarklets</a>, little JavaScript applications that you add to your bookmark bar, are incredibly power and common tools. People use them to <a href="http://www.tumblr.com/goodies">post to their Tumblr blog</a>, <a href="http://www.angel.net/~nic/passwdlet.html">generate passwords</a>, <a href="http://www.diigo.com/tools/diigolet">tag/bookmark links</a>, <a href="http://www.facebook.com/share_options.php">share a link on Facebook</a> and much more.</p>
<p>However, they also have a great deal of use when tracking down and stopping plagiarism, content theft or spammers. These bookmarklets, literally with the click of a mouse, can undo much of the dirty work that is required in the process of searching for and stopping infringement.</p>
<p>So what five bookmarklets are most commonly in the top of my browser? Here&#8217;s a quick rundown of my five favorite bookmarklets and how they can save you tons of headache when it comes to stopping misuse of your work on the Web.<span id="more-1983"></span></p>
<p><IMG SRC="http://www.plagiarismtoday.com/images/mahalo-logo-20081021-103514.png"></p>
<p><a href="http://www.mahalo.com/Plagiarism">Mahalo&#8217;s Plagiarism Detection Tool</a> is one of the simplest bookmarklets imaginable. <a href="http://www.plagiarismtoday.com/2007/09/07/mahalos-anti-plagiarism-tool/">Previously covered here last year</a>, the tool works by having you highlight text on a page, meaning your own content if you are searching for plagiarism of your work, and then clicking the bookmarklet to perform a Google search. </p>
<p>It is a simple tool that helps avoid some copy and paste work but also makes it great for quick anti-plagiarism checks. A great use, for example, is if you&#8217;re suspicious that a site is a spam blog or if you think you&#8217;ve read an article somewhere else before. </p>
<p>Certainly not a complicated bookmarklet, but one that is brilliant in its simplicity.</p>
<p><IMG SRC="http://www.plagiarismtoday.com/images/whoishosting-20081021-103427.png" alt="Who is Hosting This Logo"></p>
<p>Need to know who is hosting a Web site? Considering sending a DMCA notice or filing a spam complaint? WhoIsHostingThis <a href="http://www.whoishostingthis.com/tools/">has a great bookmarklet</a> to quickly locate the Web host of any page.</p>
<p>Though <a href="http://www.plagiarismtoday.com/2008/02/22/useful-site-who-is-hosting-this/">I previously covered WhoIsHostingThis earlier this year</a>, I didn&#8217;t mention its very useful bookmarklet, which allows you to click the link on any page as you are surfing and then be taken to the best information they can provide about who is hosting that site.</p>
<p>Though WhoIsHostingThis is far from perfect, it works reliably enough for most Webmasters and it is by far the easiest solution available.</p>
<p><IMG SRC="http://www.plagiarismtoday.com/images/domaintools-20081021-103246.png" alt="Domain Tools Logo"></p>
<p>Stepping up both in terms of power and complexity from WhoIsHostingThis, Domain Tools offers a <a href="http://www.domaintools.com/whois-applications/">much more robust bookmarklet for determining who the host is of a site</a>, as well as obtaining whois information for the domain and other networking tools.</p>
<p>Easy one of the most powerful bookmarklets on this list, it is also one of the most intimidating to new users. If you need help interpreting the results produced by Domain Tools, check out the &#8220;<a href="http://www.plagiarismtoday.com/stopping-internet-plagiarism/3-finding-the-host/">Finding the Host</a>&#8221; page here on Plagiarism Today under the &#8220;<a href="http://www.plagiarismtoday.com/stopping-internet-plagiarism/">Stopping Internet Plagiarism</a>&#8221; heading.</p>
<p><IMG SRC="http://www.plagiarismtoday.com/images/wayback-machine-logo-20081021-103656.png" alt="Wayback Machine Logo"></p>
<p>Want to see how old a page is (approximately) or how long a piece of content has been on there? The <a href="http://www.archive.org">Wayback Machine</a> is one of the best and easiest tools you can use.</p>
<p>But while most who need to perform such searches are aware of the invaluable service the Wayback Machine can provide, few are aware that a programmer, Stephen Ostermiller, has created a simple bookmarklet for <a href="http://ostermiller.org/bookmarklets/cache.html">checking any page you&#8217;re on in the Wayback Machine</a>.</p>
<p>The page also provides several other caching services including Coral Cache and Google Cache so you can check other sources for backup copies of a page. </p>
<p><IMG SRC="http://www.plagiarismtoday.com/images/webcite-logo-20081021-103744.png" alt="Webcite logo"></p>
<p>Speaking of caching, before you file a notice against a Web page and get the infringing material removed, you may want to create a backup copy of the site should a dispute arise later.</p>
<p><a href="http://www.webcitation.org/">WebCite</a> is easily one of the best services for doing exactly that. Though it was designed to aid in the citing of sources for academic papers, its on-demand caching service is perfect for those that need to keep a copy of a page they expect to go down.</p>
<p>However, even better is that <a href="http://www.webcitation.org/bookmarklet">they offer a custom bookmarklet</a> that not only lets you cache any page that you are visiting, but it emails you an alert when the caching is done, making it easy to keep a copy for your records.</p>
<p>It is the perfect on-demand caching solution for this purpose.</p>
<h4>Conclusions</h4>
<p>For me, my bookmark toolbar is very crowded. In addition to my other services, my anti-plagiarism bookmarklets take up a lot of room. I&#8217;ve had to find ways to organize them so I can have actual bookmarks available to me.</p>
<p>If you are serious about protecting your content or are routinely dealing with spammers, odds are you&#8217;ll find at least some of these bookmarklets useful.</p>
<p>In short, though bookmarklets can&#8217;t replace some of the more powerful anti-plagiarism tools, they can help make the process a great deal easier and can be very useful for &#8220;quickie&#8221; checks or information.</p>
<p>Since they are free and install with the click of a mouse, there&#8217;s almost no reason not to have them. If you don&#8217;t use them, you can always delete them and be done with it.</p>
<p>That alone makes them worth at least a try. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.plagiarismtoday.com/2008/10/21/5-anti-spam-anti-plagiarism-bookmarklets/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Useful Site: Who Is Hosting This</title>
		<link>http://www.plagiarismtoday.com/2008/02/22/useful-site-who-is-hosting-this/</link>
		<comments>http://www.plagiarismtoday.com/2008/02/22/useful-site-who-is-hosting-this/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 16:58:26 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Content-Theft]]></category>
		<category><![CDATA[Copyright-Infringement]]></category>
		<category><![CDATA[Domains]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Plagiarism]]></category>
		<category><![CDATA[Spam-Blogs]]></category>
		<category><![CDATA[Splogs]]></category>
		<category><![CDATA[who is hosting this]]></category>

		<guid isPermaLink="false">http://www.plagiarismtoday.com/2008/02/22/useful-site-who-is-hosting-this/</guid>
		<description><![CDATA[Anyone who has ever had to locate the host of a domain knows how confusing and difficult it can be. Fortunately, a free service hopes to make that process as simple as a single click. ]]></description>
			<content:encoded><![CDATA[<p><img SRC="http://img.skitch.com/20080222-grx7545y6wex85nadbuy9mw9g3.png" align="left" class="picleft"/>Determining who the host of a .com or a .net Web site is easily one of the hardest parts of fighting plagiarism. It can require one to wade through a mess of networking tools and was even the subject of a <a href="http://www.plagiarismtoday.com/2007/11/30/video-finding-the-host/">video tutorial in November</a>. </p>
<p>However, an up and coming service, first founded in August of 2007, called <a href="http://www.whoishostingthis.com/">Who is Hosting This</a> is looking to change that by making host location as easy as pushing a button and is earning a powerful reputation for effectiveness. </p>
<p>This holds a great deal of promise for non-technical users and the implications for fighting content theft are very large. </p>
<p>But does the service work and can it be relied on for consistent, accurate results? I decided to test and see how it handled a series of domains under my control.<br />
<span id="more-827"></span></p>
<h4>How it Works</h4>
<p>The idea behind Who is Hosting This (WIHT) is fairly simple. You take the domain you&#8217;re look for information on, punch it into the site and hit &#8220;Tell me&#8221;. The service, in turn, spits back a human-readable result providing with with the name and URL of the host.</p>
<p><img SRC="http://img.skitch.com/20080222-c48y96p1ctf8psbyp24f4y6msj.png"/></p>
<p>Though the site doesn&#8217;t indicate how it determines who the host is, other than to say it uses &#8220;several methods&#8221; <a href="http://www.whoishostingthis.com/faq/">the FAQs</a> seems to indicate that it bases much its determination on the IP address, which is similar to my method described in the video.</p>
<p>The site claims that its results are over 98% accurate and offers a form to <a href="http://www.whoishostingthis.com/help-us-improve/">report erroneous results</a>. </p>
<p>There is little doubt that this is system is very easy to use. However, if it doesn&#8217;t live up to its accuracy standards, it goes from being a time saver to a time waster. </p>
<p>So the question then becomes, how accurate was it?</p>
<h4>My Tests</h4>
<p>To test the service, I ran through it a series of about a dozen domains that I know the hosting provider of. Most of these domains were my own, many used as test accounts for experiments, and others were design projects I had been involved with.</p>
<p><img SRC="http://img.skitch.com/20080222-fc8scj5squp49ssrft1k9ewnu1.png" align="right" class="picright"/>The results, over all, were very good. Of the domains I tested, only one produced an obviously incorrect result. In that case the site, which was hosted with <a href="http://www.verio.com">Verio</a>, showed up with the results to the right. </p>
<p>The results in that case were especially strange since <a href="http://www.domaintools.com">Domain Tools</a> reported the site as being hosted on NTT, the parent company of Verio. The reason for this particular result is unclear and I have reported it to the site.</p>
<p>Other than that one strange result, the results were dead accurate. Though, as mentioned in the FAQ, the site regularly returned the name of the main host, not the reseller, that is a limitation that virtually any automated host checking system, including Domain Tools, is going to have.</p>
<p>For the most part, I was very impressed with the results.</p>
<h4>Limitations</h4>
<p>The problem with WIHT, or any other similar system, is that the process of locating a Web hosts resists automation. Even the system I demonstrated, though seemingly more accurate, is not perfect in and of itself.</p>
<p>The more effort that spammers take to hide their hosting, the less these automated systems will work. Finding the host can be a complicated and difficult process even for the most experienced individuals and creating an automatic system that accurately detects the host 100% of the time is, unfortunately, impossible.</p>
<p>One has to decide if the time saved by using an automated system is worth the relative in accuracy of it. Fortunately, WIHT strikes a good balance for most users.</p>
<p>Though users very familiar with networking and locating the host will still likely prefer Domain Tools or even <a href="http://network-tools.com/">network-tools.com</a> for their additional information and slightly more accurate results, regular users will certainly benefit from WIHT and the incredible simplicity it provides.</p>
<h4>Conclusions</h4>
<p>Finding the host of a domain is one part science, one part black magic and one part dumb luck. Though software and programs can make great strides in simplifying this process, without some serious changes to the structure of the Internet, it is unlikely that computers will be able to completely replace human experience.</p>
<p>With any automated system you use, you should do a &#8220;sanity check&#8221; on your results and make sure that it at least seems probably that the alleged host could be the company you&#8217;re looking for. If they can&#8217;t be, then do deeper searches or find someone to help you.</p>
<p>Fortunately though, most of the time, this site should return results that are more than accurate for your use. Even in the rare cases where it is not perfect, it will still point you in the right direction.</p>
<p>If you are uncomfortable with or inexperienced with using networking tools, you need to bookmark this site today. Better yet, use their <a href="http://www.whoishostingthis.com/tools/">bookmarklet or Firefox search plugin</a> to simplify the process even more. You never know when it might come in handy. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.plagiarismtoday.com/2008/02/22/useful-site-who-is-hosting-this/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.plagiarismtoday.com @ 2012-02-13 11:55:10 -->
