Skip to content

csirtgadgets/csirtg-peers

Repository files navigation

CSIRTG-PEERS

The FASTEST way to get the Peers of a an IS.

Examples

Shell

$ pip install csirtg-peers
$ csirtg-peers 1.1.1.1

{'asn': '174', 'cc': 'AU', 'prefix': '1.1.1.0/24', 'rir': 'apnic'}
{'asn': '1103', 'cc': 'AU', 'prefix': '1.1.1.0/24', 'rir': 'apnic'}
{'asn': '2914', 'cc': 'AU', 'prefix': '1.1.1.0/24', 'rir': 'apnic'}
{'asn': '4436', 'cc': 'AU', 'prefix': '1.1.1.0/24', 'rir': 'apnic'}
{'asn': '7922', 'cc': 'AU', 'prefix': '1.1.1.0/24', 'rir': 'apnic'}

Python

from csirtg_peers import get
from pprint import pprint


for p in get('1.1.1.1'):
    pprint(p)

Before You Begin

If you're using 1.1.1.1 or 8.8.X.X you must set NAMESERVERS to a more 'local' nameserver (eg: your ISP).

$ export NAMESERVER=209.18.47.61
$ csirtg-peers 1.1.1.1

This module takes advantage of Team Cymru's IP-ASN Service.

https://www.team-cymru.com/IP-ASN-mapping.html

About

The FASTEST way to get peer information for an IP

Resources

License

Stars

Watchers

Forks

Packages

No packages published