chg: [relationships] add initiated-by, summarizes, summarized-by

pull/431/head
Jeroen Pinoy 2024-04-27 15:30:32 +02:00
parent c83372377e
commit 63557164cd
No known key found for this signature in database
GPG Key ID: DF33A50B8E4EE081
1 changed files with 29 additions and 3 deletions

View File

@ -882,9 +882,19 @@
{
"description": "Represents the semantic link of a communication initiating an event.",
"format": [
"alfred"
"alfred",
"misp"
],
"name": "initiates"
"name": "initiates",
"opposite": "initiated-by"
},
{
"description": "The source object initiated the target object.",
"format": [
"misp"
],
"name": "initiated-by",
"opposite": "initiates"
},
{
"description": "Represents the semantic link between a FILE and FILE_BINARY.",
@ -1874,7 +1884,23 @@
],
"name": "is-interviewed-by",
"opposite": "interviews"
},
{
"description": "The source object summarizes the target object.",
"format": [
"misp"
],
"name": "summarizes",
"opposite": "summarized-by"
},
{
"description": "The source object is summarized by the target object.",
"format": [
"misp"
],
"name": "summarized-by",
"opposite": "summarizes"
}
],
"version": 48
"version": 49
}