Forum Moderators: DixonJones

Message Too Old, No Replies

Lookup User of Static IPs

instead of just the owners

         

Lilliabeth

10:05 pm on Jul 14, 2004 (gmt 0)

10+ Year Member



Is there a free site that resolves static IPs to the users instead of just the owners?

Thanks

dmorison

7:25 pm on Jul 15, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There are hundereds of sites that offer an online reverse DNS lookup, if that is what you mean by "user".

But, you can do it from your own computer - just do a "ping" of an IP address and you should see the reverse DNS entry if one exists.

Apache can also be configured to resolve host names in the access log - but it carries a performance hit and is not recommended.

If that isn't what you're after then you need to elaborate on what you mean by "user"...

Lilliabeth

7:53 pm on Jul 15, 2004 (gmt 0)

10+ Year Member



For example, I have a static IP address, but when i look it up in Arin, it shows up as my ISP. But back when I was using a pay for service for tracking traffic, it showed my servername, and therin was imbedded my company name.
Which has me wondering: Are some of the entries in my logs that appear as ISPs really companies that we could be making sales calls to?
I am now using MS IIS joined to a SQL db.

dmorison

7:58 pm on Jul 15, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are some of the entries in my logs that appear as ISPs really companies that we could be making sales calls to?

Absolutely; just as a single example in the UK, BT Business Broadband provide ADSL to thousands of companies; and the host name associated with the static IP gives no indication of the company using it.

However, if there is some web based service (I do not know of one) that has done some host <> company mapping I would very much doubt that it would be free.

Lilliabeth

9:45 pm on Jul 15, 2004 (gmt 0)

10+ Year Member



For example, I have a static IP address, but when i look it up in Arin, it shows up as my ISP. But back when I was using a pay for service for tracking traffic, it showed my servername, and therin was imbedded my company name.
Which has me wondering: Are some of the entries in my logs that appear as ISPs really companies that we could be making sales calls to?
I am now using MS IIS joined to a SQL db.