Skip to content

Commit 37fe188

Browse files
authored
Merge pull request #427 from Delta-Sierra/master
Moar relationships
2 parents a176a66 + b651997 commit 37fe188

1 file changed

Lines changed: 41 additions & 2 deletions

File tree

relationships/definition.json

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,46 @@
18031803
"misp"
18041804
],
18051805
"name": "operates-from"
1806+
},
1807+
{
1808+
"description": "The source object deploys the target object.",
1809+
"format": [
1810+
"misp"
1811+
],
1812+
"name": "deploys",
1813+
"opposite": "is-deployed-by"
1814+
},
1815+
{
1816+
"description": "The source object is deployed by the target object.",
1817+
"format": [
1818+
"misp"
1819+
],
1820+
"name": "is-deployed-by",
1821+
"opposite": "deploys"
1822+
},
1823+
{
1824+
"description": "The source object interacts with the target object.",
1825+
"format": [
1826+
"misp"
1827+
],
1828+
"name": "interacts-with"
1829+
},
1830+
{
1831+
"description": "The source object injects the target object.",
1832+
"format": [
1833+
"misp"
1834+
],
1835+
"name": "injects",
1836+
"opposite": "is-injected-by"
1837+
},
1838+
{
1839+
"description": "The source object is injected by the target object.",
1840+
"format": [
1841+
"misp"
1842+
],
1843+
"name": "is-injected-by",
1844+
"opposite": "injects"
18061845
}
18071846
],
1808-
"version": 44
1809-
}
1847+
"version": 46
1848+
}

0 commit comments

Comments
 (0)