WAAS Flashcards
What are the major WAAS capabilities? (8)
- OWASP Top-10 Coverage
- API Protection
- Access Control
- File Upload Control
- Detection of Unprotected Web Applications
- Penalty Box for Attackers
- Bot Protection
- DoS Protection
How does WAAS control access to protected applications?
Using Geo-based, IP-based, or HTTP Header-based user defined restrictions.
What is the amount of time when a ban is enforced n of IPs that have triggered its protections in order to slow down vulnerability scanners and other attackers probing the application?
5 minutes
What does Defender do in case it encounters encrypted sessions that require WAAS inspection?
Defender decrypts the traffic, examines the content, and then re-encrypts it.
What are the different WAAS Actions
?
-
Alert
- The request is passed to the protected application and an audit is generated for visibility
-
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.
-
Ban (3)
- A 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 (the default is five minutes) following the last detected attack
How does Prisma Cloud pushes policies to all resources to which they apply?
Whenever new policies are created or existing
policies are updated.
How is WAAS enabled?
By adding a new WAAS rule.
How does WAAS protect containerized web applications?
Prisma Cloud creates a firewall instance for each container instance
How does WAAS protect non-containerized web applications?
Prisma Cloud creates a firewall for each host specified in the configuration