chg: [phone] add brand and model

pull/235/head
Alexandre Dulaunoy 2020-02-05 15:04:10 +01:00
parent 195fc46a13
commit ccc0f4dd1f
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 13 additions and 1 deletions

View File

@ -51,6 +51,18 @@
"ui-priority": 1,
"misp-attribute": "text"
},
"brand": {
"description": "Brand of the phone.",
"disable_correlation": true,
"ui-priority": 1,
"misp-attribute": "text"
},
"model": {
"description": "Model of the phone.",
"disable_correlation": true,
"ui-priority": 1,
"misp-attribute": "text"
},
"last-seen": {
"description": "When the phone has been accessible or seen for the last time.",
"disable_correlation": true,
@ -64,7 +76,7 @@
"misp-attribute": "datetime"
}
},
"version": 2,
"version": 4,
"description": "A phone or mobile phone object which describe a phone.",
"meta-category": "misc",
"uuid": "d7e4fbdd-b551-4862-bddb-a0b470a38509",