-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
154 lines (154 loc) · 3.93 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
{
"attributes": {
"address": {
"description": "Postal address of the news source.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10
},
"alias": {
"description": "Alias of the news source.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 99
},
"archive": {
"description": "Archive of the news (Internet Archive, Archive.is, etc).",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"attachment": {
"description": "The news file, screen capture, audio, etc.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"content": {
"description": "Raw content of the news.",
"misp-attribute": "text",
"ui-priority": 1
},
"e-mail": {
"description": "Email address of the news source.",
"misp-attribute": "email-src",
"multiple": true,
"ui-priority": 10
},
"embedded-link": {
"description": "Site linked by the blog post.",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 0
},
"embedded-safe-link": {
"description": "Safe site linked by the blog post.",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 0
},
"fax-number": {
"description": "Fax number of the news source.",
"misp-attribute": "phone-number",
"multiple": true,
"ui-priority": 10
},
"link": {
"description": "Original link to news (Supposed harmless).",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"phone-number": {
"description": "Phone number of the news source.",
"misp-attribute": "phone-number",
"multiple": true,
"ui-priority": 10
},
"source": {
"description": "Name of the news source.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 100
},
"sub-type": {
"description": "Format of the news post (business daily, local news, metasite, etc).",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0,
"values_list": [
"Business Daily",
"Local News",
"State News",
"National News",
"Metasite",
"Political Commentary",
"Clipper",
"Pressure Group",
"Staging",
"Trade Site",
"Governmental Communication",
"Alert",
"Other"
]
},
"title": {
"description": "Title of the post.",
"misp-attribute": "text",
"ui-priority": 1
},
"transcription": {
"description": "Transcribed audio/visual content.",
"misp-attribute": "text",
"ui-priority": 1
},
"type": {
"description": "Type of news media (newspaper, TV, podcast, etc).",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"sane_default": [
"Newspaper",
"Newspaper (Online)",
"Magazine",
"Magazine (Online)",
"TV",
"Tube",
"Radio",
"Radio (Online)",
"Podcast",
"Alternative Media",
"Governmental",
"News agency",
"Other"
],
"ui-priority": 1
},
"url": {
"description": "Original URL location of news (potentially malicious).",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 1
},
"username": {
"description": "Username who posted the blog post.",
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "News media are forms of mass media delivering news to the general public.",
"meta-category": "misc",
"name": "news-media",
"requiredOneOf": [
"source",
"alias",
"archive",
"content",
"url",
"link",
"attachment"
],
"uuid": "691463c5-5302-4847-9bec-4c56ccfec677",
"version": 3
}