Skip to content
AI Tech

BunkerWeb Cloud: Explained

☁️ Managed Security · Threat-Focused Explainer

BunkerWeb Cloud: What It Actually Stops, and the One Step That Can Undo It

Not a feature list. A look at which real attacks BunkerWeb’s managed firewall is built to stop, the single configuration step that determines whether any of that protection actually works, and the situations where it isn’t the answer.

CLOUD

Editorial Transparency: This article is independently written and not sponsored by Bunkerity, the company behind BunkerWeb and BunkerWeb Cloud. All facts are verified through multiple rounds of research, cross-referencing Bunkerity’s official Cloud and pricing pages, BunkerWeb’s documentation, its official Cloud setup tutorial, and the publicly available Cloud brochure and quickstart video — each accessed directly. Wangdoo has no commercial relationship with Bunkerity.

I have not deployed or operated BunkerWeb Cloud myself. This article explains the mechanics of what it protects against and what it doesn’t, based on the company’s own technical documentation — it is not a hands-on account, and it makes no purchasing recommendation either way.

BunkerWeb Cloud is the fully managed version of BunkerWeb, the open-source firewall covered in the previous article on this site. The self-hosted version has a real capacity ceiling — Bunkerity’s own quickstart guide recommends 2 vCPUs and 8GB of RAM for testing, 4 vCPUs and 16GB for production with multiple services. That ceiling matters specifically when an attack involves volume, not just malicious requests. Cloud’s pitch is that it removes that ceiling. Whether that matters depends entirely on what you’re actually defending against.

Watch — BunkerWeb Cloud Quickstart Guide

Bunkerity’s own walkthrough of setting up BunkerWeb Cloud, from DNS configuration to your first protected service. All rights respective owner. Source: YouTube.

L7 DDoSVolumetric attacks absorbed via elastic multi-cloud scaling
OWASP 10SQLi, XSS and similar caught via ModSecurity + CRS, same engine as self-hosted
1 stepOrigin IP whitelisting — skip it and the firewall can be bypassed entirely
€639Starting monthly price for the “Essential” tier

What It’s Actually Built to Stop

Bunkerity’s own Cloud page confirms the engine underneath is ModSecurity paired with Lua — the same combination documented for the self-hosted core. The OWASP Core Rule Set and the bot-challenge system (cookie checks, JavaScript tests, CAPTCHA) aren’t named specifically on the Cloud page itself, but they are named, documented features of the underlying BunkerWeb engine, and Cloud’s own pricing page states plainly that it includes “all the power of BunkerWeb PRO.” Since PRO runs on that same documented core, it’s a reasonable inference that these features carry over to Cloud — but it’s an inference, not a line lifted from a Cloud-specific page, and that distinction is worth keeping straight rather than blurring into one confident claim.

Volumetric Layer 7 DDoS

Cloud’s multi-cloud deployment scales elastically, so a traffic flood that would overwhelm a fixed 2–4 vCPU self-hosted box gets absorbed by infrastructure that isn’t capacity-capped the same way. This is the one category where Cloud’s architecture, not just its rules, is doing the defending.

SQL Injection & XSS

Handled by ModSecurity with the OWASP Core Rule Set on the self-hosted core, and inherited by Cloud since it bundles “all PRO features.” Cloud doesn’t add new defence here, it just removes the need to run the engine yourself.

Bot Floods & Credential Stuffing

Rate limiting and bot challenges (cookie checks, JavaScript tests, CAPTCHA) are core BunkerWeb features documented for the open-source engine, present in every tier including the free one.

Known-Bad IPs & Scanners

DNSBL lookups and external blocklists filter traffic from sources already flagged elsewhere — again, the same mechanism across free, PRO, and Cloud.

Comparing the two directly: for most attack categories, Cloud doesn’t protect any better than the free, self-hosted version, since both run the same rules. The one area where it’s a meaningfully different defence — not just a more convenient one — is large-scale volumetric DDoS, where having elastic infrastructure behind it matters more than which detection rules are running.

The One Step That Determines Whether Any of This Works

Here’s the actual sequence, based on Bunkerity’s documentation: a visitor’s browser resolves your domain to BunkerWeb Cloud via the CNAME record, so the request arrives at Cloud’s infrastructure first, not your server. The ModSecurity-plus-Lua engine inspects it against the rule set there — blocking known attack patterns, applying rate limits, running bot challenges where configured. If the request passes inspection, Cloud forwards it over HTTPS to your origin server, which processes it exactly as it would if BunkerWeb weren’t involved at all; your application code doesn’t know or need to know the firewall exists. The response then travels back through Cloud to the visitor. None of that changes how your application works — it only changes what’s allowed to reach it in the first place.

