Skip to content

Commit 51e131d

Browse files
committed
add relationships defs (acquisition and alliance)
1 parent 3c2b62d commit 51e131d

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

relationships/definition.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,30 @@
17251725
"stix-2.1"
17261726
],
17271727
"name": "sample-of"
1728+
},
1729+
{
1730+
"description": "This relationship describes an object which is allied with another object.",
1731+
"format": [
1732+
"misp"
1733+
],
1734+
"name": "is-allied-with "
1735+
},
1736+
{
1737+
"description": "The source object acquires the target object.",
1738+
"format": [
1739+
"misp"
1740+
],
1741+
"name": "acquires",
1742+
"opposite": "is-acquired"
1743+
},
1744+
{
1745+
"description": "The source object is acquired by the target object.",
1746+
"format": [
1747+
"misp"
1748+
],
1749+
"name": "is-acquired-by",
1750+
"opposite": "acquires"
17281751
}
17291752
],
1730-
"version": 40
1753+
"version": 41
17311754
}

0 commit comments

Comments
 (0)