Skip to content

Commit

Permalink
Merge pull request #427 from Delta-Sierra/master
Browse files Browse the repository at this point in the history
 Moar relationships
  • Loading branch information
adulau authored Apr 19, 2024
2 parents a176a66 + b651997 commit 37fe188
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions relationships/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,46 @@
"misp"
],
"name": "operates-from"
},
{
"description": "The source object deploys the target object.",
"format": [
"misp"
],
"name": "deploys",
"opposite": "is-deployed-by"
},
{
"description": "The source object is deployed by the target object.",
"format": [
"misp"
],
"name": "is-deployed-by",
"opposite": "deploys"
},
{
"description": "The source object interacts with the target object.",
"format": [
"misp"
],
"name": "interacts-with"
},
{
"description": "The source object injects the target object.",
"format": [
"misp"
],
"name": "injects",
"opposite": "is-injected-by"
},
{
"description": "The source object is injected by the target object.",
"format": [
"misp"
],
"name": "is-injected-by",
"opposite": "injects"
}
],
"version": 44
}
"version": 46
}

0 comments on commit 37fe188

Please sign in to comment.