mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Remove JA3 leftovers. Update alert keys. Rename malivious JA3 to malicious Fingerprint.
This commit is contained in:
parent
3b5217c583
commit
3b0b60c422
16 changed files with 27 additions and 115 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue