mirror of https://github.com/MISP/misp-modules
13 lines
496 B
JSON
13 lines
496 B
JSON
|
{
|
||
|
"description": "Query BGP Ranking (https://bgpranking-ng.circl.lu/).",
|
||
|
"requirements": [
|
||
|
"pybgpranking python library"
|
||
|
],
|
||
|
"features": "The module takes an AS number attribute as input and displays its description as well as its ranking position in BGP Ranking for a given day.",
|
||
|
"references": [
|
||
|
"https://github.com/D4-project/BGP-Ranking/"
|
||
|
],
|
||
|
"input": "Autonomous system number.",
|
||
|
"output": "An asn object with its related bgp-ranking object."
|
||
|
}
|