Add Lua host check example (Suspicious Domain Scans) #8956

This commit is contained in:
Alfredo Cardigliano 2025-02-17 15:14:30 +01:00
parent 8d7e968f35
commit 31752105d9
6 changed files with 220 additions and 2 deletions

View file

@ -36,6 +36,7 @@ local host_alert_keys = {
host_alert_external_script = 27,
host_alert_host_scanner = 28,
host_alert_server_ports_contacts = 29,
host_alert_suspicious_domain_scan = 30,
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
}