# Firewalls de Próxima Generación (NGFW)

Los Firewalls de Próxima Generación (NGFW) son dispositivos de seguridad que combinan las funcionalidades tradicionales de un firewall con capacidades avanzadas como la inspección profunda de paquetes (DPI), prevención de intrusiones (IPS), filtrado de aplicaciones y protección contra malware.

<mark style="color:green;">**Ejemplos de NGFW:**</mark>

* <mark style="color:green;">**Palo Alto Networks**</mark><mark style="color:green;">:</mark> Firewalls que ofrecen visibilidad y control granular del tráfico de red.
* <mark style="color:green;">**Fortinet FortiGate**</mark><mark style="color:green;">:</mark> Dispositivos que integran múltiples funciones de seguridad en una única plataforma.

<mark style="color:green;">**Importancia para los Pentesters:**</mark>

* <mark style="color:green;">**Evasión de NGFW**</mark><mark style="color:green;">:</mark> Desarrollar técnicas para evadir las medidas de seguridad avanzadas de los NGFW.
* <mark style="color:green;">**Evaluación de Políticas**</mark><mark style="color:green;">:</mark> Probar la efectividad de las políticas y configuraciones del NGFW durante una prueba de penetración.


---

# 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://books.spartan-cybersec.com/cppj/defensas-y-herramientas-de-seguridad-perimetral/firewalls-de-proxima-generacion-ngfw.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.
