-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
37 lines (37 loc) · 1.1 KB
/
definition.json
File metadata and controls
37 lines (37 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"attributes": {
"address-family": {
"description": "The IP address family concerned by the ranking.",
"misp-attribute": "text",
"sane_default": [
"v4",
"v6"
],
"ui-priority": 0
}
"date": {
"description": "Date fo the ranking.",
"misp-attribute": "datetime",
"ui-priority": 1
},
"position": {
"description": "Position of the ASN for a given day.",
"misp-attribute": "float",
"ui-priority": 0
},
"ranking": {
"description": "Ranking of the Autonomous System number.",
"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
}