mirror of https://github.com/MISP/misp-objects
fix: Disabling correlation for all the bgp-ranking object attributes
parent
404b0e4c4f
commit
cadaa5d8c9
|
@ -2,6 +2,7 @@
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"address-family": {
|
"address-family": {
|
||||||
"description": "The IP address family concerned by the ranking.",
|
"description": "The IP address family concerned by the ranking.",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"sane_default": [
|
"sane_default": [
|
||||||
"v4",
|
"v4",
|
||||||
|
@ -11,16 +12,19 @@
|
||||||
},
|
},
|
||||||
"date": {
|
"date": {
|
||||||
"description": "Date fo the ranking.",
|
"description": "Date fo the ranking.",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"position": {
|
"position": {
|
||||||
"description": "Position of the ASN for a given day.",
|
"description": "Position of the ASN for a given day.",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "float",
|
"misp-attribute": "float",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"ranking": {
|
"ranking": {
|
||||||
"description": "Ranking of the Autonomous System number.",
|
"description": "Ranking of the Autonomous System number.",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "float",
|
"misp-attribute": "float",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue