mirror of https://github.com/MISP/misp-objects
chg: [phone] add brand and model
parent
195fc46a13
commit
ccc0f4dd1f
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue