Skip to main content

Module for looking up IPs from Domain Names

Project description

A small python module which accepts a single domain as a string, or multiple domains as a list, and returns a list of associated IPs (from both A record and CNAMEs).

  • For domains with multiple A records (RRDNS), all A record IPs are returned

  • IPv6 AAAA records are currently _NOT_ returned.

  • For domains which are CNAMEs, the IP of the CNAME is returned

  • If you give it an IP, it will return the IP back (so mixed lists are OK too)

Install::

pip install iplookup

Usage::

from iplookup import iplookup

ip = iplookup.iplookup

print(ip([“google.com”, “example.com”]))

print(ip(“yahoo.com”))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iplookup-1.0.5.tar.gz (1.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page