2020-09-07 23:56:10 +02:00
{
"attributes" : {
2020-09-08 11:52:39 +02:00
"address-family" : {
"description" : "The IP address family concerned by the ranking." ,
2020-09-09 10:09:07 +02:00
"disable_correlation" : true ,
2020-09-08 11:52:39 +02:00
"misp-attribute" : "text" ,
"sane_default" : [
"v4" ,
"v6"
] ,
"ui-priority" : 0
2020-09-08 12:11:50 +02:00
} ,
2020-09-07 23:56:10 +02:00
"date" : {
"description" : "Date fo the ranking." ,
2020-09-09 10:09:07 +02:00
"disable_correlation" : true ,
2020-09-07 23:56:10 +02:00
"misp-attribute" : "datetime" ,
"ui-priority" : 1
} ,
"position" : {
"description" : "Position of the ASN for a given day." ,
2020-09-09 10:09:07 +02:00
"disable_correlation" : true ,
2020-09-07 23:56:10 +02:00
"misp-attribute" : "float" ,
"ui-priority" : 0
} ,
"ranking" : {
"description" : "Ranking of the Autonomous System number." ,
2020-09-09 10:09:07 +02:00
"disable_correlation" : true ,
2020-09-07 23:56:10 +02:00
"misp-attribute" : "float" ,
"ui-priority" : 1
}
} ,
"description" : "BGP Ranking object describing the ranking of an ASN for a given day, along with its position, 1 being the most malicious ASN of the day, with the highest ranking. This object is meant to have a relationship with the corresponding ASN object and represents its ranking for a specific date." ,
"meta-category" : "network" ,
"name" : "bgp-ranking" ,
"required" : [
"date" ,
"ranking"
] ,
"uuid" : "0cf87909-e44a-4426-8ebc-a250f932ce00" ,
"version" : 1
2020-09-08 12:11:50 +02:00
}