-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
109 lines (109 loc) · 3.04 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
{
"attributes": {
"archive": {
"description": "Archive of the original Reddit post (Internet Archive, Archive.is, etc).",
"disable_correlation": true,
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"attachment": {
"description": "A screen capture or exported file from the Reddit post.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"author": {
"description": "The user account that created the post (do not include u/).",
"misp-attribute": "text",
"ui-priority": 1
},
"description": {
"description": "A description of the post.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"edited": {
"description": "Has the post been edited?",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"True",
"False"
],
"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 Reddit post.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"link": {
"description": "Original link to the Reddit post (supposed harmless).",
"misp-attribute": "link",
"ui-priority": 1
},
"post-content": {
"description": "The raw text of the Reddit post.",
"misp-attribute": "text",
"ui-priority": 1
},
"post-title": {
"description": "The title of the Reddit post.",
"misp-attribute": "text",
"ui-priority": 1
},
"subreddit-name": {
"description": "The name of the subreddit where it was posted (exclude the r/).",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"thumbnail": {
"description": "Screen capture or exported post thumbnail.",
"misp-attribute": "attachment",
"ui-priority": 1
},
"thumbnail-url": {
"description": "Link to post thumbnail.",
"misp-attribute": "url",
"ui-priority": 1
},
"url": {
"description": "Original URL location of the Reddit post (potentially malicious).",
"misp-attribute": "url",
"ui-priority": 1
},
"username-quoted": {
"description": "Username who are quoted in the Reddit post (do not include u/).",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
}
},
"description": "A Reddit post.",
"meta-category": "misc",
"name": "reddit-post",
"requiredOneOf": [
"post-title",
"post-content",
"archive",
"link"
],
"uuid": "e5ed7e7f-2e21-44ff-839f-e58d9818f17f",
"version": 2
}