BGP-Ranking icon indicating copy to clipboard operation
BGP-Ranking copied to clipboard

BGP ranking is a free software to calculate the security ranking of Internet Service Provider (ASN)

Results 12 BGP-Ranking issues
Sort by recently updated
recently updated
newest added

``` (venv) misp@misp-test:~/code/mailoney$ pip install git+https://github.com/D4-project/BGP-Ranking.git/#egg=pybgpranking\&subdirectory=client Collecting pybgpranking Cloning https://github.com/D4-project/BGP-Ranking.git/ to /tmp/pip-install-pnqwv90c/pybgpranking_777f9736e6d849e8bb2af02b4252c0fe Running command git clone -q https://github.com/D4-project/BGP-Ranking.git/ /tmp/pip-install-pnqwv90c/pybgpranking_777f9736e6d849e8bb2af02b4252c0fe Resolved https://github.com/D4-project/BGP-Ranking.git/ to commit 36688e85c17442652b0b893605b50741c01bd62a Collecting requests Using cached requests-2.26.0-py2.py3-none-any.whl (62...

After installing all the required deps it fails on a namespace error. ``` (venv) misp@misp-test:~/code/BGP-Ranking$ bgpranking Traceback (most recent call last): File "/home/misp/code/BGP-Ranking/venv/bin/bgpranking", line 7, in exec(compile(f.read(), __file__, 'exec')) File...

Trying to import bgpranking results in error. See below. ``` (venv) misp@misp-test:~/code/mailoney$ pip install bgpranking-web Collecting bgpranking-web Using cached bgpranking-web-1.2.tar.gz (2.1 kB) Collecting requests Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) Collecting...

We would like to thank you for providing historical BGP Ranking data, but can we go back with the data before 2018-04-10? We could do that in the old BGP...

It would be interesting to be able to see when new AS arrive, and when/if they start to misbehave.

enhancement
from:ihap
Q1-2020

Likely introduced by #1, query sent with invalid or empty IP gives a 500: ``` $ curl -vvv 'https://bgpranking.circl.lu/ipasn' -d 'ip=' ... > POST /ipasn HTTP/1.1 > Host: bgpranking.circl.lu >...

Ex: 8.8.8.0/24 => all the AS announcing it over time

That call should work: `curl -X POST -d '{"asn": 264643}' https://bgpranking-ng.circl.lu/json/asn_description`

Add an detailed view: * list of sources where the AS was seen * first time seen (in the routing table and with malicious activities) * Ranking for ASes with...

Adding a small spinner when loading the graph (as some graph might take sometime to be loaded).

enhancement
topic:usability