Merge pull request #431 from Wachizungu/add-summarises-relationship

chg: [relationships] add initiated-by, summarizes, summarized-by
pull/422/merge
Alexandre Dulaunoy 2024-04-27 22:19:02 +02:00 committed by GitHub
commit 55e98caab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
}