Skip to content

Commit

Permalink
Merge pull request #415 from Delta-Sierra/master
Browse files Browse the repository at this point in the history
 add relationships defs (acquisition and alliance)
  • Loading branch information
adulau authored Feb 16, 2024
2 parents 3ac5099 + c978e82 commit 266faf7
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions relationships/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1725,7 +1725,30 @@
"stix-2.1"
],
"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-by"
},
{
"description": "The source object is acquired by the target object.",
"format": [
"misp"
],
"name": "is-acquired-by",
"opposite": "acquires"
}
],
"version": 40
}
"version": 41
}

0 comments on commit 266faf7

Please sign in to comment.