Merge pull request #219 from N1col4s5742/master

Add vehicle state
pull/227/head
Alexandre Dulaunoy 2020-01-24 11:23:28 +01:00 committed by GitHub
commit 1a3d6392f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 0 deletions

View File

@ -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",

View File

@ -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,