mirror of https://github.com/MISP/misp-objects
change definition.json for vehicle
parent
c611736e35
commit
6cc3f4a51c
|
@ -9,8 +9,11 @@
|
||||||
"date-first-registration",
|
"date-first-registration",
|
||||||
"image-url",
|
"image-url",
|
||||||
"gearbox",
|
"gearbox",
|
||||||
"indicative-value",
|
"exterior color",
|
||||||
"state"
|
"interior color",
|
||||||
|
"type",
|
||||||
|
"state",
|
||||||
|
"indicative-value"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"description": {
|
"description": {
|
||||||
|
@ -19,6 +22,30 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
|
"exterior color": {
|
||||||
|
"description": "Exterior color of the vehicule",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true
|
||||||
|
},
|
||||||
|
"state": {
|
||||||
|
"description": "State of the vehicule (stolen or recovered)",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true
|
||||||
|
},
|
||||||
|
"interior color": {
|
||||||
|
"description": "Interior color of the vehicule",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"description": "Type of the vehicule",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true
|
||||||
|
},
|
||||||
"make": {
|
"make": {
|
||||||
"description": "Manufacturer of the vehicle",
|
"description": "Manufacturer of the vehicle",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
|
@ -71,17 +98,12 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true
|
"multiple": true
|
||||||
},
|
|
||||||
"state": {
|
|
||||||
"description": "State of the vehicle",
|
|
||||||
"ui-priority": 0,
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"disable_correlation": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3,
|
"version": 2,
|
||||||
"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",
|
||||||
"name": "vehicle"
|
"name": "vehicle"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue