mirror of
https://github.com/Oxbian/SIDPS.git
synced 2025-07-08 04:43:47 +02:00
feat: protection system for the idps
This commit is contained in:
11
config.json
11
config.json
@ -12,20 +12,29 @@
|
||||
"device_version": "vAlpha",
|
||||
"synscan_time": 180,
|
||||
"synscan_count": 5,
|
||||
"synscan_bantime": 300,
|
||||
"tcpconnectscan_time": 180,
|
||||
"tcpconnectscan_count": 5,
|
||||
"tcpconnectscan_bantime": 300,
|
||||
"ackscan_time": 180,
|
||||
"ackscan_count": 5,
|
||||
"ackscan_bantime": 300,
|
||||
"finscan_time": 180,
|
||||
"finscan_count": 5,
|
||||
"finscan_bantime": 300,
|
||||
"nullscan_time": 180,
|
||||
"nullscan_count": 5,
|
||||
"nullscan_bantime": 300,
|
||||
"xmasscan_time": 180,
|
||||
"xmasscan_count": 5,
|
||||
"xmasscan_bantime": 300,
|
||||
"synflood_time": 60,
|
||||
"synflood_count": 100,
|
||||
"synflood_bantime": 300,
|
||||
"tcpconnectflood_time": 60,
|
||||
"tcpconnectflood_count": 100,
|
||||
"tcpconnectflood_bantime": 300,
|
||||
"syndos_time": 60,
|
||||
"syndos_count": 100
|
||||
"syndos_count": 100,
|
||||
"syndos_bantime": 300
|
||||
}
|
||||
|
Reference in New Issue
Block a user