mirror of https://github.com/MISP/misp-objects
add: Added 2 relationships seen on stix
parent
deb8bc7eb9
commit
3b5db95174
|
@ -33,6 +33,22 @@
|
||||||
"stix-1.1"
|
"stix-1.1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "contains",
|
||||||
|
"description": "The references source is containing the target object.",
|
||||||
|
"format": [
|
||||||
|
"misp",
|
||||||
|
"stix-1.1"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "resolved-to",
|
||||||
|
"description": "The referenced source is resolved to the target object.",
|
||||||
|
"format": [
|
||||||
|
"misp",
|
||||||
|
"stix-1.1"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "attributed-to",
|
"name": "attributed-to",
|
||||||
"description": "This referenced source is attributed to the target object.",
|
"description": "This referenced source is attributed to the target object.",
|
||||||
|
|
Loading…
Reference in New Issue