… force limits and reCAPTCHA, adding security headers (HSTS, CSP, X-Frame-Options), providing 2FA including passkeys for phishing-resistant authentication, and disabling attack endpoints like XML-RPC and REST API for unauthenticated users.
How Do the Two Layers Work Together?
Think of it as two checkpoints. Your server firewall is the outer perimeter. It stops known bad IPs, absorbs DDoS traffic, and blocks general network-level threats. WP Ghost is the inner checkpoint. It stops application-level attacks that pass through the server firewall because they look like normal HTTP requests, just targeted at WordPress-specific paths.
A bot …