mirror of https://github.com/MISP/misp-objects
chg: [ja4-plus] jq all the things
parent
f93466cb3c
commit
5c534d3701
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue