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