New relationship types added

pull/26/merge
Alexandre Dulaunoy 2017-08-24 09:47:28 +02:00
parent 2345a33740
commit a002f36de2
1 changed files with 29 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": 5, "version": 6,
"values": [ "values": [
{ {
"name": "derived-from", "name": "derived-from",
@ -150,6 +150,34 @@
"format": [ "format": [
"misp" "misp"
] ]
},
{
"name": "abuses",
"description": "This relationship describes an object which abuses another object.",
"format": [
"misp"
]
},
{
"name": "exfiltrates_to",
"description": "This relationship describes an object exfiltrating to another object.",
"format": [
"misp"
]
},
{
"name": "identifies",
"description": "This relationship describes an object which identifies another object.",
"format": [
"misp"
]
},
{
"name": "intercepts",
"description": "This relationship describes an object which intercepts another object.",
"format": [
"misp"
]
} }
], ],
"description": "Default type of relationships in MISP objects.", "description": "Default type of relationships in MISP objects.",