From 5c534d3701b207826fceaba8e7e622345140457a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 26 Jun 2024 18:15:04 +0200 Subject: [PATCH] chg: [ja4-plus] jq all the things --- objects/ja4-plus/definition.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/objects/ja4-plus/definition.json b/objects/ja4-plus/definition.json index 16f59a6..44e89d4 100644 --- a/objects/ja4-plus/definition.json +++ b/objects/ja4-plus/definition.json @@ -8,13 +8,17 @@ "ip-src": { "description": "IP address related to this JA4+ fingerprint.", "misp-attribute": "ip-src", - "ui-priority": 1, - "multiple": true + "multiple": true, + "ui-priority": 1 + }, + "ja4-fingerprint": { + "description": "A JA4+ fingerprint as defined by the JA4+ standard in textual format.", + "misp-attribute": "text", + "ui-priority": 1 }, "ja4-type": { "description": "One of the JA4+ type expressed as short name.", "misp-attribute": "text", - "ui-priority": 1, "sane_default": [ "JA4", "JA4S", @@ -25,11 +29,7 @@ "JA4T", "JA4TS", "JA4TScan" - ] - }, - "ja4-fingerprint": { - "description": "A JA4+ fingerprint as defined by the JA4+ standard in textual format.", - "misp-attribute": "text", + ], "ui-priority": 1 } }, @@ -42,4 +42,4 @@ ], "uuid": "2c15c75e-e7db-4b62-8d17-633e7571818f", "version": 2 -} +} \ No newline at end of file