Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Get whois name and location for IP addresses in bulk

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  Page-Zone Status?  
Author Message
samalex

External


Since: Nov 20, 2006
Posts: 1



(Msg. 1) Posted: Mon Nov 20, 2006 3:03 pm
Post subject: Get whois name and location for IP addresses in bulk
Archived from groups: comp>os>linux>networking, others (more info?)

Hello everyone,

We run a Citrix server with a web frontend (NFuse), and my boss asked
if I could get a list of companies and locations for folks who are
hitting the server. I have a list of about 500 IP addresses, and
though I can identify blocks as being local ISP's, the other 200+
aren't as easily recognized. I can do a whois on them and get this
info, but anyone know of a quicker way or script in Linux or Windows
that can process all the IP's and give me a list of who each of them
are?

Just curious --

Alex

 >> Stay informed about: Get whois name and location for IP addresses in bulk 
Back to top
Login to vote
ynotssor

External


Since: Nov 20, 2006
Posts: 2



(Msg. 2) Posted: Mon Nov 20, 2006 11:03 pm
Post subject: Re: Get whois name and location for IP addresses in bulk [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In news:1164063783.615429.207170@h54g2000cwb.googlegroups.com,
samalex <samalex.RemoveThis@gmail.com> wrote:

> We run a Citrix server with a web frontend (NFuse), and my boss asked
> if I could get a list of companies and locations for folks who are
> hitting the server. I have a list of about 500 IP addresses, and
> though I can identify blocks as being local ISP's, the other 200+
> aren't as easily recognized. I can do a whois on them and get this
> info, but anyone know of a quicker way or script in Linux or Windows
> that can process all the IP's and give me a list of who each of them
> are?

http://www.jdrowell.com/archives/2000/01/new_home_for_jd.html has a very
useful Perl script called jdresolve that will even recurse into C, B, and A
address spaces when there is no PTR record for an IP address, e.g.:

jdresolve -a -r -n apache.log > apache.log_resolved

and then use any number of freely-available log analyzers to parse the
apache.log_resolved file (or ftp, whatever) and see how many times each
company has "hit" the site. It can maintain a local database to minimize the
amount of DNS queries if optioned.

 >> Stay informed about: Get whois name and location for IP addresses in bulk 
Back to top
Login to vote
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 3) Posted: Mon Nov 20, 2006 11:12 pm
Post subject: Re: Get whois name and location for IP addresses in bulk [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Fleeing from the madness of the http://groups.google.com jungle
samalex <samalex.TakeThisOut@gmail.com> stumbled into
news:comp.os.linux.networking,alt.www.webmaster
and said:

> Hello everyone,
>
> We run a Citrix server with a web frontend (NFuse), and my boss asked
> if I could get a list of companies and locations for folks who are
> hitting the server. I have a list of about 500 IP addresses, and
> though I can identify blocks as being local ISP's, the other 200+
> aren't as easily recognized. I can do a whois on them and get this
> info, but anyone know of a quicker way or script in Linux or Windows
> that can process all the IP's and give me a list of who each of them
> are?
>
> Just curious --

perl has a whois module (or whatever they're called in perlspeak)

almost any language has facilities (or libraries) to make network calls
that you could shoe-horn into service for calls to whois

--
William Tasso

http://williamtasso.com/words/what-is-usenet.asp
 >> Stay informed about: Get whois name and location for IP addresses in bulk 
Back to top
Login to vote
ynotssor

External


Since: Nov 20, 2006
Posts: 2



(Msg. 4) Posted: Mon Nov 20, 2006 11:14 pm
Post subject: Re: Get whois name and location for IP addresses in bulk [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In news:4sfmlkFvkpkmU1@mid.individual.net, I wrote:

> http://www.jdrowell.com/archives/2000/01/new_home_for_jd.html has a
> very useful Perl script called jdresolve that will even recurse into
> C, B, and A address spaces when there is no PTR record for an IP
> address, e.g.:
>
> jdresolve -a -r -n apache.log > apache.log_resolved
>
> and then use any number of freely-available log analyzers to parse the
> apache.log_resolved file (or ftp, whatever) and see how many times
> each company has "hit" the site. It can maintain a local database to
> minimize the amount of DNS queries if optioned.

For example, using your IP address:

$ nslookup -sil 65.172.176.66
Server: w.x.y.z
Address: w.x.y.z#53

** server can't find 66.176.172.65.in-addr.arpa: NXDOMAIN

$ echo 65.172.176.66 | jdresolve -r -n -
65.172.176.66.sprintlink.net
 >> Stay informed about: Get whois name and location for IP addresses in bulk 
Back to top
Login to vote
Unruh

External


Since: Nov 21, 2006
Posts: 1



(Msg. 5) Posted: Tue Nov 21, 2006 8:31 am
Post subject: Re: Get whois name and location for IP addresses in bulk [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"samalex" <samalex.RemoveThis@gmail.com> writes:

>Hello everyone,

>We run a Citrix server with a web frontend (NFuse), and my boss asked
>if I could get a list of companies and locations for folks who are
>hitting the server. I have a list of about 500 IP addresses, and
>though I can identify blocks as being local ISP's, the other 200+
>aren't as easily recognized. I can do a whois on them and get this
>info, but anyone know of a quicker way or script in Linux or Windows
>that can process all the IP's and give me a list of who each of them
>are?


Sounds like you r boss is trying to go out of business. Customers discover
that if they go to your site, they get hounded, and you will rapidly have
none.
 >> Stay informed about: Get whois name and location for IP addresses in bulk 
Back to top
Login to vote
Chris Davies

External


Since: Nov 21, 2006
Posts: 1



(Msg. 6) Posted: Tue Nov 21, 2006 9:19 am
Post subject: Re: Get whois name and location for IP addresses in bulk [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Unruh <unruh-spam RemoveThis @physics.ubc.ca> wrote:
> Sounds like you r boss is trying to go out of business. Customers discover
> that if they go to your site, they get hounded, and you will rapidly have
> none.

Actually it sounds pretty reasonable to me. The information itself
could give the OP's company some idea of market penetration. This can
then lead to more appropriate marketing with less annoyance to those
who are either already hooked or clearly not interested. A potential
win-win situation for everyone.

Chris
 >> Stay informed about: Get whois name and location for IP addresses in bulk 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Email addresses with whois records - Now that all (or most?) whois records require a password to be entered manually to access the records, are these records safe from email address harvesters? Lois

Need an SMTP server for bulk email - Hi, I have a completely legitimate opt-in newsletter I need to send out to about 6000+ addresses, but since I switched ISPs recently (to Comcast) I can no longer use my newsletter software's local SMTP server without something like a 90% failure rate...

WHOIS - Hello, <font color=purple> ; I am finding it increasingly difficult to find the contact</font> information about a particular domain name. I've tried a number of different WHOIS servers without luck. <font color=purple>&am...

whois.sc? - is it just me being stalked or is everyone getting hit repeatedly by them/this? Could it be a domain stalker looking to snatch up expiring domains? All I know is I am getting hit several times daily by that domain and it is getting pretty damn annoying...

pros and cons of website bulk submission programs - Hi, I have been asked about TrafficSeeker.com. a program that submits your sites to your desired search engines. Does anyone have any comments on this tool, and perhaps links to pages that have a pros and cons discussion on this tool and others liek it...
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]