mirror of https://github.com/MISP/misp-modules
9 lines
487 B
JSON
9 lines
487 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 and history, and position in BGP Ranking.\n\n",
|
||
|
"references": ["https://github.com/D4-project/BGP-Ranking/"],
|
||
|
"input": "Autonomous system number.",
|
||
|
"output": "Text containing a description of the ASN, its history, and the position in BGP Ranking."
|
||
|
}
|