-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
88 lines (88 loc) · 2.41 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
{
"attributes": {
"archive": {
"description": "Archive of the original comment (Internet Archive, Archive.is, etc).",
"disable_correlation": true,
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"attachment": {
"description": "A screen capture or exported comment.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"channel-name": {
"description": "The name of the channel where it was posted.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"comment": {
"description": "The raw text of the YouTube video comment.",
"misp-attribute": "text",
"ui-priority": 1
},
"description": {
"description": "A description of the comment.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"embedded-link": {
"description": "Link embedded in the comment (potentially malicious).",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 0
},
"embedded-safe-link": {
"description": "Link embedded in the comment (supposed safe).",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 0
},
"hashtag": {
"description": "Hashtag used in the comment.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"link": {
"description": "Original link to the comment (supposed harmless).",
"misp-attribute": "link",
"ui-priority": 1
},
"url": {
"description": "Original URL location of the comment (potentially malicious).",
"misp-attribute": "url",
"ui-priority": 1
},
"user-account": {
"description": "The user account that commented on the YouTube video.",
"misp-attribute": "text",
"ui-priority": 1
},
"username-quoted": {
"description": "Username who are quoted in the comment.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"video-title": {
"description": "The title of the YouTube video.",
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "A YouTube video comment.",
"meta-category": "misc",
"name": "youtube-comment",
"requiredOneOf": [
"comment",
"archive",
"link"
],
"uuid": "218bc1ae-c5ee-452b-895d-a26e0beaa550",
"version": 1
}