Remove JA3 leftovers. Update alert keys. Rename malivious JA3 to malicious Fingerprint.

This commit is contained in:
Alfredo Cardigliano 2024-09-02 18:34:09 +02:00
parent 3b5217c583
commit 3b0b60c422
16 changed files with 27 additions and 115 deletions

View file

@ -0,0 +1,29 @@
--
-- (C) 2019-24 - ntop.org
--
local checks = require("checks")
local flow_alert_keys = require "flow_alert_keys"
-- #################################################################
local script = {
-- Script category
category = checks.check_categories.security,
-- This script is only for alerts generation
alert_id = flow_alert_keys.flow_alert_ndpi_malicious_fingerprint,
default_value = {
},
gui = {
i18n_title = "flow_checks_config.malicious_fingerprint",
i18n_description = "flow_checks_config.malicious_fingerprint_description",
}
}
-- #################################################################
return script