Domain Names host check (#5723)

* Adding/modifying .cpp for Domain Names host check

* Adding/modifying .h/.lua for Domain Names host check

* minor synstax fix

* dns_contacts

Co-authored-by: Stefano Russo <55586218+D0kken@users.noreply.github.com>
Co-authored-by: Stefano Russo <s.russo41@studenti.unipi.it>
This commit is contained in:
Gaetano Barresi 2021-08-25 11:22:41 +02:00 committed by GitHub
parent a582aa6243
commit f650a3700a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 336 additions and 3 deletions

View file

@ -12,7 +12,7 @@ local host_alert_keys = {
host_alert_flow_flood = 4,
host_alert_syn_scan = 5,
host_alert_syn_flood = 6,
host_alert_available_01 = 7, -- Available, can be used
host_alert_domain_names_contacts = 7,
host_alert_p2p_traffic = 8,
host_alert_dns_traffic = 9,
host_alert_flows_anomaly = 10,