# Google Cloud WAF

## Introduction

This section covers an introduction to the GCP Web Application Firewall and shows how to bypass GCP WAF protection with a request body larger than 8KB.

GCP WAF is a web application firewall that helps protect your web applications or APIs against common web exploits and bots that may affect availability, compromise security, or consume excessive resources.

## What are we going to cover

This chapter will primarily cover

* Take a quick look at how WAF works
* The documented limitation within the GCP WAF
* Inspecting a request body
* What particular configurations are vulnerable and how an attacker can take advantage of this limitation


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://0xcriminal.gitbook.io/about-me/cloudsec/waf-bypasses-in-aws-and-google-cloud-demo/google-cloud-waf.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
