From fa26cdf15eee2824ebf30fe68ced56c9c1836c05 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 9 Sep 2022 07:24:05 +0200 Subject: [PATCH] fix: [facebook-group] add an optional ID reference to the facebook id --- objects/facebook-group/definition.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/objects/facebook-group/definition.json b/objects/facebook-group/definition.json index b0a1607..aca232c 100644 --- a/objects/facebook-group/definition.json +++ b/objects/facebook-group/definition.json @@ -63,6 +63,11 @@ "multiple": true, "ui-priority": 0 }, + "id": { + "description": "Unique identified of the group.", + "misp-attribute": "text", + "ui-priority": 1 + }, "link": { "description": "Original link to the group (supposed harmless).", "misp-attribute": "link", @@ -94,5 +99,5 @@ "link" ], "uuid": "165c5507-1cba-4cec-9be4-66e21b590ee6", - "version": 1 + "version": 2 } \ No newline at end of file