Removed alerts no longer necessary as they have been replaced by local traffic rules

This commit is contained in:
Luca Deri 2024-02-21 22:54:22 +01:00
parent b288f884d5
commit 2ee2c180a5
34 changed files with 12 additions and 1357 deletions

View file

@ -14,18 +14,18 @@ local host_alert_keys = {
host_alert_syn_scan = 5,
host_alert_syn_flood = 6,
host_alert_domain_names_contacts = 7,
host_alert_p2p_traffic = 8,
host_alert_dns_traffic = 9,
host_alert_p2p_traffic = 8, -- Obsolete: use local host rules
host_alert_dns_traffic = 9, -- Obsolete: use local host rules
host_alert_flows_anomaly = 10,
host_alert_score_anomaly = 11,
host_alert_remote_connection = 12,
host_alert_host_log = 13,
host_alert_dangerous_host = 14,
host_alert_ntp_traffic = 15,
host_alert_ntp_traffic = 15, -- Obsolete: use local host rules
host_alert_countries_contacts = 16,
host_alert_score_threshold = 17,
host_alert_icmp_flood = 18,
host_alert_pkt_threshold = 19,
host_alert_pkt_threshold = 19, -- Obsolete: use local host rules
host_alert_scan_detected = 20,
host_alert_fin_scan = 21,
host_alert_dns_flood = 22,