Feature #1708
Add ability to perform a whois lookup
Start date:
01/29/2017
Due date:
% Done:
100%
Associated revisions
Adding whois command
Reference #1708
Finalizing whois search command
Closes #1708
History
#3 Updated by Luke Murphey almost 8 years ago
This library might be useful: http://www.tekdefense.com/automater/
#4 Updated by Luke Murphey almost 8 years ago
https://bitbucket.org/richardpenman/pywhois is pretty cool. However, it requires lib2to3 and this doesn't work:
import lib2to3
#5 Updated by Anonymous almost 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset splunk-network-tools-svn|r63.
#6 Updated by Luke Murphey almost 8 years ago
from ipwhois import IPWhois
obj = IPWhois('173.255.235.229')
results = obj.lookup_rdap(depth=1)
from pprint import pprint
pprint(results)