From cf7aa00f98e658aee04c233ca547e1881df0a5fb Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 18 Dec 2017 14:04:53 +0100 Subject: [PATCH] chg: whois object now includes registrant-org matching new MISP attributes type - whois-registrant-org --- objects/whois/definition.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/objects/whois/definition.json b/objects/whois/definition.json index 7aa3ad4..bd8d813 100644 --- a/objects/whois/definition.json +++ b/objects/whois/definition.json @@ -35,6 +35,11 @@ "ui-priority": 1, "misp-attribute": "whois-registrant-email" }, + "registrant-org": { + "description": "Registrant organisation", + "ui-priority": 1, + "misp-attribute": "whois-registrant-org" + }, "creation-date": { "description": "Initial creation of the whois entry", "ui-priority": 0, @@ -60,7 +65,7 @@ "misp-attribute": "domain" } }, - "version": 5, + "version": 6, "description": "Whois records information for a domain name.", "meta-category": "network", "uuid": "429faea1-34ff-47af-8a00-7c62d3be5a6a",