How to Prevent XML-RPC and REST API Brute Force Attacks on WordPress
While traditional brute-force attacks target the visual WordPress login page at /wp-login.php, modern botnets rarely waste bandwidth on browser forms. Instead, automated attack tools exploit programmatic APIs: the legacy XML-RPC interface (xmlrpc.php) and the modern WordPress REST API (/wp-json/wp/v2/users). By leveraging XML-RPC’s system.multicall method, an attacker can submit up to 1,000 username and password guesses … Read more