That’s standard for any DNS-based WAF, including the larger commercial ones. But it creates a structural gap that has nothing to do with how good the detection rules are.

The Bypass Risk, Plainly

Your origin server still has its own IP address, independent of BunkerWeb Cloud, sitting on the internet. If an attacker finds that address — through old DNS records, SSL certificate transparency logs, or simple scanning — they can send traffic to it directly, skipping BunkerWeb Cloud entirely. Every protection described above, the OWASP rules, the rate limiting, the DDoS scaling, becomes irrelevant the moment traffic stops routing through it. BunkerWeb’s own documentation addresses this directly, recommending that customers whitelist BunkerWeb Cloud’s IP addresses at their own firewall level, so the origin server only accepts connections that have already passed through Cloud.

This isn’t unique to BunkerWeb — every reverse-proxy-based WAF, Cloudflare included, has the same exposed-origin problem unless it’s closed off. Closing it isn’t automatic, though; it’s a step someone has to actively configure, and skipping it means paying €639 a month for a firewall an attacker can simply walk around.

Closing the Gap: What Bunkerity’s Own Setup Guide Actually Tells Admins to Do

Here’s the setup sequence from Bunkerity’s own tutorial, with the security reasoning attached to each step:

  • Choose a plan and set your starting resources. Default allocation is 2 vCPUs and 8GB of RAM, replicated across two nodes for high availability — this is the baseline you scale up from as the number of protected services grows.
  • Add the CNAME record, then wait for propagation. Traffic doesn’t route through Cloud the instant you save the DNS change — propagation delay means there’s a window where protection isn’t active yet, worth accounting for if you’re migrating a live site.
  • Register each service individually in the Cloud dashboard. Pointing DNS at BunkerWeb Cloud doesn’t automatically protect anything — each domain or service has to be explicitly added in the control panel before it’s covered.
  • Whitelist BunkerWeb Cloud’s IP addresses on your own backend firewall. This is the step that actually closes the bypass risk above — without it, your origin server still accepts connections from anywhere, not just from Cloud.
  • Enforce HTTPS on the connection between Cloud and your backend, not just between visitors and Cloud. It’s easy to assume the whole path is encrypted once HTTPS is working for visitors; the leg between Cloud and your origin server needs to be configured separately.
  • Use the monitoring dashboards to watch for traffic spikes before they become a problem. Every Cloud plan includes pre-built dashboards — checking them proactively is what turns “monitoring” from a feature into something that actually catches an attack early.
  • Set up alerts for 5xx errors and abnormal traffic surges. Without alerting configured, an ongoing attack or a misconfiguration can sit unnoticed until someone happens to check the dashboard.
  • Review the automated reports once they start arriving. Bunkerity’s Reporting plugin, included in Cloud, generates weekly or monthly summaries of traffic and blocked threats — reading these regularly turns the data into an early-warning signal instead of a log nobody opens.

What’s Included, Briefly

The Essential tier starts at €639 per month and bundles the full PRO plugin set — Anti-DDoS, S3 backup, database migration tooling, a Prometheus metrics exporter, automated threat reporting, and user/access management — along with a monitoring platform tracking latency, load, blocked threats, and centralised logs, plus direct support from BunkerWeb’s maintainers. Default resource allocation starts at 2 vCPUs and 8GB of RAM, replicated across two nodes for high availability — that’s the baseline the elastic scaling builds out from as traffic grows. Bunkerity also states it handles automatic updates, security patches, and regular backups as part of the service. Pricing scales with the number of protected services and allocated resources; setups beyond roughly 50 protected services move to a custom quote. Certified hosting — ISO 27001, HDS, SecNumCloud — is available on request, relevant specifically where the hosting environment itself is a regulatory requirement, as in healthcare or finance.

Free Self-Hosted vs. PRO Self-Hosted vs. Cloud

 Free (Self-Hosted)PRO (Self-Hosted)Cloud
