From e832f5ce6428fb1ca7ed4cabfdd2a0f675c0e5eb Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 17 Dec 2019 14:59:00 +0100 Subject: [PATCH] chg: [organization] VAT - TAX-ID added in the template --- objects/organization/definition.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/objects/organization/definition.json b/objects/organization/definition.json index dfb2744..67bb5a6 100644 --- a/objects/organization/definition.json +++ b/objects/organization/definition.json @@ -65,9 +65,15 @@ "Target" ], "disable_correlation": true + }, + "VAT": { + "description": "VAT or TAX-ID of the organization", + "ui-priority": 0, + "misp-attribute": "text", + "multiple": true } }, - "version": 2, + "version": 3, "description": "An object which describes an organization.", "meta-category": "misc", "uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",