Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions objects/asn/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
"misp-attribute": "AS",
"ui-priority": 1
},
"name": {
"description": "The official name of the autonomous system",
"misp-attribute": "text",
"ui-priority": 1
},
"organization": {
"description": "The organization who the ASN is registered to",
"misp-attribute": "text",
"ui-priority": 1
},
"country": {
"description": "Country code of the main location of the autonomous system",
"misp-attribute": "text",
Expand Down Expand Up @@ -65,5 +75,5 @@
"asn"
],
"uuid": "4ec55cc6-9e49-4c64-b794-03c25c1a6587",
"version": 5
}
"version": 6
}
Loading