mirror of https://github.com/MISP/misp-objects
commit
1a3d6392f3
|
@ -49,6 +49,11 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"neighborhood": {
|
||||
"description": "Neighborhood.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"zipcode": {
|
||||
"description": "Zip Code.",
|
||||
"misp-attribute": "text",
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
"date-first-registration",
|
||||
"image-url",
|
||||
"gearbox",
|
||||
"exterior color",
|
||||
"interior color",
|
||||
"type",
|
||||
"state",
|
||||
"indicative-value"
|
||||
],
|
||||
"attributes": {
|
||||
|
@ -18,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,
|
||||
|
|
Loading…
Reference in New Issue