Forum Moderators: phranque

Message Too Old, No Replies

is there a way to tell which hosting company a site uses?

how to do this?

         

javahava

7:21 am on Aug 19, 2005 (gmt 0)

10+ Year Member



is there a way to tell which hosting company a site uses? is there some kind of reverse host lookup somewhere?

Eltiti

7:44 am on Aug 19, 2005 (gmt 0)

10+ Year Member



The easiest thing to do would probably be a "tracert".

Go to your DOS box and type:

tracert www.example.com

and the system will show you the "hops" (Internet nodes). The last hop(s) often indicate the name of the hosting company.

HTH

abbeyvet

8:28 am on Aug 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



netcraft.com will give you the names and details of nameserver and net block owners and lots of other information.

Chris_R

8:32 am on Aug 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



ping the ip - or look at an advanced whois stuff - then look up the IP with ARIN

Eltiti

8:37 am on Aug 19, 2005 (gmt 0)

10+ Year Member



ping the ip

You mean: ping the domain to find the IP, right? ;-)

javahava

9:09 am on Aug 19, 2005 (gmt 0)

10+ Year Member



great! thanks guys!