|
24 | 24 | # ----------------------------------------------------------------------------- |
25 | 25 | # Monitors: sshd login failures |
26 | 26 | # Source: journalctl -u sshd / journalctl -u ssh |
27 | | -# NFTBan native [nftban-sshd] jail |
| 27 | +# NFTBan native [nftban-sshd] filter |
28 | 28 |
|
29 | 29 | LOGIN_SERVICE_SSH_ENABLED="true" |
30 | 30 |
|
@@ -60,7 +60,7 @@ LOGIN_SERVICE_SSH_ROOT_PENALTY="0.25" |
60 | 60 | # ----------------------------------------------------------------------------- |
61 | 61 | # Monitors: dovecot auth failures |
62 | 62 | # Source: journalctl -u dovecot / /var/log/mail.log |
63 | | -# NFTBan native [nftban-dovecot] jail |
| 63 | +# NFTBan native [nftban-dovecot] filter |
64 | 64 |
|
65 | 65 | LOGIN_SERVICE_DOVECOT_ENABLED="true" |
66 | 66 |
|
@@ -92,7 +92,7 @@ LOGIN_SERVICE_DOVECOT_RISK_MULTIPLIER="1.0" |
92 | 92 | # ----------------------------------------------------------------------------- |
93 | 93 | # Monitors: exim SMTP auth failures |
94 | 94 | # Source: journalctl -u exim / /var/log/exim/mainlog |
95 | | -# NFTBan native [nftban-exim] jail |
| 95 | +# NFTBan native [nftban-exim] filter |
96 | 96 |
|
97 | 97 | LOGIN_SERVICE_EXIM_ENABLED="true" |
98 | 98 |
|
@@ -132,7 +132,7 @@ LOGIN_SERVICE_EXIM_RISK_MULTIPLIER="1.1" |
132 | 132 | # ----------------------------------------------------------------------------- |
133 | 133 | # Monitors: postfix SMTP auth failures |
134 | 134 | # Source: journalctl -u postfix / /var/log/mail.log |
135 | | -# NFTBan native [nftban-postfix] jail |
| 135 | +# NFTBan native [nftban-postfix] filter |
136 | 136 |
|
137 | 137 | LOGIN_SERVICE_POSTFIX_ENABLED="true" |
138 | 138 |
|
@@ -164,7 +164,7 @@ LOGIN_SERVICE_POSTFIX_RISK_MULTIPLIER="1.0" |
164 | 164 | # ----------------------------------------------------------------------------- |
165 | 165 | # Monitors: roundcube login failures |
166 | 166 | # Source: journalctl -u php-fpm / /var/log/roundcube/errors |
167 | | -# NFTBan native [nftban-roundcube] jail |
| 167 | +# NFTBan native [nftban-roundcube] filter |
168 | 168 |
|
169 | 169 | LOGIN_SERVICE_ROUNDCUBE_ENABLED="true" |
170 | 170 |
|
@@ -211,7 +211,7 @@ LOGIN_SERVICE_ROUNDCUBE_RISK_MULTIPLIER="0.9" |
211 | 211 | # Monitors: xmlrpc.php abuse (brute force, amplification attacks) |
212 | 212 | # Source: Apache/Nginx access logs |
213 | 213 | # Confidence: HIGH - xmlrpc abuse is rarely legitimate at scale |
214 | | -# NFTBan native [nftban-apache-xmlrpc] jail |
| 214 | +# NFTBan native [nftban-apache-xmlrpc] filter |
215 | 215 | # |
216 | 216 | # Why HIGH confidence: |
217 | 217 | # - system.multicall allows 1000s of password attempts per request |
@@ -252,7 +252,7 @@ LOGIN_SERVICE_WP_XMLRPC_CONFIDENCE="high" |
252 | 252 | # Monitors: wp-login.php request rate (velocity-based detection) |
253 | 253 | # Source: Apache/Nginx access logs |
254 | 254 | # Confidence: MEDIUM - cannot distinguish success/fail from access logs |
255 | | -# NFTBan native [nftban-apache-wp-login] jail |
| 255 | +# NFTBan native [nftban-apache-wp-login] filter |
256 | 256 | # |
257 | 257 | # Why MEDIUM confidence: |
258 | 258 | # - HTTP 200/302 can be success OR failure |
@@ -390,7 +390,7 @@ LOGIN_SERVICE_DRUPAL_CONFIDENCE="medium" |
390 | 390 | # ----------------------------------------------------------------------------- |
391 | 391 | # Monitors: DirectAdmin login failures |
392 | 392 | # Source: /var/log/directadmin/login.log |
393 | | -# NFTBan native [nftban-directadmin] jail |
| 393 | +# NFTBan native [nftban-directadmin] filter |
394 | 394 |
|
395 | 395 | LOGIN_SERVICE_DIRECTADMIN_ENABLED="true" |
396 | 396 |
|
@@ -526,7 +526,7 @@ LOGIN_SERVICE_PLESK_MARKER_BIN="/usr/local/psa/admin/bin/httpdmng" |
526 | 526 | # ----------------------------------------------------------------------------- |
527 | 527 | # Monitors: Pure-FTPd auth failures |
528 | 528 | # Source: journalctl -u pure-ftpd / /var/log/pureftpd.log |
529 | | -# NFTBan native [nftban-pure-ftpd] jail |
| 529 | +# NFTBan native [nftban-pure-ftpd] filter |
530 | 530 |
|
531 | 531 | LOGIN_SERVICE_PUREFTPD_ENABLED="true" |
532 | 532 |
|
|
0 commit comments