mirror of https://github.com/MISP/misp-objects
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"requiredOneOf": [
|
|
"description",
|
|
"year",
|
|
"make",
|
|
"model",
|
|
"license-plate-number",
|
|
"vin"
|
|
],
|
|
"attributes": {
|
|
"description": {
|
|
"description": "Description of the vehicle",
|
|
"ui-priority": 1,
|
|
"misp-attribute": "text",
|
|
"disable_correlation": true
|
|
},
|
|
"year": {
|
|
"description": "Year of manufacturing of the vehicle",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text",
|
|
"disable_correlation": true
|
|
},
|
|
"make": {
|
|
"description": "Manufacturer of the vehicle",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text",
|
|
"disable_correlation": true
|
|
},
|
|
"model": {
|
|
"description": "Model of the vehicle",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text",
|
|
"disable_correlation": true
|
|
},
|
|
"vin": {
|
|
"description": "Vehicle identification number (VIN)",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"license-plate-number": {
|
|
"description": "License plate number",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text",
|
|
"multiple": true
|
|
}
|
|
},
|
|
"version": 1,
|
|
"description": "Vehicle object template to describe a vehicle information and registration",
|
|
"meta-category": "misc",
|
|
"uuid": "683c076c-f695-4ff2-8efa-e98a418049f4",
|
|
"name": "vehicle"
|
|
}
|