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

61 lines
1.6 KiB
JSON
Raw Normal View History

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