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"]