From 46b6f79cfd346709d8b137471d82d1c07ad92769 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 3 Sep 2020 12:08:13 +0200 Subject: [PATCH] chg: [keybase] description updated --- objects/keybase-account/definition.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/objects/keybase-account/definition.json b/objects/keybase-account/definition.json index 68818f7..5d4c8b9 100644 --- a/objects/keybase-account/definition.json +++ b/objects/keybase-account/definition.json @@ -2,42 +2,51 @@ "attributes": { "bio": { "misp-attribute": "text", - "ui-priority": 1 + "ui-priority": 1, + "description": "Bio of the keybase user" }, "cryptocurrency_addresses": { "misp-attribute": "btc", "multiple": true, + "description": "Associated cryptocurrency address with the keybase user", "ui-priority": 1 }, "emails": { "misp-attribute": "text", "multiple": true, + "description": "Emails associated with the keybase user", "ui-priority": 1 }, "full_name": { "misp-attribute": "text", + "description": "Full name", "ui-priority": 1 }, "location": { "misp-attribute": "text", + "description": "Location", "ui-priority": 1 }, "private_keys": { "misp-attribute": "text", "multiple": true, + "description": "OpenPGP private keys associated with the keybase user", "ui-priority": 1 }, "public_keys": { "misp-attribute": "text", + "description": "OpenPGP public keys associated with the keybase user", "multiple": true, "ui-priority": 1 }, "uid": { "misp-attribute": "text", + "description": "Keybase user identifier", "ui-priority": 1 }, "username": { "misp-attribute": "text", + "description": "Keybase username", "ui-priority": 1 } }, @@ -46,4 +55,4 @@ "name": "keybase-account", "uuid": "32c29c1c-a6c1-41e9-b1db-8cca88185ecd", "version": 1 -} \ No newline at end of file +}