----- Original Message ----- From: "Jeff Peng" <jeffp...@netzero.net>
To: "Mike Blezien" <mick...@frontiernet.net>
Cc: "Perl List" <beginners@perl.org>
Sent: Sunday, January 17, 2010 8:05 PM
Subject: Re: Basic Domain and IP Info


在 2010-01-17日的 11:16 -0600,Mike Blezien写道:
Hello,

I've been looking for some basic domain/IP info that we can generate for
domain/IP addresses entered from a form. I've been searching CPAN without much
luck, but maybe looking in the wrong places. What I like to do is obtain the
following information for the domain/IP address:

Name Servers for the domain name
IPs associated with the domain
What/How many sites are using the IP
Reverse IP Lookup
HTTP Status Code

Are there any Perl modules, toolkits, available that do these type of task?


Hi,

What you want is an integrative Perl program, not just a perl module.
The 1st,2nd and 4th could be done by Net::DNS module.
For the 3rd item, do you mean how many virtual hosts are located in an
IP? That is not easy to gather, unless you are the hostmaster of those
IPs.
For the 5th item, you may look at HTTP::Status following with
LWP::UserAgent module if I understand for you correctly.

HTH.


Thanks Jeff, this gives me some places to start with.

Regarding item#3 I was getting at how many domains share the same IP entered in a form. I.E. on one of our dedicated servers the main IP address is 75.125.1.226 which has approx., 12 domains sharing that same IP address. Not that critical though. :)

Thx's

Mike(mickalo)Blezien
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thunder Rain Internet Publishing
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to