From 36504986303a8d6c402cf81bd440303d800b2d30 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 27 Dec 2020 16:21:09 +0100 Subject: [PATCH] chg: [favicon] jq all the things --- objects/favicon/definition.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/objects/favicon/definition.json b/objects/favicon/definition.json index e3742b7..ac05e45 100644 --- a/objects/favicon/definition.json +++ b/objects/favicon/definition.json @@ -1,15 +1,15 @@ { "attributes": { - "favicon-mmh3": { - "description": "favicon-mmh3 is the murmur3 hash of a favicon as used in Shodan.", - "misp-attribute": "favicon-mmh3", - "ui-priority": 1 - }, "favicon": { "description": "The raw favicon file.", "misp-attribute": "attachment", "ui-priority": 0 }, + "favicon-mmh3": { + "description": "favicon-mmh3 is the murmur3 hash of a favicon as used in Shodan.", + "misp-attribute": "favicon-mmh3", + "ui-priority": 1 + }, "link": { "description": "The original link where the favicon was seen.", "misp-attribute": "link", @@ -27,4 +27,4 @@ ], "uuid": "485892f1-a767-4e9b-b5f8-7f86d1308674", "version": 1 -} +} \ No newline at end of file