Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
NibsNiven
10 months ago
|
parent
|
context
|
favorite
| on:
Before you buy a domain name, first check to see i...
Find out the IP address of the machine hosting the domain, then do a reverse lookup on that IP address. It might show the last domain hosted on that IP address.
Using dig:
$>dig yourdomain.tld
1.2.3.4
$>dig -x 1.2.3.4
evilcorp.com
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Using dig:
$>dig yourdomain.tld
1.2.3.4
$>dig -x 1.2.3.4
evilcorp.com