forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
definition.json
488 lines (488 loc) · 12.6 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
{
"version": 12,
"values": [
{
"name": "derived-from",
"description": "The information in the target object is based on information from the source object.",
"format": [
"misp",
"stix-2.0"
]
},
{
"name": "duplicate-of",
"description": "The referenced source and target objects are semantically duplicates of each other.",
"format": [
"misp",
"stix-2.0"
]
},
{
"name": "related-to",
"description": "The referenced source is related to the target object.",
"format": [
"misp",
"stix-2.0"
]
},
{
"name": "connected-to",
"description": "The referenced source is connected to the target object.",
"format": [
"misp",
"stix-1.1"
]
},
{
"name": "attributed-to",
"description": "This referenced source is attributed to the target object.",
"format": [
"misp",
"stix-2.0"
]
},
{
"name": "targets",
"description": "This relationship describes that the source object targets the target object.",
"format": [
"misp",
"stix-2.0"
]
},
{
"name": "uses",
"description": "This relationship describes the use by the source object of the target object.",
"format": [
"misp",
"stix-2.0"
]
},
{
"name": "indicates",
"description": "This relationships describes that the source object indicates the target object.",
"format": [
"misp",
"stix-2.0"
]
},
{
"name": "mitigates",
"description": "This relationship describes a source object which mitigates the target object.",
"format": [
"misp",
"stix-2.0"
]
},
{
"name": "variant-of",
"description": "This relationship describes a source object which is a variant of the target object",
"format": [
"misp",
"stix-2.0"
]
},
{
"name": "impersonates",
"description": "This relationship describe a source object which impersonates the target object",
"format": [
"misp",
"stix-2.0"
]
},
{
"name": "authored-by",
"description": "This relationship describes the author of a specific object.",
"format": [
"misp"
]
},
{
"name": "located",
"description": "This relationship describes the location (of any type) of a specific object.",
"format": [
"misp"
]
},
{
"name": "included-in",
"description": "This relationship describes an object included in another object.",
"format": [
"misp"
]
},
{
"name": "analysed-with",
"description": "This relationship describes an object analysed by another object.",
"format": [
"misp"
]
},
{
"name": "claimed-by",
"description": "This relationship describes an object claimed by another object.",
"format": [
"misp"
]
},
{
"name": "communicates-with",
"description": "This relationship describes an object communicating with another object.",
"format": [
"misp"
]
},
{
"name": "dropped-by",
"description": "This relationship describes an object dropped by another object.",
"format": [
"misp"
]
},
{
"name": "drops",
"description": "This relationship describes an object which drops another object",
"format": [
"misp"
]
},
{
"name": "executed-by",
"description": "This relationship describes an object executed by another object.",
"format": [
"misp"
]
},
{
"name": "affects",
"description": "This relationship describes an object affected by another object.",
"format": [
"misp"
]
},
{
"name": "beacons-to",
"description": "This relationship describes an object beaconing to another object.",
"format": [
"misp"
]
},
{
"name": "abuses",
"description": "This relationship describes an object which abuses another object.",
"format": [
"misp"
]
},
{
"name": "exfiltrates-to",
"description": "This relationship describes an object exfiltrating to another object.",
"format": [
"misp"
]
},
{
"name": "identifies",
"description": "This relationship describes an object which identifies another object.",
"format": [
"misp"
]
},
{
"name": "intercepts",
"description": "This relationship describes an object which intercepts another object.",
"format": [
"misp"
]
},
{
"name": "calls",
"description": "This relationship describes an object which calls another objects.",
"format": [
"misp"
]
},
{
"name": "detected-as",
"description": "This relationship describes an object which is detected as another object.",
"format": [
"misp"
]
},
{
"name": "followed-by",
"description": "This relationship describes an object which is followed by another object. This can be used when a time reference is missing but a sequence is known.",
"format": [
"misp"
]
},
{
"name": "preceding-by",
"description": "This relationship describes an object which is preceded by another object. This can be used when a time reference is missing but a sequence is known.",
"format": [
"misp"
]
},
{
"name": "triggers",
"description": "This relationship describes an object which triggers another object.",
"format": [
"misp"
]
},
{
"name": "vulnerability-of",
"description": "This relationship describes an object which is a vulnerability of another object.",
"format": [
"cert-eu"
]
},
{
"name": "works-like",
"description": "This relationship describes an object which works like another object.",
"format": [
"cert-eu"
]
},
{
"name": "seller-of",
"description": "This relationship describes an object which is selling another object.",
"format": [
"cert-eu"
]
},
{
"name": "seller-on",
"description": "This relationship describes an object which is selling on another object.",
"format": [
"cert-eu"
]
},
{
"name": "trying-to-obtain-the-exploit",
"description": "This relationship describes an object which is trying to obtain the exploit described by another object",
"format": [
"cert-eu"
]
},
{
"name": "used-by",
"description": "This relationship describes an object which is used by another object.",
"format": [
"cert-eu"
]
},
{
"name": "affiliated",
"description": "This relationship describes an object which is affiliated with another object.",
"format": [
"cert-eu"
]
},
{
"name": "alleged-founder-of",
"description": "This relationship describes an object which is the alleged founder of another object.",
"format": [
"cert-eu"
]
},
{
"name": "attacking-other-group",
"description": "This relationship describes an object which attacks another object.",
"format": [
"cert-eu"
]
},
{
"name": "belongs-to",
"description": "This relationship describes an object which belongs to another object.",
"format": [
"cert-eu"
]
},
{
"name": "business-relations",
"description": "This relationship describes an object which has business relations with another object.",
"format": [
"cert-eu"
]
},
{
"name": "claims-to-be-the-founder-of",
"description": "This relationship describes an object which claims to be the founder of another object.",
"format": [
"cert-eu"
]
},
{
"name": "cooperates-with",
"description": "This relationship describes an object which cooperates with another object.",
"format": [
"cert-eu"
]
},
{
"name": "former-member-of",
"description": "This relationship describes an object which is a former member of another object.",
"format": [
"cert-eu"
]
},
{
"name": "successor-of",
"description": "This relationship describes an object which is a successor of another object.",
"format": [
"cert-eu"
]
},
{
"name": "has-joined",
"description": "This relationship describes an object which has joined another object.",
"format": [
"cert-eu"
]
},
{
"name": "member-of",
"description": "This relationship describes an object which is a member of another object.",
"format": [
"cert-eu"
]
},
{
"name": "primary-member-of",
"description": "This relationship describes an object which is a primary member of another object.",
"format": [
"cert-eu"
]
},
{
"name": "administrator-of",
"description": "This relationship describes an object which is an administrator of another object.",
"format": [
"cert-eu"
]
},
{
"name": "is-in-relation-with",
"description": "This relationship describes an object which is in relation with another object,",
"format": [
"cert-eu"
]
},
{
"name": "provide-support-to",
"description": "This relationship describes an object which provides support to another object.",
"format": [
"cert-eu"
]
},
{
"name": "regional-branch",
"description": "This relationship describes an object which is a regional branch of another object.",
"format": [
"cert-eu"
]
},
{
"name": "similar",
"description": "This relationship describes an object which is similar to another object.",
"format": [
"cert-eu"
]
},
{
"name": "subgroup",
"description": "This relationship describes an object which is a subgroup of another object.",
"format": [
"cert-eu"
]
},
{
"name": "suspected-link",
"description": "This relationship describes an object which is suspected to be linked with another object.",
"format": [
"misp"
]
},
{
"name": "same-as",
"description": "This relationship describes an object which is the same as another object.",
"format": [
"misp"
]
},
{
"name": "creator-of",
"description": "This relationship describes an object which is the creator of another object.",
"format": [
"cert-eu"
]
},
{
"name": "developer-of",
"description": "This relationship describes an object which is a developer of another object.",
"format": [
"cert-eu"
]
},
{
"name": "uses-for-recon",
"description": "This relationship describes an object which uses another object for recon.",
"format": [
"cert-eu"
]
},
{
"name": "operator-of",
"description": "This relationship describes an object which is an operator of another object.",
"format": [
"cert-eu"
]
},
{
"name": "overlaps",
"description": "This relationship describes an object which overlaps another object.",
"format": [
"cert-eu"
]
},
{
"name": "owner-of",
"description": "This relationship describes an object which owns another object.",
"format": [
"cert-eu"
]
},
{
"name": "publishes-method-for",
"description": "This relationship describes an object which publishes method for another object.",
"format": [
"cert-eu"
]
},
{
"name": "recommends-use-of",
"description": "This relationship describes an object which recommends the use of another object.",
"format": [
"cert-eu"
]
},
{
"name": "released-source-code",
"description": "This relationship describes an object which released source code of another object.",
"format": [
"cert-eu"
]
},
{
"name": "released",
"description": "This relationship describes an object which release another object.",
"format": [
"cert-eu"
]
}
],
"description": "Default type of relationships in MISP objects.",
"uuid": "b002c0d6-320f-450d-82c4-b3aa15bbbd6c",
"name": "relationships"
}