OWASP Top 10 / bot / blocklist protectionIncludedIncludedIncluded — same rules
Large-scale volumetric DDoS resilienceLimited by your own server’s capacityLimited by your own server’s capacityElastic, scales beyond a fixed server
Origin-bypass risk if misconfiguredNot applicable — proxy is on your own serverNot applicable — proxy is on your own serverReal risk unless origin IP is whitelisted
Compliance certifications (ISO 27001 / HDS / SecNumCloud)Your responsibility to arrangeYour responsibility to arrangeAvailable on request
Approx. cost€0From €49/month (Shield tier)From €639/month (Essential tier)

Why Use It, and Why Not

✅ The Case For Cloud

  • Your actual threat includes large-scale volumetric DDoS that would exceed what a fixed-size self-hosted server could absorb — this is the one scenario where Cloud’s architecture is doing more than the free tier already does
  • You don’t have the in-house capacity to keep the WAF engine and rule set patched and updated — Bunkerity states it handles automatic updates, security patches, and regular backups as part of the service
  • Your hosting environment itself needs to meet a specific regulatory certification, and arranging that yourself isn’t practical

❌ The Case Against Cloud

  • You won’t reliably implement and maintain the origin IP whitelisting — without it, you’re paying for protection that can be routed around
  • Your actual risk profile is the standard set (SQLi, XSS, bots, scanners) that the free self-hosted version already stops with the identical rule engine, at no cost
  • You need full operational visibility during an active incident — on Cloud, incident response runs through Bunkerity’s processes, not your own

My Take — Mr Wangdoo

This observation comes from reading BunkerWeb’s own documentation and cross-referencing it against multiple sources — the Cloud page, the pricing page, and the setup tutorial — not from running the service. Read that way, the case for BunkerWeb Cloud is narrower than the marketing framing suggests. For the bulk of what a WAF normally catches — injection attempts, bot floods, known-bad IPs — the documentation describes the free, self-hosted version running the identical rule engine. The one clearly documented upgrade is elastic capacity against large-scale volumetric DDoS, a more specific need than “better security” as a general claim.

The detail that stood out most across that research was the origin-IP whitelisting step. It isn’t hidden — Bunkerity’s own setup guide states it plainly — but it would be easy to assume a fully managed service handles that end to end without being told otherwise. Based on the documentation alone, the more accurate way to put it is that Cloud’s protection is conditional on that one configuration step being completed correctly, and that’s a detail worth weighing alongside the monthly cost when deciding whether the managed convenience makes sense for a given setup.

What does BunkerWeb Cloud actually protect against?

The same categories as the self-hosted version — OWASP Top 10 attacks like SQL injection and XSS via ModSecurity and the OWASP Core Rule Set, bot floods and credential stuffing via rate limiting and challenges, and known-bad IPs via blocklists. Its main additional strength is absorbing large-scale Layer 7 DDoS traffic through elastic multi-cloud scaling, which a fixed-size self-hosted server can’t match.

Can BunkerWeb Cloud be bypassed?

Yes, if the origin server’s own IP address isn’t whitelisted to only accept traffic from BunkerWeb Cloud. Without that step, an attacker who finds the origin IP can send traffic directly to it, skipping the firewall entirely. The setup checklist above covers the specific steps Bunkerity’s own documentation recommends to close this off.

Is Cloud more secure than the free self-hosted version?

For most attack types, no — both run the identical detection engine and rule set. Cloud’s main security advantage is elastic capacity against large-scale DDoS traffic that would overwhelm a fixed self-hosted server.

How much does BunkerWeb Cloud cost?

The published “Essential” tier starts at €639 per month, scaling with the number of protected services and allocated resources.

Is BunkerWeb Cloud certified for regulated industries?

Bunkerity offers certified hosting on request, including ISO 27001, HDS (French health data hosting certification), and SecNumCloud, for healthcare, finance, and public-sector deployments with specific hosting requirements.

Sources & References

  • BunkerWeb Cloud — Official SaaS offer page — architecture, target users, technical detail
  • BunkerWeb — Pricing plan page — Cloud and PRO tier pricing, plugin breakdown
  • BunkerWeb Documentation — Integrations — CNAME setup and origin IP whitelisting guidance
  • BunkerWeb Blog — Tutorial: Secure Your Web Applications with BunkerWeb Cloud — step-by-step setup sequence, monitoring and alerting guidance
  • BunkerWeb CLOUD — Official quickstart guide (YouTube) — video walkthrough of setup
  • BunkerWeb Cloud — Official brochure (PDF) — additional service detail
Mr Wangdoo
Mr Wangdoo
Founder and Editor-in-Chief, Wangdoo.com