-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
61 lines (61 loc) · 1.56 KB
/
definition.json
File metadata and controls
61 lines (61 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"attributes": {
"bio": {
"description": "Bio of the keybase user",
"misp-attribute": "text",
"ui-priority": 1
},
"cryptocurrency_addresses": {
"description": "Associated cryptocurrency address with the keybase user",
"misp-attribute": "btc",
"multiple": true,
"ui-priority": 1
},
"emails": {
"description": "Emails associated with the keybase user",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"full_name": {
"description": "Full name",
"misp-attribute": "text",
"ui-priority": 1
},
"id": {
"description": "Keybase user identifier",
"misp-attribute": "text",
"ui-priority": 1
},
"location": {
"description": "Location",
"misp-attribute": "text",
"ui-priority": 1
},
"private_keys": {
"description": "OpenPGP private keys associated with the keybase user",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"public_keys": {
"description": "OpenPGP public keys associated with the keybase user",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"username": {
"description": "Keybase username",
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "Information related to a keybase account, from API Users Object",
"meta-category": "misc",
"name": "keybase-account",
"requiredOneOf": [
"username"
],
"uuid": "32c29c1c-a6c1-41e9-b1db-8cca88185ecd",
"version": 3
}