mirror of
https://github.com/Oxbian/SIDPS.git
synced 2025-05-17 22:18:13 +02:00
42 lines
974 B
JSON
42 lines
974 B
JSON
{
|
|
"rules_dirpath": "/app/idps/rules",
|
|
"ifaces": ["eth1"],
|
|
"db_host": "172.20.3.10",
|
|
"db_database": "sidps",
|
|
"db_user": "sidps",
|
|
"db_password": "SUPERPASSWORD",
|
|
"db_port": "3306",
|
|
"protection": 1,
|
|
"cef_version": 1,
|
|
"device_product": "SIDPS",
|
|
"device_vendor": "ArKa",
|
|
"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_bantime": 300
|
|
}
|