From d35cd2d47f0b2c9b53fd700a76e38c396e088d62 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 28 Aug 2020 16:45:47 +0200 Subject: [PATCH] chg: [jq] all the things --- objects/twitter-account/definition.json | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/objects/twitter-account/definition.json b/objects/twitter-account/definition.json index 7fc9ebb..cb3c2ad 100644 --- a/objects/twitter-account/definition.json +++ b/objects/twitter-account/definition.json @@ -53,18 +53,6 @@ "misp-attribute": "text", "ui-priority": 1 }, - "twitter-following":{ - "description": "following accounts of interest", - "misp-attribute": "text", - "multiple": true, - "ui-priority": 1 - }, - "twitter-followers":{ - "description": "followers accounts of interest", - "misp-attribute": "text", - "multiple": true, - "ui-priority": 1 - }, "hashtag": { "description": "Hashtag embedded in the user description.", "misp-attribute": "text", @@ -153,6 +141,18 @@ "misp-attribute": "text", "ui-priority": 1 }, + "twitter-followers": { + "description": "followers accounts of interest", + "misp-attribute": "text", + "multiple": true, + "ui-priority": 1 + }, + "twitter-following": { + "description": "following accounts of interest", + "misp-attribute": "text", + "multiple": true, + "ui-priority": 1 + }, "url": { "description": "Original URL location of the user (potentially malicious).", "misp-attribute": "url", @@ -182,4 +182,4 @@ ], "uuid": "8066563f-881e-4f6a-9d6c-a9d15b8658bb", "version": 6 -} +} \ No newline at end of file