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