Net::Whois::RIS

Whois lookup on RIPE RIS
Download

Net::Whois::RIS Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • Alexandre Dulaunoy
  • Publisher web site:
  • http://search.cpan.org/~adulau/

Net::Whois::RIS Tags


Net::Whois::RIS Description

Whois lookup on RIPE RIS Net::Whois::RIS is a Perl module to query the RIPE Routing Information Service (RIS) whois to get information about a specific IP address. You can get information like the AS number announcing the IP address/network.SYNOPSIS use Net::Whois::RIS; my $foo = Net::Whois::RIS->new(); $foo->getIPInfo("8.8.8.8"); print $foo->getOrigin(); print $foo->getDescr();The module can also query the Web interface to gather additional information via the Ajax interface of the RIPE RIS dashboard. The main use is to gather the list of announced prefixes for an ASN. use Net::Whois::RIS; my $foo = Net::Whois::RIS->new(); $foo->getASNInfo("12684"); print $foo->getPrefixes();The module's first objective was to provide an easy IP to ASN mapping interface via Perl. Requirements: · Perl


Net::Whois::RIS Related Software