From 9fcb16d7bec755e22038f8d57aacbbee22f1ab5a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 7 Jan 2026 10:59:14 +0100 Subject: [PATCH] chg: [device] Add a `perspective` to the device (Adversary, Victim) template --- objects/device/definition.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/objects/device/definition.json b/objects/device/definition.json index feaea976..52fe9276 100644 --- a/objects/device/definition.json +++ b/objects/device/definition.json @@ -342,6 +342,17 @@ "misp-attribute": "text", "ui-priority": 101 }, + "perspective": { + "description": "Perspective of the device", + "disable_correlation": true, + "misp-attribute": "text", + "sane_default": [ + "Victim", + "Adversary", + "Unknown" + ], + "ui-priority": 0 + }, "status": { "description": "Status of the device", "disable_correlation": true, @@ -369,5 +380,5 @@ "alias" ], "uuid": "0c64b41a-e583-4f4d-ac92-d484163b9e52", - "version": 9 + "version": 10 } \ No newline at end of file