mirror of https://github.com/MISP/misp-objects
first addition of keybase object
parent
d35cd2d47f
commit
5e7152714b
|
@ -0,0 +1,50 @@
|
||||||
|
{
|
||||||
|
"name": "keybase-account",
|
||||||
|
"meta-category": "",
|
||||||
|
"description": "Information related to a keybase account, from API Users Object",
|
||||||
|
"version": 1,
|
||||||
|
"uuid": "32c29c1c-a6c1-41e9-b1db-8cca88185ecd",
|
||||||
|
"attributes" :
|
||||||
|
{
|
||||||
|
"uid": {
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"username": {
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"full_name": {
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"location": {
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"bio": {
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"emails": {
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority" : 1
|
||||||
|
},
|
||||||
|
"public_keys": {
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true, ##fingerprint, bundle
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"private_keys": {
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true, ##fingerprint, bundle
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"cryptocurrency_addresses": {
|
||||||
|
"misp-attribute": "btc",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue