From 4c69154ad3df39cd6aaaa2415e583c9e15353789 Mon Sep 17 00:00:00 2001 From: ater49 <31342330+ater49@users.noreply.github.com> Date: Thu, 28 Sep 2017 21:36:27 +0200 Subject: [PATCH 1/2] Attributes username-quoted added Added Attributes: "username-quoted" Added types: LinkedIn, Reddit, Google+, Instagram --- objects/microblog/definition.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/objects/microblog/definition.json b/objects/microblog/definition.json index 78b26ec..7bd537c 100644 --- a/objects/microblog/definition.json +++ b/objects/microblog/definition.json @@ -20,6 +20,10 @@ "sane_default": [ "Twitter", "Facebook", + "LinkedIn", + "Reddit", + "Google+", + "Instagram", "Forum", "Other" ] @@ -43,9 +47,14 @@ "description": "When the microblog post was removed", "ui-priority": 0, "misp-attribute": "datetime" + }, + "username-quoted":{ + "description": "Username who are quoted into the microblog post", + "ui-priority": 0, + "misp-attribute": "text" } }, - "version": 1, + "version": 2, "description": "Microblog post like a Twitter tweet or a post on a Facebook wall.", "meta-category": "misc", "uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60", From f10f361df0a3c21cc66bd1e1c83a132036bdaee5 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 28 Sep 2017 22:07:15 +0200 Subject: [PATCH 2/2] jq all and fix the space ;-) --- objects/microblog/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/microblog/definition.json b/objects/microblog/definition.json index 7bd537c..98d1aa5 100644 --- a/objects/microblog/definition.json +++ b/objects/microblog/definition.json @@ -48,7 +48,7 @@ "ui-priority": 0, "misp-attribute": "datetime" }, - "username-quoted":{ + "username-quoted": { "description": "Username who are quoted into the microblog post", "ui-priority": 0, "misp-attribute": "text"