Not blocking private IP ranges?
-
There seems to be spoofed IP attacks against my website that wordfence is unable to block (because they seem to be coming from local/private IPs?) and I am not sure what to do about them. Here are the outlines:
- All the attacks (with fortunately failed login attempts so far I think) seem to originate from 172.19.0.1, one of my local server addresses
- All the failed login attempts are against non existent users like ‘admin’
- If I change the domain name of my site, they seem to stop, which leads me to believe this is coming from or being triggered from the outside
- If I look in the db in the wp_wfhits table, these attempts are clearly understood by wordfence as ‘Known malicious User-Agents’ but they are not blocked
- Attacks are invariably against xmlrpc.php, and wp-login.php according to the wp_wfhits table
- However, in my nginx logs, the called urls are always ‘POST /wp-cron.php?doing_wp_cron’ and ‘POST /wp-login.php’
Any ideas how to deal with this or stop it? I can’t find anything online about this kind of attack.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Not blocking private IP ranges?’ is closed to new replies.