From ef01e6e37b025a71b40515bc0a9d4e11fef20798 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 15 Apr 2020 09:39:32 +0200 Subject: [PATCH] chg: [victim] add a domain to field to reference a victim by their Internet domain name --- objects/victim/definition.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/objects/victim/definition.json b/objects/victim/definition.json index 668c5a6..f7259a5 100644 --- a/objects/victim/definition.json +++ b/objects/victim/definition.json @@ -112,9 +112,15 @@ "misp-attribute": "ip-dst", "ui-priority": 1, "multiple": true + }, + "domain": { + "description": "Domain name of the organisation targeted.", + "misp-attribute": "domain", + "ui-priority": 1, + "multiple": true } }, - "version": 5, + "version": 6, "description": "Victim object describes the target of an attack or abuse.", "meta-category": "misc", "uuid": "a8806e40-39ad-435f-be02-ac2a13d6fc7d",