Who is on my IP?!?

  • vision
  • Beginner
  • Beginner
  • User avatar
  • Joined: May 20, 2004
  • Posts: 57
  • Loc: Maryland
  • Status: Offline

Post August 30th, 2005, 7:41 pm

Some time ago (years ago?) I found a website that would list all websites operating on an ipaddress.

You type in the IP and get a list of websites on that address. This was ideal for seeing who is on your IP for the purposes of search engine stuff... gotta know who is around you.

Anyone know of a site like this?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 30th, 2005, 7:41 pm

  • reaper
  • Proficient
  • Proficient
  • User avatar
  • Joined: Apr 05, 2005
  • Posts: 435
  • Loc: europe
  • Status: Offline

Post August 31st, 2005, 4:52 am

Quote:
Some time ago (years ago?) I found a website that would list all websites operating on an ipaddress.


I don't think it's possible (but i am not an expert) to have multiple website domain names on a single ip because how would the DNS server request process tell the diffrence between those multiple sites?

For instance MYDOMAIN.COM has the ip 215.132.165.12 and YOURDOMAIN.COM also has 215.132.165.12 how would this be handled?

DNS wise this isn't possible i think, but once again i am not an expert. Maybe you are refering to a site that looks up an ip of a SINGLE website domain that you enter?
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post August 31st, 2005, 7:42 am

reaper wrote:
I don't think it's possible (but i am not an expert) to have multiple website domain names on a single ip because how would the DNS server request process tell the diffrence between those multiple sites?

Of course it's possible. You can have an unlimited number of hostnames pointing to an IP address. You can only have one hostname on REVERSE DNS (that is, you can only have an IP address resolving to 1 hostname), but you can have unlimited hostnames resolving to an IP address.

reaper wrote:
For instance MYDOMAIN.COM has the ip 215.132.165.12 and YOURDOMAIN.COM also has 215.132.165.12 how would this be handled?

Your Computer : Hey what's the IP address for mydomain.com?
DNS Server : It's 215.132.165.12
Your Computer : Ok, so what's the IP address for yourdomain.com?
DNS Server : Hold on, lemme look. Ok, that one's 215.132.165.12 too
Your Computer : Right, so what's the hostname for 215.132.165.12?
DNS Server : That's server12363241.somedomain.com

Having multiple addresses on a single IP address is not uncommon at all. Just look at pretty much any web server.

domain.com and http://www.domain.com are two completely different hostnames (from a DNS standpoint). Yet, often, both point to the same exact IP address.

* Resolved cnn.com to 64.236.24.12
* Resolved http://www.cnn.com to 64.236.24.12

You get what I mean? :)

As far as the original question goes, http://www.whoisreport.com used to offer this service free of charge. They do still provide it, but only to paying customers (they're not that expensive though for what they offer).
  • reaper
  • Proficient
  • Proficient
  • User avatar
  • Joined: Apr 05, 2005
  • Posts: 435
  • Loc: europe
  • Status: Offline

Post August 31st, 2005, 9:39 am

Thanks Axe for clearing that up 8)
  • vision
  • Beginner
  • Beginner
  • User avatar
  • Joined: May 20, 2004
  • Posts: 57
  • Loc: Maryland
  • Status: Offline

Post August 31st, 2005, 7:45 pm

Axe wrote:
reaper wrote:
As far as the original question goes, http://www.whoisreport.com used to offer this service free of charge. They do still provide it, but only to paying customers (they're not that expensive though for what they offer).


Ah, very nice tool. Never seen that site before. They show 661 other websties on my IP Address (guess my host is doing well!)

As you mentioned, you must be a paying member to see the information. They also list if a website is blacklisted (from the search engines, or spam blocks who knows...).

Anyone know a site that has been blacklisted from the search engines, it would be cool to test it to see what it reports.
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post August 31st, 2005, 8:42 pm

vision wrote:
They show 661 other websties on my IP Address (guess my host is doing well!)

Or doing badly... sounds like they may be way over selling their space.

Yes, it does apparently list if a site is blacklisted. Looks like it's spam blacklists, not search engines. I'm assuming this as I do know of one blacklisted domain, but I'm not going to post the URL because that scumbag doesn't deserve the exposure that a post here would send him. :)
  • ScienceOfSpock
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Jul 06, 2004
  • Posts: 1890
  • Loc: Las Vegas
  • Status: Offline

Post September 1st, 2005, 12:20 am

yeah, last time I checked, I was hosting 7 domains on my IP address. Quite common, I believe.
  • phaugh
  • Professor
  • Professor
  • User avatar
  • Joined: Sep 30, 2003
  • Posts: 796
  • Status: Offline

Post September 2nd, 2005, 10:57 am

Just add my two cents to axe's post...when the dns gets the request for a domain and resolves it to an ip....the hosting server then handles that request using a NAT (Network Area Translator)...kinda like and in house dns...the nat then finds the appropriate site and returns the correct page.
  • phaugh
  • Professor
  • Professor
  • User avatar
  • Joined: Sep 30, 2003
  • Posts: 796
  • Status: Offline

Post September 2nd, 2005, 11:12 am

You can to see some of the other sites that are on your ip...if you share one....by registering for a free account here: http://www.whois.sc
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post September 2nd, 2005, 3:38 pm

It's nothing to do with NAT, it's to do with the HTTP request.

You can telnet to an IP address, and say "Hey, give me domain.com/index.html"...

Telnet back to that same IP and say "Hey, give me domain2.com/index.html"...

NAT has nothing to do with it. You think these companies that have 500 websites on a single IP address have 500 different machines in their office or data center hosting each of 'em? :)

http://www.whoisreport.com and http://www.whois.sc are the same people.
  • phaugh
  • Professor
  • Professor
  • User avatar
  • Joined: Sep 30, 2003
  • Posts: 796
  • Status: Offline

Post September 6th, 2005, 11:34 pm

OH :oops:
  • nxb22833
  • Novice
  • Novice
  • No Avatar
  • Joined: Oct 27, 2004
  • Posts: 28
  • Status: Offline

Post September 7th, 2005, 1:12 pm

The most usefull one that I have found is:

domainsdb.net


Cheers,


Nelson
  • dukappa
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Sep 09, 2005
  • Posts: 6
  • Status: Offline

Post September 9th, 2005, 12:32 am

use "Ping http://www.***.com"
you can get the right IP
  • reaper
  • Proficient
  • Proficient
  • User avatar
  • Joined: Apr 05, 2005
  • Posts: 435
  • Loc: europe
  • Status: Offline

Post October 16th, 2005, 4:46 am

whois.sc
Quote:
Web server hosts 2960 websites (reverse ip tool requires free login)


and domainsdb.net tells me i have 326 domains on my ip.

Who to believe?
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post October 16th, 2005, 7:21 am

Well, it's possible that one may store older whois records (thus older DNS records).

Either way, I personally would consider 326 domains too many. 2960 would be absolutely ludicrous :)
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post October 16th, 2005, 7:21 am

Post Information

  • Total Posts in this topic: 18 posts
  • Users browsing this forum: No registered users and 22 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.