I have multiple columns of IPv4 and IPv6 address. How would I go about writing a function that takes the IPv4/IPv6 address, and performs a whois (e.g. http://whois.arin.net/rest/nets;q=15.185.186.215?showDetails=true&showARIN=false&ext=netref2) and extracts the following info:
NetRange
Name
Organization
e.g.:
A1,B1,C1,D1
15.185.186.215,15.0.0.0 - 15.255.255.255,HP-INTERNET,Hewlett-Packard Company (HP)
Thanks!
NetRange
Name
Organization
e.g.:
A1,B1,C1,D1
15.185.186.215,15.0.0.0 - 15.255.255.255,HP-INTERNET,Hewlett-Packard Company (HP)
Thanks!