D4-project / BGP-Ranking

BGP ranking is a free software to calculate the security ranking of Internet Service Provider (ASN)
http://bgpranking.circl.lu/
GNU Affero General Public License v3.0
69 stars 6 forks source link

History of ASN's BGPRanking #10

Closed DuhaAlasiri closed 5 years ago

DuhaAlasiri commented 5 years ago

It would be amazing if we could get the historical BGP-Ranking of an ASN when querying it, It will incredibly help in (ASs investigation) specially when investigating old malicious ASN cases.

That was possible before with your CSV output, wonder if it's possible to get one currently. If not, is there any other similar solution?

Kindest regards.

Rafiot commented 5 years ago

There is no CSV export anymore, but there should be a json output, which is broken as we speak: https://github.com/D4-project/BGP-Ranking/blob/master/website/web/__init__.py#L261

I'll try to fix that soon.

Rafiot commented 5 years ago

Fixed!

curl -X POST -d '{"asn": "5577"}' https://bgpranking-ng.circl.lu/json/asn_history