mirror of https://github.com/MISP/misp-objects
change definition.json for vehicle
parent
c611736e35
commit
6cc3f4a51c
|
@ -9,8 +9,11 @@
|
|||
"date-first-registration",
|
||||
"image-url",
|
||||
"gearbox",
|
||||
"indicative-value",
|
||||
"state"
|
||||
"exterior color",
|
||||
"interior color",
|
||||
"type",
|
||||
"state",
|
||||
"indicative-value"
|
||||
],
|
||||
"attributes": {
|
||||
"description": {
|
||||
|
@ -19,6 +22,30 @@
|
|||
"misp-attribute": "text",
|
||||
"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": {
|
||||
"description": "Manufacturer of the vehicle",
|
||||
"ui-priority": 0,
|
||||
|
@ -71,17 +98,12 @@
|
|||
"ui-priority": 0,
|
||||
"misp-attribute": "text",
|
||||
"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",
|
||||
"meta-category": "misc",
|
||||
"uuid": "683c076c-f695-4ff2-8efa-e98a418049f4",
|
||||
"name": "vehicle"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue