BGP Ranking

BGP Ranking

CIRCL BGP Ranking

BGP Ranking is a free software to calculate the security ranking of Internet Service Providers. The system is gathering external datasources (e.g. dshield, shadowserver, Arbor ATLAS) in order to evaluate the ranking over time.

The purpose is to detect any malicious activities of a specific AS number fast and to validate the data sources used for security.

More details can be found in the latest presentation given at: the National CSIRT Meeting.

Source code and documention of the server are available at: https://github.com/D4-project/BGP-Ranking

The public interface of BGP Ranking is available at: http://bgpranking.circl.lu/

BGP Ranking API

BGP Ranking has a ReST JSON API that can be queried.

Python API

The BGP Ranking Python API is a simple Python library to query the BGP Ranking API.

If you want to install the library, you can do the following:

pip install bgpranking-web