From 499392ca0ad6bbe5c6ecaf77f5237f7659432a28 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 10 Dec 2020 19:12:33 +0100 Subject: [PATCH] chg: [domain-ip] hostname added as an attribute --- objects/domain-ip/definition.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/objects/domain-ip/definition.json b/objects/domain-ip/definition.json index f780dbe..4f5310c 100644 --- a/objects/domain-ip/definition.json +++ b/objects/domain-ip/definition.json @@ -16,6 +16,11 @@ "misp-attribute": "datetime", "ui-priority": 0 }, + "hostname": { + "description": "Hostname related to the IP", + "misp-attribute": "hostname", + "ui-priority": 1 + }, "ip": { "categories": [ "Network activity", @@ -56,13 +61,14 @@ "ui-priority": 1 } }, - "description": "A domain and IP address seen as a tuple in a specific time frame.", + "description": "A domain/hostname and IP address seen as a tuple in a specific time frame.", "meta-category": "network", "name": "domain-ip", - "required": [ + "requiredOneOf": [ "ip", - "domain" + "domain", + "hostname" ], "uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734", - "version": 8 + "version": 9 } \ No newline at end of file