fix: Type asn -> AS

pull/211/head
Raphaël Vinot 2019-11-25 16:23:42 +01:00
parent 2ce8794528
commit 68d61d25d9
2 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@
},
"destination.asn": {
"description": "The autonomous system number to which the connection headed.",
"misp-attribute": "asn",
"misp-attribute": "AS",
"ui-priority": 1
},
"destination.domain_suffix": {
@ -282,7 +282,7 @@
},
"source.asn": {
"description": "The autonomous system number from which originated the connection.",
"misp-attribute": "asn",
"misp-attribute": "AS",
"ui-priority": 1
},
"source.domain_suffix": {
@ -415,5 +415,5 @@
"meta-category": "network",
"name": "intelmq_event",
"uuid": "491ac7d2-25a1-4078-8246-b04a132d003d",
"version": 2
"version": 3
}

View File

@ -55,5 +55,5 @@
"meta-category": "network",
"name": "intelmq_report",
"uuid": "c3d34be1-904b-455b-bceb-509418392110",
"version": 2
"version": 3
}