add: "followed-by" - "preceding-by" added as relationship type when the time is not known

pull/53/head
Alexandre Dulaunoy 2017-11-19 16:59:39 +01:00
parent 0f578a9993
commit 10028fb521
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": 10, "version": 11,
"values": [ "values": [
{ {
"name": "derived-from", "name": "derived-from",
@ -193,6 +193,20 @@
"misp" "misp"
] ]
}, },
{
"name": "followed-by",
"description": "This relationship describes an object which is followed by another object. This can be used when a time reference is missing but a sequence is known.",
"format": [
"misp"
]
},
{
"name": "preceding-by",
"description": "This relationship describes an object which is preceded by another object. This can be used when a time reference is missing but a sequence is known.",
"format": [
"misp"
]
},
{ {
"name": "triggers", "name": "triggers",
"description": "This relationship describes an object which triggers another object.", "description": "This relationship describes an object which triggers another object.",