mirror of https://github.com/MISP/misp-objects
fix: Type asn -> AS
parent
2ce8794528
commit
68d61d25d9
|
@ -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
|
||||
}
|
||||
|
|
|
@ -55,5 +55,5 @@
|
|||
"meta-category": "network",
|
||||
"name": "intelmq_report",
|
||||
"uuid": "c3d34be1-904b-455b-bceb-509418392110",
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue