From 982e2d8b7587f81d90f8f58e54aeaae9d89e44ee Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 16 Mar 2018 13:13:35 +0100 Subject: [PATCH] fix: raw whois is also accepted as single attribute in whois object Required for importing STIX CybOX 1.1 object where just a raw whois entry is added in remarks. --- objects/whois/definition.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/objects/whois/definition.json b/objects/whois/definition.json index 320873c..0215a41 100644 --- a/objects/whois/definition.json +++ b/objects/whois/definition.json @@ -4,7 +4,8 @@ "registrant-phone", "creation-date", "registrant-name", - "registrar" + "registrar", + "text" ], "required": [ "domain" @@ -77,7 +78,7 @@ "misp-attribute": "domain" } }, - "version": 7, + "version": 8, "description": "Whois records information for a domain name.", "meta-category": "network", "uuid": "429faea1-34ff-47af-8a00-7c62d3be5a6a",