2
votes

I'm helping my uncle who has a website that he doesn't remember anything about, whatsoever. He has had it for years and he's very unstructured. I tried getting him to find a bill from the hosting-company, where he has his website - but he says he's paying to so many things that he doens't know what is, so that wasn't an option.

I tried running a whois on his domain, but it's pointing to a free online DNS-redelegation tool ( www.gratisDNS.dk - the nameservers are called ns1.gratisdns.dk, ns2.gratisdns.dk, ...). I know that many companies use this tool to redirect the traffic to their own hosting-solution (since gratisdns means 'free dns').

So the question is, if I can find the hosting company some other way, by having the domain name and the name-servers? I would assume that the answer is 'no' (just FYI).

3
gratisdns.dk sells hosting, have you been in contact with them?Dhunt
You could try a WHOIS lookup on the IP address the site is hosted on.Alex Riley
@Dhunt GratisDNS.dk has a support-line that costs money to call (if you're a user of the free DNS). The call would cost me $60 dollars, for making the call, which I would like to avoid.Zeth
@ajcr That worked. Post your comment as an answer, so I can mark it as an answer.Zeth
@Zeth: added an answer below.Alex Riley

3 Answers

2
votes

The WHOIS protocol works for IP addresses, as well as domain names. If you find the IP address the site is hosted on and look it up, it should return information about the owner of the IP address and therefore who hosts the website.

For example, for stackoverflow.com:

$ ping stackoverflow.com
PING stackoverflow.com (104.16.33.249) 56(84) bytes of data.
...

$ whois 104.16.33.249
...
NetRange:       104.16.0.0 - 104.31.255.255
CIDR:           104.16.0.0/12
NetName:        CLOUDFLARENET
NetHandle:      NET-104-16-0-0-1
Parent:         NET104 (NET-104-0-0-0-0)
NetType:        Direct Assignment
OriginAS:       AS13335
Organization:   CloudFlare, Inc. (CLOUD14)
RegDate:        2014-03-28
Updated:        2015-10-01
Comment:        https://www.cloudflare.com
Ref:            http://whois.arin.net/rest/net/NET-104-16-0-0-1
...
0
votes

find hostnames associated with IP's. Do whois look up.

-3
votes

WHois tool is the best tool to find the details of a host. All you have to do is visit whois and enter domain name in the search box and hit the search button. All the information will be displayed on your screen along with hosting company and domain name registrar.