some more relationship type

pull/26/merge
Alexandre Dulaunoy 2017-08-23 17:17:56 +02:00
parent 96d7aeb072
commit 2345a33740
1 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": 4, "version": 5,
"values": [ "values": [
{ {
"name": "derived-from", "name": "derived-from",
@ -132,7 +132,21 @@
}, },
{ {
"name": "executed-by", "name": "executed-by",
"description": "This relationship describes an objected executed by another object.", "description": "This relationship describes an object executed by another object.",
"format": [
"misp"
]
},
{
"name": "affects",
"description": "This relationship describes an object affected by another object.",
"format": [
"misp"
]
},
{
"name": "beacons_to",
"description": "This relationship describes an object beaconing to another object.",
"format": [ "format": [
"misp" "misp"
] ]