From ae103f60809567d507414bbae68a70a3c6065e0d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 23 Oct 2018 08:43:35 +0200 Subject: [PATCH] chg: [person] add attributes to whois-related information which can be associated to a person --- objects/person/definition.json | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/objects/person/definition.json b/objects/person/definition.json index a041ede..d8950f0 100644 --- a/objects/person/definition.json +++ b/objects/person/definition.json @@ -94,7 +94,7 @@ "misp-attribute": "redress-number" }, "social-security-number": { - "description": "Social security number", + "description": "Social security number.", "ui-priority": 0, "misp-attribute": "text" }, @@ -104,9 +104,39 @@ "misp-attribute": "nationality", "multiple": true, "disable_correlation": true + }, + "nic-hdl": { + "description": "NIC Handle (Network Information Centre handle) of the person.", + "ui-priority": 10, + "misp-attribute": "text", + "multiple": true + }, + "phone-number": { + "description": "Phone number of the person.", + "ui-priority": 10, + "misp-attribute": "phone-number", + "multiple": true + }, + "fax-number": { + "description": "Fax number of the person.", + "ui-priority": 10, + "misp-attribute": "phone-number", + "multiple": true + }, + "address": { + "description": "Postal address of the person.", + "ui-priority": 10, + "misp-attribute": "text", + "multiple": true + }, + "e-mail": { + "description": "Email address of the person.", + "ui-priority": 10, + "misp-attribute": "email-src", + "multiple": true } }, - "version": 3, + "version": 4, "description": "An object which describes a person or an identity.", "meta-category": "misc", "uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",