Remove obsolete JA3 support

This commit is contained in:
Alfredo Cardigliano 2024-08-09 09:08:32 +02:00
parent 4b1b37103a
commit 548c9aeec5
28 changed files with 31 additions and 303 deletions

View file

@ -623,14 +623,6 @@ if not is_system_interface then
what = "community_id"
label = i18n("db_search.find_in_historical", {what=what, query=query})
query = query .. tag_utils.SEPARATOR .. "eq"
elseif isJA3(query) then
what = "ja3_client"
label = i18n("db_search.find_in_historical", {what=what, query=query})
query = query .. tag_utils.SEPARATOR .. "eq"
results[#results + 1] = build_result(label, query, what, nil, nil, "historical")
what = "ja3_server"
label = i18n("db_search.find_in_historical", {what=what, query=query})
query = query .. tag_utils.SEPARATOR .. "eq"
else
what = "hostname"
label = i18n("db_search.find_in_historical", {what=what, query=query})