Brute-force protection stats
-
I have a wordpress site that is running the Jetpack plugin. I am self hosting this site. On the Security pane of the site is a Brute Force protection box that indicates 27,377 attacks have been blocked on my site.
What stats does the plugin use to calculate this number from?
In my nginx configuration, I have enabled ssl_client_certificate checks to protect the wp-login.php. If a client certificate is not passed with the request of the wp-login.php page, a 403 error is returned. Some examples are below.
77.91.103.6 - - [03/Feb/2023:13:38:27 +0000] "GET /wp-login.php HTTP/1.1" 403 571 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45" 185.225.17.125 - - [03/Feb/2023:13:42:09 +0000] "GET /wp-login.php HTTP/1.1" 403 571 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45" 185.225.17.125 - - [03/Feb/2023:13:42:10 +0000] "GET /wp-login.php HTTP/1.1" 403 571 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45" 185.225.17.125 - - [03/Feb/2023:13:42:12 +0000] "GET /wp-login.php HTTP/1.1" 403 571 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45"
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Brute-force protection stats’ is closed to new replies.