diff --git a/relationships/definition.json b/relationships/definition.json index 8ba3728..f924e89 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -721,6 +721,14 @@ ], "name": "child-of" }, + { + "description": "A parent semantic link to a child.", + "format": [ + "alfred", + "misp" + ], + "name": "parent-of" + }, { "description": "Represents the semantic link of having compromised something.", "format": [ @@ -1150,5 +1158,5 @@ "name": "doxed-by" } ], - "version": 22 -} \ No newline at end of file + "version": 23 +}