this post was submitted on 02 Feb 2025
2 points (100.0% liked)
General Discussion
0 readers
1 users here now
A place to talk about whatever you want
founded 2 weeks ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well, I wasn't posting looking for technical information but now you have me curious :).
Looking at the logs, they strongly suggest automated bot activity. Hits from Googlebot and other search crawlers WordPress vulnerability scanners Automated scanning tools like ZGrab
Are these triggering login attempts either by mistake or as part of their crawling process? Googlebot, for example, accesses various URLs, including login pages, and might cause login events.
Many of the requests are targeting /wp-admin/setup-config.php, /wordpress/wp-admin/setup-config.php, /xmlrpc.php, /wlwmanifest.xml, and similar WordPress-related URLs.
Since it's not a WP site, are these requests resulting in redirects or 301 responses, but getting counted in access logs that result in the dashboard stats?
@NodeHam yeah, I'm not sure. That's what's going to need looking into.