Project

General

Profile

Feature #1708

Add ability to perform a whois lookup

Added by Luke Murphey over 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
01/29/2017
Due date:
% Done:

100%

Associated revisions

Revision 62 (diff)
Added by lmurphey about 7 years ago

Adding whois command

Reference #1708

Revision 63 (diff)
Added by lmurphey about 7 years ago

Finalizing whois search command

Closes #1708

History

#3 Updated by Luke Murphey about 7 years ago

This library might be useful: http://www.tekdefense.com/automater/

#4 Updated by Luke Murphey about 7 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 about 7 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 about 7 years ago

from ipwhois import IPWhois
obj = IPWhois('173.255.235.229')
results = obj.lookup_rdap(depth=1)
from pprint import pprint
pprint(results)

Also available in: Atom PDF