D4-project / IPASN-History

IP ASN History to find ASN announcing an IP and the closest prefix announcing it at a specific date
https://www.d4-project.org/open%20source/asn/history/2019/01/09/IP-ASN-History.html
GNU Affero General Public License v3.0
91 stars 12 forks source link

Adding the ASN description history (which is/was in BGP Ranking) #1

Closed adulau closed 5 years ago

adulau commented 5 years ago

Adding the ASN description history (which is/was in BGP Ranking)

Rafiot commented 5 years ago

It is in bgpranking. The way to get that information will be to go through BGP Ranking, not IPASN History.

I'm working on the API for BGP Ranking right now.

adulau commented 5 years ago

Indeed, the idea is to expose it via the IPASN History API and the background is pulled from BGP Ranking API. Then it's a single query via IPASN History. A small question, should we separate IPASN History server and client in two separated repository to make it simpler to install?

Rafiot commented 5 years ago

IPASN History should be kept as simple as possible as it can handle a very high amount of requests and adding more options will make it slower. Currently, the public instance of IPASN History is accessible through BGP Ranking, and you can query it with pyipasnhistory (will be on pypi soon):

pip install git+https://github.com/D4-project/IPASN-History.git/#egg=pyipasnhistory&subdirectory=client

pybgpranking will have methods that allow to query everything.

Rafiot commented 5 years ago

Also solved.