Real-Time
Login Monitoring
The BruteBank WordPress plugin monitors invalid login attempts to username and password logins as well as password protected pages. It then reports those attacks to the cloud for processing and fingerprinting.
Invalid LoginReported to BruteBank.io for fingerprinting
Unknown username. Check again or try your email address.
← Back to Website
Mobile
App Alerts
Using the app you are able to review attacking IP addresses organized by country and user. Blocking specific addresses or entire country and user targeted attacks with a swipe of your finger.
Instant
Firewall Blocks
The threats you block in the app are imported by the BruteBank WordPress plugin blocking attackers instantly. Any further attempts by the attacker will result in a 403 forbidden message.
403
Access Denied
You do not have permission to access this page.
XML-RPC
Blocking
XML-RPC is a WordPress API that allows developers to login and manage your website content. Unless you're sure your website is using this feature, you should disable it. With BruteBank you can disable the XML-RPC API to prevent attackers from brute forcing your login credentials with a flip of a switch.
Honest Pricing
Find the pricing plan that suits you best
Satellite
$4.95 monthly
$29.95 yearly
• 1 Server or WordPress site
• Server Firewall Protection
• WordPress Security Plugin
• Mobile App Integration
• Unlimited Updates
Rocketship
$39.95 monthly
$429.95 yearly
• 5 Servers or WordPress sites
• Server Firewall Protection
• WordPress Security Plugin
• Mobile App Integration
• Unlimited Updates
Try it free for 30 days
SelectStarship
$99.95 monthly
$1,079.95 yearly
• 10 Servers or WordPress sites
• Server Firewall Protection
• WordPress Security Plugin
• Mobile App Integration
• Unlimited Updates
Space Station
$199.95 monthly
$2,159.95 yearly
• 20 Servers or WordPress sites
• Server Firewall Protection
• WordPress Security Plugin
• Mobile App Integration
• Unlimited Updates
Not a WordPress User?
Server Software
Learn more details about our server and website software for sever admins.
Learn MoreAdd server keys to log scanner
Add log scanner to cron to process every minute
Import blocks into your firewall
require_once('include/brutebank.server.php');
// Init scan and submission
$brutebank = new BruteBank_Server();
$brutebank->public_key = 'wugnEvgSfQMC5XDuwvo7T7cpOy99iNSC';
$brutebank->secret_key = 'EyKNvRciI6iecEAOOe2CUoQWeyJNxdEB';
$brutebank->log_path = '/var/log/';
$brutebank->scan(['ssh', 'mail', 'smtp']);