Vercel Firewall

Learn how Vercel Firewall helps protect your applications and websites from malicious attacks and unauthorized access.
Table of Contents

The Vercel Firewall is a robust, multi-layered security system designed to protect your applications from a wide range of threats. Every incoming request goes through the following firewall layers:

Understand the fundamentals:

The automatic rules of the platform-wide firewall and the custom rules of the WAF work together in the following execution order:

  1. DDoS mitigation rules
  2. WAF IP blocking rules
  3. WAF custom rules
  4. Managed rulesets

When you have more than one custom rule, you can customize their order in the Firewall tab of the project.

DDoS Mitigation is available on all plans

Vercel provides automated DDoS mitigation for all deployments, regardless of the plan that you are on. With this automated DDoS mitigation, we block incoming traffic if we identify abnormal or suspicious levels of incoming requests.

Vercel WAF is available on all plans

Those with the member, viewer, developer and administrator roles can access this feature

The Vercel WAF complements the platform-wide firewall by allowing you to define custom protection strategies using the following tools:

You can use the following tools to monitor the internet traffic at your team or project level:

  • The Monitoring feature at the team level allows you to create queries to visualize the traffic across your Vercel projects.
  • The Firewall tab of the Vercel dashboard on every project allows you to monitor the internet traffic to your deployments with a traffic monitoring view that includes a live traffic window.
  • Firewall alerts allow you to react quickly to potential security threats.
  • Use Log Drains to send your application logs to a Security Information and Event Management (SIEM) system.
Last updated on December 9, 2024