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