mirror of https://github.com/MISP/misp-objects
add: "followed-by" - "preceding-by" added as relationship type when the time is not known
parent
0f578a9993
commit
10028fb521
|
@ -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.",
|
||||||
|
|
Loading…
Reference in New Issue