-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
132 lines (132 loc) · 3.58 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
{
"attributes": {
"DOI": {
"description": "DOI System is used to identify digital resources.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"ISBN": {
"description": "International Standard Book Number.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"academic-institution": {
"description": "Academic institution associated with the publisher or authors.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"archive": {
"description": "Archive of the original document (Internet Archive, Archive.is, etc).",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"attachment": {
"description": "The publication file or screen capture.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"author": {
"description": "Author of the publication.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"content": {
"description": "Content of the publication.",
"misp-attribute": "text",
"ui-priority": 0
},
"contributor": {
"description": "Contributors include editors, compilers, and translators.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"description": {
"description": "A description of the publication.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"edition": {
"description": "Edition of the publication.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"embedded-link": {
"description": "Link contained in the publication (possibly malicious).",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 0
},
"embedded-safe-link": {
"description": "Link contained in the publication (assumed safe).",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 0
},
"link": {
"description": "Original link to the publication (supposed harmless).",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"publisher": {
"description": "Publisher of the document.",
"misp-attribute": "text",
"ui-priority": 0
},
"series": {
"description": "Series of the publication.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"title": {
"description": "Content of the publication.",
"misp-attribute": "text",
"ui-priority": 0
},
"url": {
"description": "Original link to the publication (possibly malicious).",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 1
},
"volume": {
"description": "Volume of the publication.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"website": {
"description": "Website of the publisher.",
"disable_correlation": true,
"misp-attribute": "link",
"ui-priority": 0
},
"year": {
"description": "Year of publication.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "An object to describe a book, journal, or academic publication.",
"meta-category": "misc",
"name": "publication",
"requiredOneOf": [
"title",
"link",
"archive",
"ISBN"
],
"uuid": "8a86b056-7f2c-4c1b-b04e-a6bac4443068",
"version": 2
}