chg: [ja4-plus] jq all the things

pull/434/head
Alexandre Dulaunoy 2024-06-26 18:15:04 +02:00
parent f93466cb3c
commit 5c534d3701
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 9 additions and 9 deletions

View File

@ -8,13 +8,17 @@
"ip-src": { "ip-src": {
"description": "IP address related to this JA4+ fingerprint.", "description": "IP address related to this JA4+ fingerprint.",
"misp-attribute": "ip-src", "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": { "ja4-type": {
"description": "One of the JA4+ type expressed as short name.", "description": "One of the JA4+ type expressed as short name.",
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1,
"sane_default": [ "sane_default": [
"JA4", "JA4",
"JA4S", "JA4S",
@ -25,11 +29,7 @@
"JA4T", "JA4T",
"JA4TS", "JA4TS",
"JA4TScan" "JA4TScan"
] ],
},
"ja4-fingerprint": {
"description": "A JA4+ fingerprint as defined by the JA4+ standard in textual format.",
"misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
} }
}, },
@ -42,4 +42,4 @@
], ],
"uuid": "2c15c75e-e7db-4b62-8d17-633e7571818f", "uuid": "2c15c75e-e7db-4b62-8d17-633e7571818f",
"version": 2 "version": 2
} }