chg: [anonymisation] add level-of-knowledge to request for more information if needed

pull/144/head
Alexandre Dulaunoy 2019-02-01 10:19:25 +01:00
parent f5c7530e0b
commit 36dc6efab3
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 11 additions and 1 deletions

View File

@ -178,9 +178,19 @@
"ui-priority": 1,
"disable_correlation": true,
"misp-attribute": "text"
},
"level-of-knowledge": {
"description": "Level of knowledge of the organisation who created this object",
"ui-priority": 10,
"values_list": [
"Only the anonymised data is known",
"Deanonymised data is known"
],
"disable_correlation": true,
"misp-attribute": "text"
}
},
"version": 1,
"version": 2,
"description": "Anonymisation object describing an anonymisation technique used to encode MISP attribute values. Reference: https://www.caida.org/tools/taxonomy/anonymization.xml",
"meta-category": "misc",
"uuid": "5867cffe-60ff-44f6-b097-e5f36b5de0ac",