You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to configure how Imunify360 will behave:
1200
1200
1201
1201
* <spanclass="notranslate">_Max Connections_</span>– allows to setup the number of simultaneous connections allowed before IP will be blocked. Cannot be set lower than 100.
1202
-
* <spanclass="notranslate">_Check delay_</span> – allows to setup period in seconds between each DoS detection system activation that will check a server for DoS attack. Also, it is possible to set different limits for different local ports by editing the [configuration file](/config_file_description/) directly.
1202
+
* <spanclass="notranslate">_Check delay_</span> – allows to setup period in seconds between each DoS detection system activation that will check a server for DoS attack.
1203
+
* <spanclass="notranslate">_Per-port Max Connections_</span> – allows to set different connection limits for specific ports. Click "Manage per-port limits" to open a dialog where you can add, edit, or remove port-specific limits.
1203
1204
1204
1205
**The minimum values**:
1205
1206
@@ -1220,8 +1221,6 @@ Imunify360 DoS protection is automatically disabled if CSF is active - a warning
1220
1221
1221
1222

1222
1223
1223
-
Click <spanclass="notranslate">_Save changes_</span> button on the bottom of the section to save changes.
1224
-
1225
1224
#### Enhanced DOS Protection
1226
1225
1227
1226
The Enhanced DOS Protection feature forms an additional layer of protection, increasing the stability of servers facing DOS attacks. It takes a different approach than our existing [DOS Protection feature](/dashboard/#dos-protection), which focuses on monitoring the number of simultaneous connections. Enhanced DOS Protection, on the other hand, monitors the rate of requests originating from attacker IP addresses per unit of time.
@@ -1233,10 +1232,38 @@ Standard DoS protection, in turn, will block attacks that use long-lived connect
1233
1232
You can find all incidents related to the new feature in the incidents table by the description:
1234
1233
1235
1234
```
1236
-
“Denial of Service (DoS) attack was discovered from %IP%: %threshold% connections per %timeframe% seconds to %port% port”.
1235
+
"Denial of Service (DoS) attack was discovered from %IP%: %threshold% connections per %timeframe% seconds to %port% port".
1237
1236
```
1238
1237
1239
-
<h4>Activating and fine-tuning Enhanced DOS Protection</h4>
1238
+
<h4>Configuring Enhanced DOS Protection via UI</h4>
1239
+
1240
+
Enhanced DOS Protection settings are available in the Imunify360 admin interface under <spanclass="notranslate">Settings → General</span>.
1241
+
1242
+

1243
+
1244
+
The following options are available:
1245
+
1246
+
* <spanclass="notranslate">_Enhanced DoS Protection_</span> – enables or disables the feature.
1247
+
* <spanclass="notranslate">_Max Connections_</span> – the maximum number of requests allowed from a single IP within the timeframe before action is taken. Cannot be set lower than 100.
1248
+
* <spanclass="notranslate">_Timeframe (seconds)_</span> – the period in seconds during which requests are counted.
1249
+
* <spanclass="notranslate">_Default action on detect_</span> – the action taken when an attack is detected (Gray list or Black list).
1250
+
* <spanclass="notranslate">_Per-port Max Connections_</span> – allows to set different request limits for specific ports. Click "Manage per-port limits" to open a dialog where you can add, edit, or remove port-specific limits.
1251
+
1252
+
<h4>Per-port Max Connections Dialog</h4>
1253
+
1254
+
Click the "Manage per-port limits" button to open the port limits configuration dialog:
1255
+
1256
+

1257
+
1258
+
In this dialog you can:
1259
+
* Add new port limits by clicking the "Add" button
1260
+
* Set the port number (single port like `80` or a range like `8080-8090`)
1261
+
* Set the maximum connections limit for that port (between 100 and 10000)
1262
+
* Remove existing port limits by clicking the delete icon
1263
+
1264
+
Click "Apply" to save changes or "Cancel" to discard them.
1265
+
1266
+
<h4>Configuring Enhanced DOS Protection via CLI</h4>
1240
1267
1241
1268
The feature is switched off by default. You can activate Enhanced DOS Protection in Imunify360 using the following CLI command:
We also recommend checking and configuring the CAPTCHA_DOS section of [parameters](/config_file_description) to blacklist IPs after repetitive requests to the captcha.
0 commit comments