mirror of https://github.com/MISP/misp-objects
chg: [vehicule] image + type of vehicle added
parent
ab6d7c3885
commit
78fe4325b7
|
@ -44,6 +44,21 @@
|
||||||
"description": "Type of the vehicule",
|
"description": "Type of the vehicule",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"sane_default": [
|
||||||
|
"car",
|
||||||
|
"bus",
|
||||||
|
"caravan",
|
||||||
|
"bicycle",
|
||||||
|
"boat",
|
||||||
|
"taxi",
|
||||||
|
"camper van",
|
||||||
|
"motorcycle",
|
||||||
|
"truck",
|
||||||
|
"scooter",
|
||||||
|
"tractor",
|
||||||
|
"trailer",
|
||||||
|
"van"
|
||||||
|
],
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"make": {
|
"make": {
|
||||||
|
@ -87,6 +102,12 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true
|
"multiple": true
|
||||||
},
|
},
|
||||||
|
"image": {
|
||||||
|
"description": "Image of the vehicle.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "attachment",
|
||||||
|
"multiple": true
|
||||||
|
},
|
||||||
"gearbox": {
|
"gearbox": {
|
||||||
"description": "Gearbox",
|
"description": "Gearbox",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
|
@ -100,7 +121,7 @@
|
||||||
"multiple": true
|
"multiple": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"description": "Vehicle object template to describe a vehicle information and registration",
|
"description": "Vehicle object template to describe a vehicle information and registration",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "683c076c-f695-4ff2-8efa-e98a418049f4",
|
"uuid": "683c076c-f695-4ff2-8efa-e98a418049f4",
|
||||||
|
|
Loading…
Reference in New Issue