-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
146 lines (146 loc) · 4.17 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
{
"attributes": {
"active-user-count": {
"description": "Number of active accounts in the subreddit.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"archive": {
"description": "Archive of the original subreddit (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, subreddit members, etc.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"banner-background-image": {
"description": "A screen capture or exported subreddit header.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"banner-background-url": {
"description": "A link to the subreddit header.",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 1
},
"creator": {
"description": "The user account that created the subreddit (do not include u/).",
"misp-attribute": "text",
"ui-priority": 1
},
"description": {
"description": "A description of the subreddit.",
"misp-attribute": "text",
"ui-priority": 1
},
"display-name": {
"description": "The name of the subreddit (exclude the r/).",
"misp-attribute": "text",
"ui-priority": 1
},
"embedded-link": {
"description": "Link embedded in the subreddit description (potentially malicious).",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 0
},
"embedded-safe-link": {
"description": "Link embedded in the subreddit description (supposed safe).",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 0
},
"hashtag": {
"description": "Hashtag used to identify or promote the subreddit.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"header-title": {
"description": "A title of the subreddit.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"icon-img": {
"description": "A screen capture or exported subreddit community icon.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"icon-img-url": {
"description": "A link to the subreddit community icon.",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 1
},
"link": {
"description": "Original link to the subreddit (supposed harmless).",
"misp-attribute": "link",
"ui-priority": 1
},
"moderator": {
"description": "A user account who is a moderator of the subreddit (do not include u/).",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"privacy": {
"description": "Subreddit privacy.",
"misp-attribute": "text",
"sane_default": [
"Public",
"Private"
],
"ui-priority": 1
},
"rules": {
"description": "Raw text of the rules of the subreddit.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"submit-text": {
"description": "The submission form raw text when posting to the subreddit.",
"misp-attribute": "text",
"ui-priority": 1
},
"subreddit-alias": {
"description": "Aliases or previous names of subreddit.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"subreddit-type": {
"description": "Subreddit type, e.g. general, buy and sell etc.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"url": {
"description": "Original URL location of the subreddit (potentially malicious).",
"misp-attribute": "url",
"ui-priority": 1
}
},
"description": "Public or private subreddit.",
"meta-category": "misc",
"name": "reddit-subreddit",
"requiredOneOf": [
"display-name",
"description",
"archive",
"link"
],
"uuid": "5a00464c-5379-4e66-ab21-d356ba426155",
"version": 2
}