mirror of https://github.com/MISP/misp-objects
chg: [dev] add object properties from #257
parent
b9e235a4f4
commit
200ac19bad
|
@ -13,6 +13,31 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"avatar": {
|
||||
"description": "A screenshot or exported user avatar.",
|
||||
"misp-attribute": "attachment",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"avatar-url": {
|
||||
"description": "A link to the user's avatar.",
|
||||
"misp-attribute": "url",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"background-image": {
|
||||
"description": "A screenshot or exported user avatar.",
|
||||
"misp-attribute": "attachment",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"background-image-url": {
|
||||
"description": "A link to the user's background image.",
|
||||
"misp-attribute": "url",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"bio": {
|
||||
"description": "Displayed name.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"description": {
|
||||
"description": "A description of the user.",
|
||||
"disable_correlation": true,
|
||||
|
@ -37,13 +62,13 @@
|
|||
"ui-priority": 0
|
||||
},
|
||||
"followers": {
|
||||
"description": "number of followers.",
|
||||
"description": "Number of followers.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"friends": {
|
||||
"description": "Number of friends.",
|
||||
"following": {
|
||||
"description": "Number of accounts this accounts is following.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
|
@ -59,6 +84,12 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"likes": {
|
||||
"description": "Number of likes this account has.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"link": {
|
||||
"description": "Original link to the user (supposed harmless).",
|
||||
"misp-attribute": "link",
|
||||
|
@ -76,11 +107,32 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"media": {
|
||||
"description": "Number of images and videos posted.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"name": {
|
||||
"description": "User's screen name (without the @).",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"private": {
|
||||
"description": "User verified.",
|
||||
"misp-attribute": "text",
|
||||
"sane_default": [
|
||||
"True",
|
||||
"False"
|
||||
],
|
||||
"ui-priority": 1
|
||||
},
|
||||
"tweets": {
|
||||
"description": "Number of tweets posted.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"url": {
|
||||
"description": "Original URL location of the user (potentially malicious).",
|
||||
"misp-attribute": "url",
|
||||
|
@ -107,5 +159,5 @@
|
|||
"link"
|
||||
],
|
||||
"uuid": "8066563f-881e-4f6a-9d6c-a9d15b8658bb",
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
Loading…
Reference in New Issue