-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
185 lines (185 loc) · 4.9 KB
/
definition.json
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"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
},
"bio": {
"description": "Displayed biography of the user.",
"misp-attribute": "text",
"ui-priority": 1
},
"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": {
"description": "Number of followers.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"following": {
"description": "Number of accounts this accounts is following.",
"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
},
"joined-date": {
"description": "When the account was created",
"disable_correlation": true,
"misp-attribute": "datetime",
"multiple": false,
"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",
"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
},
"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.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"True",
"False"
],
"ui-priority": 1
},
"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
},
"profile-image": {
"description": "A screenshot or exported user avatar.",
"misp-attribute": "attachment",
"ui-priority": 1
},
"profile-image-url": {
"description": "A link to the user's avatar.",
"misp-attribute": "url",
"ui-priority": 1
},
"tweets": {
"description": "Number of tweets posted.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"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
},
"url": {
"description": "Original URL location of the user (potentially malicious).",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 1
},
"verified": {
"description": "User verified.",
"disable_correlation": true,
"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",
"version": 7
}