mirror of https://github.com/MISP/misp-objects
chg: allow multiple IPs in URL object
parent
39eb3695a0
commit
82c217781f
|
@ -35,6 +35,7 @@
|
||||||
"ip": {
|
"ip": {
|
||||||
"description": "Better type when the host is an IP.",
|
"description": "Better type when the host is an IP.",
|
||||||
"misp-attribute": "ip-dst",
|
"misp-attribute": "ip-dst",
|
||||||
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"last-seen": {
|
"last-seen": {
|
||||||
|
@ -105,5 +106,5 @@
|
||||||
"resource_path"
|
"resource_path"
|
||||||
],
|
],
|
||||||
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",
|
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",
|
||||||
"version": 8
|
"version": 9
|
||||||
}
|
}
|
Loading…
Reference in New Issue