mirror of https://github.com/MISP/misp-objects
chg: [keybase] description updated
parent
ae3158e3fa
commit
46b6f79cfd
|
@ -2,42 +2,51 @@
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"bio": {
|
"bio": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1,
|
||||||
|
"description": "Bio of the keybase user"
|
||||||
},
|
},
|
||||||
"cryptocurrency_addresses": {
|
"cryptocurrency_addresses": {
|
||||||
"misp-attribute": "btc",
|
"misp-attribute": "btc",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
|
"description": "Associated cryptocurrency address with the keybase user",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"emails": {
|
"emails": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
|
"description": "Emails associated with the keybase user",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"full_name": {
|
"full_name": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"description": "Full name",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"location": {
|
"location": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"description": "Location",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"private_keys": {
|
"private_keys": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
|
"description": "OpenPGP private keys associated with the keybase user",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"public_keys": {
|
"public_keys": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"description": "OpenPGP public keys associated with the keybase user",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"uid": {
|
"uid": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"description": "Keybase user identifier",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"description": "Keybase username",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -46,4 +55,4 @@
|
||||||
"name": "keybase-account",
|
"name": "keybase-account",
|
||||||
"uuid": "32c29c1c-a6c1-41e9-b1db-8cca88185ecd",
|
"uuid": "32c29c1c-a6c1-41e9-b1db-8cca88185ecd",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue