From 10431c3c42c8503beeff4bb829341b9e033e808a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 9 Feb 2016 21:46:45 +0100 Subject: [PATCH] optional text attributes added --- objects/domain-ip/definition.json | 4 ++++ objects/file/definition.json | 4 ++++ objects/whois/definition.json | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/objects/domain-ip/definition.json b/objects/domain-ip/definition.json index d57abd5..a994f24 100644 --- a/objects/domain-ip/definition.json +++ b/objects/domain-ip/definition.json @@ -22,6 +22,10 @@ "last-seen": { "misp-attribute": "datetime", "misp-usage-frequency": 0 + }, + "text": { + "misp-attribute": "text", + "misp-usage-frequency": 1, } }, diff --git a/objects/file/definition.json b/objects/file/definition.json index 2ff4318..4012f10 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -70,6 +70,10 @@ "misp-attribute": "pattern-in-file", "misp-usage-frequency": 1, "categories": ["Artifacts dropped","Payload installation","External analysis"] + }, + "text": { + "misp-attribute": "text", + "misp-usage-frequency": 1, } }, diff --git a/objects/whois/definition.json b/objects/whois/definition.json index 6c1364f..837dcf3 100644 --- a/objects/whois/definition.json +++ b/objects/whois/definition.json @@ -29,8 +29,13 @@ "registar": { "misp-attribute": "whois-registar", "misp-usage-frequency": 0 + }, + "text": { + "misp-attribute": "text", + "misp-usage-frequency": 1, } + }, "required": ["domain"], "requiredOneOf": ["registrant-email", "registrant-phone", "creation-date", "registrant-name", "registar"]