mirror of https://github.com/MISP/misp-objects
chg: [dev] make twitter object attributes more consistent with twitter api
parent
200ac19bad
commit
56bd29d829
|
@ -13,22 +13,22 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"avatar": {
|
||||
"profile_image": {
|
||||
"description": "A screenshot or exported user avatar.",
|
||||
"misp-attribute": "attachment",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"avatar-url": {
|
||||
"profile-image-url": {
|
||||
"description": "A link to the user's avatar.",
|
||||
"misp-attribute": "url",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"background-image": {
|
||||
"profile-banner": {
|
||||
"description": "A screenshot or exported user avatar.",
|
||||
"misp-attribute": "attachment",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"background-image-url": {
|
||||
"profile-banner-url": {
|
||||
"description": "A link to the user's background image.",
|
||||
"misp-attribute": "url",
|
||||
"ui-priority": 1
|
||||
|
@ -159,5 +159,5 @@
|
|||
"link"
|
||||
],
|
||||
"uuid": "8066563f-881e-4f6a-9d6c-a9d15b8658bb",
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
|
@ -18,8 +18,15 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"displayed-name": {
|
||||
"description": "Displayed name.",
|
||||
"member-count": {
|
||||
"description": "Number of accounts following this list.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"subscriber-count": {
|
||||
"description": "Number of accounts subscribing to this list.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
|
@ -84,5 +91,5 @@
|
|||
"link"
|
||||
],
|
||||
"uuid": "7ae81d5c-d9d8-4812-88a7-5f14fba241da",
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
|
@ -48,6 +48,12 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"geo": {
|
||||
"description": "Geolocation data.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"language": {
|
||||
"description": "The language of the post.",
|
||||
"disable_correlation": true,
|
||||
|
@ -76,6 +82,30 @@
|
|||
"misp-attribute": "datetime",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"retweet-count": {
|
||||
"description": "Number of retweets.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"favorite-count": {
|
||||
"description": "Number of favorites.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"possibly-sensitive": {
|
||||
"description": "Does this post contain sensitive content?",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"possibly-sensitive-appealable": {
|
||||
"description": "Is the sensitive content of this post appealable?",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"source": {
|
||||
"description": "Source of tweet (android, web etc).",
|
||||
"misp-attribute": "text",
|
||||
|
@ -92,7 +122,7 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"user-name": {
|
||||
"name": {
|
||||
"description": "Name of the account that posted this tweet.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
|
@ -116,5 +146,5 @@
|
|||
"attachment"
|
||||
],
|
||||
"uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e",
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
Loading…
Reference in New Issue