: Web-Application and API Security (WAAS)
Focus
Focus

Web-Application and API Security (WAAS)

Table of Contents
End-of-Life (EoL)

Web-Application and API Security (WAAS)

WAAS (Web-Application and API Security, formerly known as CNAF, Cloud Native Application Firewall) is a web application firewall (WAF) designed for HTTP-based web applications deployed directly on hosts, as containers, application embedded or serverless functions. WAFs secure web applications by inspecting and filtering layer 7 traffic to and from the application.
WAAS enhances the traditional WAF protection model by deploying closer to the application, easily scaling up or down, and allowing for inspection of "internal" traffic (east-to-west) from other microservices as well as inbound traffic (north-to-south).
  • For containerized web applications, WAAS binds to the application’s running containers, regardless of the cloud, orchestrator, node, or IP address where it runs, and without the need to configure any complicated routing.
  • For non-containerized web applications, WAAS simply binds to the host where the application runs.
  • WAAS monitors the remote applications by monitoring the mirrored traffic generated from the network interfaces attached to your instances.
Highlights of WAAS’s capabilities:
  • OWASP Top-10 Coverage
    - Protection against most critical security risks to web applications, including injection flaws, broken authentication, broken access control, security misconfigurations, etc.
  • API Protection
    - WAAS can enforce API traffic security based on definitions/specs provided in the form of Swagger or OpenAPI files.
  • Access Control
    - WAAS controls access to protected applications using Geo-based, IP-based, or HTTP Header-based user-defined restrictions.
  • File Upload Control
    - WAAS secures application file uploads by enforcing file extension rules.
  • Detection of Unprotected Web Applications
    - WAAS detects unprotected web applications and flags them in the radar view.
  • Penalty Box for Attackers
    - WAAS supports a 5 minutes ban of IPs triggering one of its protections to slow down vulnerability scanners and other attackers probing the application.
  • Bot Protection
    - WAAS detects good-known bots and other bots, headless browsers, and automation frameworks. WAAS is also able to fend off cookie droppers and other primitive clients by mandating the use of cookies and Javascript for the client to reach the protected origin.
  • DoS Protection
    - WAAS is able to enforce rate limitation on IPs or Prisma Sessions to protect against high-rate and "low and slow" layer-7 DoS attacks.

How to deploy WAAS?

WAAS is deployed with Prisma Compute Defenders. The Defenders can operate as a transparent HTTP proxy as well as monitor the traffic from an Out-of-band network for the remote applications that do not have any Defenders installed.
The Inline Defenders evaluate client requests against security policies before relaying the requests to your application. The Out-of-band Defenders only send out alerts from the read-only copy of the network traffic.
Defenders are deployed into the environment in which the web applications run, and you can view the data on the Prisma Cloud management console.

How does WAAS work?

WAAS inspects the incoming and outgoing traffic to and from your application for discovery, monitoring, and protection. Once you deploy WAAS you get visibility into your attack surfaces such as the host, containers, and serverless functions. WAAS API observations list the endpoints of the APIs and the methods used by the APIs for communication. The WAAS discovery and API observations help in risk assessment and placing policies to protect your workflow.
Requests triggering one or more WAAS protections generate a WAAS "event audit" and action is taken based on the preconfigured action (see "WAAS Actions" below). WAAS’s event audits can be further explored in the "Monitor" section of Prisma Compute’s management console (
Monitor > Events
). In addition, event audits are registered in the Defender’s syslog thus allowing for integration with third-party analytics engines or SIEM platforms of choice.

How does WAAS inspection work on Prisma Cloud?

WAAS can inspect the traffic as an Inline proxy as well as an Out-of-band network.

WAAS Inline proxy

WAAS inspects all incoming requests and forwards them to the protected application if there are no malicious activities. The response from the application is in turn inspected by WAAS and sent to the user if it’s not violating any rules.
This way, the Inline proxy is more secure as it can stop the incoming and outgoing traffic flow, but it consumes high resources, and may also result in application outage. The inline proxy needs a Defender to be deployed in the environment.

WAAS Out-of-band

Out-of-band monitors both protected and unprotected workloads by inspecting the mirrored traffic. WAAS Out-of-band doesn’t interfere with client-server communications, nor does it impact the application performance.
WAAS v can be deployed with Defender or with CSP traffic mirroring.
  1. WAAS Out-of-band with Defender
    needs a Defender to be deployed in your workload environment to monitor the protected applications by using Out-of-band network communication.
  2. WAAS Out-of-band with VPC traffic mirroring
    is used in cases where it’s not possible to install Defender for each microservice. VPC traffic mirroring extends WAAS monitoring to instances regardless of whether they have Defenders deployed or not.
    This setup requires you to install a Defender on the target instance outside your workload environment, to remotely monitor the unprotected applications on your source instance by using the in-built traffic mirroring provided by CSP.
    For example, AWS VPC traffic mirroring feature copies the traffic from the source EC2 instance (with no Defender) to the target EC2 instance that has a host Defender installed within the same VPC.
WAAS Out-of-band setup has no latency cost. But as WAAS can’t control the traffic, it can only send out alerts to the Prisma Console.

Where do I begin with WAAS?

WAAS is enabled by adding a new WAAS rule. Whenever new policies are created, or existing policies are updated, Prisma Cloud immediately pushes them to all the resources to which they apply.
To deploy WAAS, create a new WAAS rule, select the resources on which to apply the rule, define your web application and select the protections to enable. For containerized web applications, Prisma Cloud creates a firewall instance for each container instance. For legacy (non-containerized web applications), Prisma Cloud creates a firewall for each host specified in the configuration.
Prisma Cloud can also protect Fargate-based web containers. +See WAAS for Fargate.

WAAS Actions

Requests that trigger a WAAS protection are subject to one of the following actions:
  • Alert
    - The request is passed to the protected application (where, the deployed Defender has complete visibility on your workload) or unprotected application (where, there is no Defender deployed on the workload instance but on a remote instance, for example, in v with VPC mirroring), and an audit is generated for visibility.
    Both In-line and Out-of-band WAAS deployment generate alerts to the Console.
  • Prevent
    - The request is denied from reaching the protected application, an audit is generated and WAAS responds with an HTML page indicating the request was blocked.
    Supported only in WAAS Inline proxy setup.
  • Ban
    - Can be applied on either IP or Prisma Session IDs. All requests originating from the same IP/Prisma Session to the protected application are denied for the configured time period (default is 5 minutes) following the last detected attack.
    Supported only in WAAS Inline proxy setup.
    WAAS implements state, which is required for banning user sessions by IP address. Because Defenders do not share state, any application replicated across multiple nodes must enable IP stickiness on the load balancer.
  • Disable
    - The WAAS action is disabled.
    Supported for both WAAS Inline and WAAS Out-of-band setups.

Supported Protocols, Message Parsers, and Decoders

Supported Protocols

  • HTTP 1.0, 1.1, 2.0 - full support of all HTTP methods
  • TLS 1.0, 1.1, 1.2, 1.3 for WAAS In-line only (not supported for WAAS Out-of-band)
  • gRPC
  • WebSockets Passthrough

Supported Message Parsers, and Decoders

  • GZip, deflate content encoding
  • HTTP Multipart content type
  • URL Query, x-www-form-urlencoded, JSON and XML parameter parsing
  • URL, HTML Entity, JS, BASE64 decoding
  • Overlong UTF-8

Recommended For You