misp-objects/relationships/definition.json

124 lines
3.0 KiB
JSON

{
"version": 2,
"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": "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"
]
}
],
"description": "Default type of relationships in MISP objects.",
"uuid": "b002c0d6-320f-450d-82c4-b3aa15bbbd6c",
"name": "relationships"
}