mirror of https://github.com/MISP/misp-objects
chg: [relationships] updated for stix 2.1
parent
7dffebe9b6
commit
6225b2c376
|
@ -455,11 +455,34 @@
|
||||||
{
|
{
|
||||||
"description": "This relationship describes an object which is used by another object.",
|
"description": "This relationship describes an object which is used by another object.",
|
||||||
"format": [
|
"format": [
|
||||||
"cert-eu"
|
"cert-eu",
|
||||||
|
"stix-2.1"
|
||||||
],
|
],
|
||||||
"name": "used-by",
|
"name": "used-by",
|
||||||
"opposite": "uses"
|
"opposite": "uses"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "This relationship describes an object which hosts another object.",
|
||||||
|
"format": [
|
||||||
|
"stix-2.1"
|
||||||
|
],
|
||||||
|
"name": "hosts",
|
||||||
|
"opposite": "hosted-by"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "This relationship describes an object which consists of one or more object(s).",
|
||||||
|
"format": [
|
||||||
|
"stix-2.1"
|
||||||
|
],
|
||||||
|
"name": "consists"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "This relationship describes an object which delivers to one or more object(s).",
|
||||||
|
"format": [
|
||||||
|
"stix-2.1"
|
||||||
|
],
|
||||||
|
"name": "delivers"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "This relationship describes an object which is affiliated with another object.",
|
"description": "This relationship describes an object which is affiliated with another object.",
|
||||||
"format": [
|
"format": [
|
||||||
|
@ -1293,5 +1316,5 @@
|
||||||
"name": "ambivalient-of"
|
"name": "ambivalient-of"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 29
|
"version": 30
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue