2020-05-30 03:10:02 +02:00
|
|
|
{
|
|
|
|
"attributes": {
|
|
|
|
"archive": {
|
|
|
|
"description": "Archive of the account (Internet Archive, Archive.is, etc).",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "link",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"attachment": {
|
|
|
|
"description": "A screen capture or exported list of contacts etc.",
|
|
|
|
"misp-attribute": "attachment",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-05-31 15:52:49 +02:00
|
|
|
"bio": {
|
|
|
|
"description": "Displayed name.",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-05-30 03:10:02 +02:00
|
|
|
"description": {
|
|
|
|
"description": "A description of the user.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"displayed-name": {
|
|
|
|
"description": "Displayed name.",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"embedded-link": {
|
|
|
|
"description": "Link embedded in the user description (potentially malicious).",
|
|
|
|
"misp-attribute": "url",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"embedded-safe-link": {
|
|
|
|
"description": "Link embedded in the user description (supposed safe).",
|
|
|
|
"misp-attribute": "link",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"followers": {
|
2020-05-31 15:52:49 +02:00
|
|
|
"description": "Number of followers.",
|
2020-05-30 03:10:02 +02:00
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-05-31 15:52:49 +02:00
|
|
|
"following": {
|
|
|
|
"description": "Number of accounts this accounts is following.",
|
2020-05-30 03:10:02 +02:00
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"hashtag": {
|
|
|
|
"description": "Hashtag embedded in the user description.",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"id": {
|
|
|
|
"description": "Numeric account id.",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-08-28 16:15:57 +02:00
|
|
|
"joined-date": {
|
2020-08-28 16:10:42 +02:00
|
|
|
"description": "When the account was created",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "datetime",
|
2020-08-28 16:15:57 +02:00
|
|
|
"multiple": false,
|
2020-08-28 16:10:42 +02:00
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-05-31 15:52:49 +02:00
|
|
|
"likes": {
|
|
|
|
"description": "Number of likes this account has.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-05-30 03:10:02 +02:00
|
|
|
"link": {
|
|
|
|
"description": "Original link to the user (supposed harmless).",
|
|
|
|
"misp-attribute": "link",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"listed": {
|
|
|
|
"description": "Number of lists the user is on.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"location": {
|
|
|
|
"description": "User description of location.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-05-31 15:52:49 +02:00
|
|
|
"media": {
|
|
|
|
"description": "Number of images and videos posted.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-05-30 03:10:02 +02:00
|
|
|
"name": {
|
|
|
|
"description": "User's screen name (without the @).",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-05-31 15:52:49 +02:00
|
|
|
"private": {
|
|
|
|
"description": "User verified.",
|
2020-06-12 01:35:02 +02:00
|
|
|
"disable_correlation": true,
|
2020-05-31 15:52:49 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"sane_default": [
|
|
|
|
"True",
|
|
|
|
"False"
|
|
|
|
],
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-06-02 17:11:43 +02:00
|
|
|
"profile-banner": {
|
|
|
|
"description": "A screenshot or exported user avatar.",
|
|
|
|
"misp-attribute": "attachment",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"profile-banner-url": {
|
|
|
|
"description": "A link to the user's background image.",
|
|
|
|
"misp-attribute": "url",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-06-12 01:35:02 +02:00
|
|
|
"profile-image": {
|
|
|
|
"description": "A screenshot or exported user avatar.",
|
|
|
|
"misp-attribute": "attachment",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-06-02 17:11:43 +02:00
|
|
|
"profile-image-url": {
|
|
|
|
"description": "A link to the user's avatar.",
|
|
|
|
"misp-attribute": "url",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-05-31 15:52:49 +02:00
|
|
|
"tweets": {
|
|
|
|
"description": "Number of tweets posted.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-08-28 16:45:47 +02:00
|
|
|
"twitter-followers": {
|
|
|
|
"description": "followers accounts of interest",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"twitter-following": {
|
|
|
|
"description": "following accounts of interest",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-05-30 03:10:02 +02:00
|
|
|
"url": {
|
|
|
|
"description": "Original URL location of the user (potentially malicious).",
|
|
|
|
"misp-attribute": "url",
|
2020-06-12 01:35:02 +02:00
|
|
|
"multiple": true,
|
2020-05-30 03:10:02 +02:00
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"verified": {
|
|
|
|
"description": "User verified.",
|
2020-06-12 01:35:02 +02:00
|
|
|
"disable_correlation": true,
|
2020-05-30 03:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"sane_default": [
|
|
|
|
"True",
|
|
|
|
"False"
|
|
|
|
],
|
|
|
|
"ui-priority": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Twitter account.",
|
|
|
|
"meta-category": "misc",
|
|
|
|
"name": "twitter-account",
|
|
|
|
"requiredOneOf": [
|
|
|
|
"name",
|
|
|
|
"id",
|
|
|
|
"description",
|
|
|
|
"archive",
|
|
|
|
"link"
|
|
|
|
],
|
|
|
|
"uuid": "8066563f-881e-4f6a-9d6c-a9d15b8658bb",
|
2020-08-28 16:27:41 +02:00
|
|
|
"version": 6
|
2020-08-28 16:45:47 +02:00
|
|
|
}
|