Plugin Author
AITpro
(@aitpro)
What is “WP Ops brute force”? The BPS plugin does not have/display this message/text “multiple login failed attempts”. I think maybe you posted in the wrong plugin support forum. I can answer general questions about other plugins if I have experience with them, otherwise you would get better results by asking the plugin author about that plugin.
Plugin Author
AITpro
(@aitpro)
User ID’s are much better to check against vs IP addresses. User ID’s per site are finite. IP addresses are basically infinite. ie there are billions of IPv4 addresses vs a finite number of User ID’s per site.
https://en.wikipedia.org/wiki/IPv4_address_exhaustion
IPv4 provides approximately 4.3 billion addresses…
the successor technology to IPv4 which was designed to address this problem, supports approximately 3.4×1038 network addresses…
which is…IPv6 can assign about 340 trillion trillion trillion: 340,282,366,920,938,463,463,374,607,431,768,211,456 IP addresses.
I’m sorry AITPro, perhaps you miss-understood me. I meant that a security plug-in of this kind (bruteforce) that looks for multiple log-in attempts on WP admin accounts should block the IP address of the offender, not simply block the admin userid. As I’m a network tech, with 35+ years of Unix/Linux experience, I’m well aware of the IP address space and your post was not really relevant. In any event, I just realized that the WP forums search lead me to think that WP SecureOPS BruteForce was developed by BulletProof – my apologies, this is in the wrong forum.
Plugin Author
AITpro
(@aitpro)
Cool. Yep was a Network Engineer and Network Security Specialist for a couple of decades for 10,000+ node computer networks. Handled a lot of WAN/LAN router/routing/firewall configs during that time. What I have found now that my work focuses on Internet Security is that IP addresses are actually a liability if you are trying to block by IP address. What is not a liability is allow by IP address. Example: Allow your IP address vs block trillions of IP addresses. The end result is the same except for your server would not be crippled by doing an allow vs block.
Never heard of WP SecureOPS BruteForce before. No idea what that is. 😉
Anyway my forum site occaisonally gets brute force attacked at a rate of 1,000 login attempts per second for several days. The negative impact is .1 second page load time. Users are not aware that a brute force attack is occurring – business as usual without any negative impact. 😉