From 173af552aa2d18f47c02cfdb873fbff9daa3cb0c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 5 Mar 2024 08:59:45 +0100 Subject: [PATCH] chg: [person/organization] `impersonated` added to the role of person and organization templates Thanks to NRC Cyber Security for the idea. --- objects/organization/definition.json | 5 +++-- objects/person/definition.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/objects/organization/definition.json b/objects/organization/definition.json index 5b6faeb..ca3fd9c 100644 --- a/objects/organization/definition.json +++ b/objects/organization/definition.json @@ -79,7 +79,8 @@ "Source", "Originator", "Informant", - "Emitter" + "Emitter", + "Impersonated" ] }, "sector": { @@ -138,5 +139,5 @@ "alias" ], "uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a", - "version": 6 + "version": 7 } \ No newline at end of file diff --git a/objects/person/definition.json b/objects/person/definition.json index c34a977..295d9a7 100644 --- a/objects/person/definition.json +++ b/objects/person/definition.json @@ -223,7 +223,8 @@ "Source", "Originator", "Informant", - "Emitter" + "Emitter", + "Impersonated" ] }, "social-security-number": { @@ -255,5 +256,5 @@ "handle" ], "uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248", - "version": 19 + "version": 20 } \ No newline at end of file