diff --git a/objects/microblog/definition.json b/objects/microblog/definition.json index 877226b..18198ec 100644 --- a/objects/microblog/definition.json +++ b/objects/microblog/definition.json @@ -9,10 +9,16 @@ "misp-attribute": "text" }, "url": { - "description": "Original URL location of the microblog post", + "description": "Original URL location of the microblog post (potentially malicious)", "ui-priority": 1, "misp-attribute": "url" }, + "link": { + "description": "Original link into the microblog post (Supposed harmless)", + "ui-priority": 0, + "misp-attribute": "link", + "multiple": true + }, "type": { "description": "Type of the microblog post", "ui-priority": 1, @@ -55,7 +61,7 @@ "ui-priority": 0, "misp-attribute": "datetime" }, - "link": { + "embedded-link": { "description": "Link into the microblog post", "ui-priority": 0, "misp-attribute": "url", @@ -73,7 +79,7 @@ "misp-attribute": "text" } }, - "version": 6, + "version": 7, "description": "Microblog post like a Twitter tweet or a post on a Facebook wall.", "meta-category": "misc", "uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",