mirror of https://github.com/MISP/misp-objects
Merge branch 'main' of github.com:MISP/misp-objects into main
commit
3fce227f39
|
@ -0,0 +1,81 @@
|
|||
{
|
||||
"attributes": {
|
||||
"bio": {
|
||||
"description": "Biography of the GitHub user.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"profile-image": {
|
||||
"description": "Profile image of the GitHub user (it can be multiple).",
|
||||
"misp-attribute": "attachment",
|
||||
"ui-priority": 1,
|
||||
"multiple": true
|
||||
},
|
||||
"following": {
|
||||
"description": "Followed GitHub users by the GitHub user.",
|
||||
"misp-attribute": "github-username",
|
||||
"ui-priority": 80,
|
||||
"multiple": true
|
||||
},
|
||||
"follower": {
|
||||
"description": "GitHub user is followed by.",
|
||||
"misp-attribute": "github-username",
|
||||
"ui-priority": 79,
|
||||
"multiple": true
|
||||
},
|
||||
"ssh-public-key": {
|
||||
"description": "SSH public key associated to the GitHub user.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 10,
|
||||
"multiple": true
|
||||
},
|
||||
"organisation": {
|
||||
"description": "Organisation affiliation of the GitHub user (it can be multiple).",
|
||||
"misp-attribute": "github-organisation",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"username": {
|
||||
"description": "GitHub username.",
|
||||
"misp-attribute": "github-username",
|
||||
"multiple": true,
|
||||
"ui-priority": 98
|
||||
},
|
||||
"repository": {
|
||||
"description": "GitHub repository under the GitHub user.",
|
||||
"misp-attribute": "github-repository",
|
||||
"multiple": true,
|
||||
"ui-priority": 96
|
||||
},
|
||||
"user-fullname": {
|
||||
"description": "Fullname of the GitHub user.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 97
|
||||
},
|
||||
"link": {
|
||||
"description": "Original Link to the GitHub account.",
|
||||
"misp-attribute": "link",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"verified": {
|
||||
"description": "User verified.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"sane_default": [
|
||||
"True",
|
||||
"False"
|
||||
],
|
||||
"ui-priority": 1
|
||||
}
|
||||
},
|
||||
"description": "GitHub user",
|
||||
"meta-category": "misc",
|
||||
"name": "github-user",
|
||||
"requiredOneOf": [
|
||||
"username",
|
||||
"link"
|
||||
],
|
||||
"uuid": "4329b5e6-8e6a-4b55-8fd1-9033782017d4",
|
||||
"version": 1
|
||||
}
|
|
@ -14,7 +14,7 @@
|
|||
"ui-priority": 1
|
||||
},
|
||||
"bio": {
|
||||
"description": "Displayed name.",
|
||||
"description": "Displayed biography of the user.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
|
@ -181,5 +181,5 @@
|
|||
"link"
|
||||
],
|
||||
"uuid": "8066563f-881e-4f6a-9d6c-a9d15b8658bb",
|
||||
"version": 6
|
||||
"version": 7
|
||||
}
|
Loading…
Reference in New Issue