add relationships defs (acquisition and alliance)

pull/415/head
Delta-Sierra 2024-02-16 15:33:40 +01:00
parent 3c2b62d3c3
commit 51e131dbc7
1 changed files with 24 additions and 1 deletions

View File

@ -1725,7 +1725,30 @@
"stix-2.1" "stix-2.1"
], ],
"name": "sample-of" "name": "sample-of"
},
{
"description": "This relationship describes an object which is allied with another object.",
"format": [
"misp"
],
"name": "is-allied-with "
},
{
"description": "The source object acquires the target object.",
"format": [
"misp"
],
"name": "acquires",
"opposite": "is-acquired"
},
{
"description": "The source object is acquired by the target object.",
"format": [
"misp"
],
"name": "is-acquired-by",
"opposite": "acquires"
} }
], ],
"version": 40 "version": 41
} }