Merge pull request #335 from Wachizungu/add-address-related-relationships

new: add address related relationships
pull/336/head
Alexandre Dulaunoy 2021-11-04 15:40:17 +01:00 committed by GitHub
commit 0f0093ba4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 45 additions and 1 deletions

View File

@ -1163,7 +1163,51 @@
"misp"
],
"name": "alerts"
},
{
"description": "The referenced source object is the legal address of the target.",
"format": [
"misp"
],
"name": "legal-address-of"
},
{
"description": "The referenced source object is a shipping address of the target.",
"format": [
"misp"
],
"name": "shipping-address-of"
},
{
"description": "The referenced source object visited the target (for example an address).",
"format": [
"misp"
],
"name": "visited"
},
{
"description": "The referenced source object is an office of the target.",
"format": [
"misp"
],
"name": "office-of"
},
{
"description": "The referenced source object is a picture (photo/image) of the target.",
"format": [
"misp"
],
"name": "picture-of",
"opposite": "pictured-by"
},
{
"description": "The referenced source object is pictured by the target (photo/image).",
"format": [
"misp"
],
"name": "pictured-by",
"opposite": "picture-of"
}
],
"version": 24
"version": 25
}