mirror of https://github.com/MISP/misp-objects
Merge branch 'main' of github.com:MISP/misp-objects into main
commit
bd6aad0cd9
|
@ -22,6 +22,11 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"id": {
|
||||||
|
"description": "Keybase user identifier",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"location": {
|
"location": {
|
||||||
"description": "Location",
|
"description": "Location",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
@ -39,11 +44,6 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"id": {
|
|
||||||
"description": "Keybase user identifier",
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"username": {
|
"username": {
|
||||||
"description": "Keybase username",
|
"description": "Keybase username",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
@ -53,9 +53,9 @@
|
||||||
"description": "Information related to a keybase account, from API Users Object",
|
"description": "Information related to a keybase account, from API Users Object",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"name": "keybase-account",
|
"name": "keybase-account",
|
||||||
"uuid": "32c29c1c-a6c1-41e9-b1db-8cca88185ecd",
|
|
||||||
"version": 3,
|
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"username"
|
"username"
|
||||||
]
|
],
|
||||||
}
|
"uuid": "32c29c1c-a6c1-41e9-b1db-8cca88185ecd",
|
||||||
|
"version": 3
|
||||||
|
}
|
Loading…
Reference in New Issue