misp-objects/objects/keybase-account/definition.json

59 lines
1.5 KiB
JSON
Raw Normal View History

{
2020-09-03 12:02:37 +02:00
"attributes": {
"bio": {
"misp-attribute": "text",
2020-09-03 12:08:13 +02:00
"ui-priority": 1,
"description": "Bio of the keybase user"
2020-09-03 12:02:37 +02:00
},
"cryptocurrency_addresses": {
"misp-attribute": "btc",
"multiple": true,
2020-09-03 12:08:13 +02:00
"description": "Associated cryptocurrency address with the keybase user",
2020-09-03 12:02:37 +02:00
"ui-priority": 1
},
"emails": {
"misp-attribute": "text",
"multiple": true,
2020-09-03 12:08:13 +02:00
"description": "Emails associated with the keybase user",
2020-09-03 12:02:37 +02:00
"ui-priority": 1
},
"full_name": {
"misp-attribute": "text",
2020-09-03 12:08:13 +02:00
"description": "Full name",
2020-09-03 12:02:37 +02:00
"ui-priority": 1
},
"location": {
"misp-attribute": "text",
2020-09-03 12:08:13 +02:00
"description": "Location",
2020-09-03 12:02:37 +02:00
"ui-priority": 1
},
"private_keys": {
"misp-attribute": "text",
"multiple": true,
2020-09-03 12:08:13 +02:00
"description": "OpenPGP private keys associated with the keybase user",
2020-09-03 12:02:37 +02:00
"ui-priority": 1
},
"public_keys": {
"misp-attribute": "text",
2020-09-03 12:08:13 +02:00
"description": "OpenPGP public keys associated with the keybase user",
2020-09-03 12:02:37 +02:00
"multiple": true,
"ui-priority": 1
},
"uid": {
"misp-attribute": "text",
2020-09-03 12:08:13 +02:00
"description": "Keybase user identifier",
2020-09-03 12:02:37 +02:00
"ui-priority": 1
},
"username": {
"misp-attribute": "text",
2020-09-03 12:08:13 +02:00
"description": "Keybase username",
2020-09-03 12:02:37 +02:00
"ui-priority": 1
}
},
"description": "Information related to a keybase account, from API Users Object",
"meta-category": "",
"name": "keybase-account",
"uuid": "32c29c1c-a6c1-41e9-b1db-8cca88185ecd",
"version": 1
2020-09-03 12:08:13 +02:00
}