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,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"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": {
|
||||||
"description": "A description of the user.",
|
"description": "A description of the user.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -37,13 +62,13 @@
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"followers": {
|
"followers": {
|
||||||
"description": "number of followers.",
|
"description": "Number of followers.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"friends": {
|
"following": {
|
||||||
"description": "Number of friends.",
|
"description": "Number of accounts this accounts is following.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
|
@ -59,6 +84,12 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"likes": {
|
||||||
|
"description": "Number of likes this account has.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"link": {
|
"link": {
|
||||||
"description": "Original link to the user (supposed harmless).",
|
"description": "Original link to the user (supposed harmless).",
|
||||||
"misp-attribute": "link",
|
"misp-attribute": "link",
|
||||||
|
@ -76,11 +107,32 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"media": {
|
||||||
|
"description": "Number of images and videos posted.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"description": "User's screen name (without the @).",
|
"description": "User's screen name (without the @).",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"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": {
|
"url": {
|
||||||
"description": "Original URL location of the user (potentially malicious).",
|
"description": "Original URL location of the user (potentially malicious).",
|
||||||
"misp-attribute": "url",
|
"misp-attribute": "url",
|
||||||
|
@ -107,5 +159,5 @@
|
||||||
"link"
|
"link"
|
||||||
],
|
],
|
||||||
"uuid": "8066563f-881e-4f6a-9d6c-a9d15b8658bb",
|
"uuid": "8066563f-881e-4f6a-9d6c-a9d15b8658bb",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
Loading…
Reference in New Issue