feat: syn/tcpconnect flood / dos détection

This commit is contained in:
2024-11-20 21:38:37 -05:00
parent a1dcee53a1
commit d64f7283de
12 changed files with 147 additions and 18 deletions

View File

@ -21,5 +21,11 @@
"nullscan_time": 180,
"nullscan_count": 5,
"xmasscan_time": 180,
"xmasscan_count": 5
"xmasscan_count": 5,
"synflood_time": 60,
"synflood_count": 100,
"tcpconnectflood_time": 60,
"tcpconnectflood_count": 100,
"syndos_time": 60,
"syndos_count": 100
}