Attacks Dictionary

Brute force

Definition

A brute-force attack tries many passwords or tokens until one works, usually against the login form.

Also called: brute-force, brute-force attack, bruteforce

Why it matters for WordPress

WordPress exposes a public login URL on most sites. Bots can hit wp-login.php and xmlrpc.php all day with stolen or guessed passwords. One weak admin password is enough.

How it shows up in practice

  • Sudden spikes of failed logins from many IPs
  • Lockouts or “too many attempts” messages for real users
  • Successful login from an unfamiliar country right after a wave of failures
  • Abuse of XML-RPC multicall to try many passwords in one request

What to do

  1. Use unique, long passwords (a password manager helps).
  2. Turn on two-factor authentication for admins and editors.
  3. Limit login attempts and block noisy IPs.
  4. Disable or tightly restrict XML-RPC if you do not need it.
  5. Watch the events log for new admin users and plugin installs after any suspected breach.

Product tip: login rate limits and related controls live under login protection.

Go deeper

Related in Security Ninja

Nearby ideas in the dictionary

All terms →