Skip to content

Commit 27a568d

Browse files
committed
add: [relationships] Added a few relationship types & opposites
1 parent a773592 commit 27a568d

1 file changed

Lines changed: 34 additions & 6 deletions

File tree

relationships/definition.json

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"format": [
1818
"misp"
1919
],
20-
"name": "executes"
20+
"name": "executes",
21+
"opposite": "executed-by"
2122
},
2223
{
2324
"description": "The referenced source and target objects are semantically duplicates of each other.",
@@ -219,7 +220,17 @@
219220
"misp",
220221
"stix-2.0"
221222
],
222-
"name": "indicates"
223+
"name": "indicates",
224+
"opposite": "indicated-by"
225+
},
226+
{
227+
"description": "This relationship describes that the source object is indicated by the target object.",
228+
"format": [
229+
"misp",
230+
"stix-2.1"
231+
],
232+
"name": "indicated-by",
233+
"opposite": "indicates"
223234
},
224235
{
225236
"description": "This relationship describes that the source object mentions the target object.",
@@ -332,15 +343,25 @@
332343
"format": [
333344
"misp"
334345
],
335-
"name": "executed-by"
346+
"name": "executed-by",
347+
"opposite": "executes"
336348
},
337349
{
338-
"description": "This relationship describes an object affected by another object.",
350+
"description": "This relationship describes an object that affects another object.",
339351
"format": [
340352
"misp",
341353
"alfred"
342354
],
343-
"name": "affects"
355+
"name": "affects",
356+
"opposite": "affected-by"
357+
},
358+
{
359+
"description": "This relationship describes an object affected by another object.",
360+
"format": [
361+
"misp"
362+
],
363+
"name": "affected-by",
364+
"opposite": "affects"
344365
},
345366
{
346367
"description": "This relationship describes an object beaconing to another object.",
@@ -1697,7 +1718,14 @@
16971718
],
16981719
"name": "created-by",
16991720
"opposite": "creates"
1721+
},
1722+
{
1723+
"description": "The source object is the sample of the target object.",
1724+
"format": [
1725+
"stix-2.1"
1726+
],
1727+
"name": "sample-of"
17001728
}
17011729
],
17021730
"version": 40
1703-
}
1731+
}

0 commit comments

Comments
 (0)