-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
120 lines (120 loc) · 3.17 KB
/
definition.json
File metadata and controls
120 lines (120 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"attributes": {
"archive": {
"description": "Archive of the original tweet (Internet Archive, Archive.is, etc).",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"attachment": {
"description": "The tweet file or screen capture.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"embedded-link": {
"description": "Link in the tweet",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 0
},
"embedded-safe-link": {
"description": "Safe link in the tweet",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 0
},
"hashtag": {
"description": "Hashtag embedded in the tweet",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"in-reply-to-display-name": {
"description": "The user display name of the tweet this post shares.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"in-reply-to-status-id": {
"description": "The twitter ID of the tweet that this post shares.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"in-reply-to-user-id": {
"description": "The user ID of the tweet this post shares.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"language": {
"description": "The language of the post.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"link": {
"description": "Original link to the post (supposed harmless).",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"post": {
"description": "Raw text of the post.",
"misp-attribute": "text",
"ui-priority": 1
},
"post-id": {
"description": "Numeric id of the tweet.",
"misp-attribute": "text",
"ui-priority": 0
},
"removal-date": {
"description": "When the tweet was removed.",
"misp-attribute": "datetime",
"ui-priority": 0
},
"source": {
"description": "Source of tweet (android, web etc).",
"misp-attribute": "text",
"ui-priority": 1
},
"url": {
"description": "Original URL of the tweet, e.g. link shortener (potentially malicious).",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 1
},
"user-id": {
"description": "Id of the account that posted this tweet.",
"misp-attribute": "text",
"ui-priority": 0
},
"user-name": {
"description": "Name of the account that posted this tweet.",
"misp-attribute": "text",
"ui-priority": 0
},
"username-quoted": {
"description": "Username who is quoted in the tweet.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
}
},
"description": "Twitter post (tweet).",
"meta-category": "misc",
"name": "twitter-post",
"requiredOneOf": [
"post",
"post-id",
"archive",
"url",
"link",
"attachment"
],
"uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e",
"version": 1
}