This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Web Application Firewall"

From OWASP
Jump to: navigation, search
(Making the page comprehensive with vendor listings and disclaimer. Please look into table formatting.)
(removing listing of commercial tools and referring to WAFEC instead)
Line 19: Line 19:
  
 
== Tools Listing  ==
 
== Tools Listing  ==
'''Disclaimer:''' The tools listing in the table below has been presented in an alphabetical order. OWASP does not endorse any of the Vendors or Web Application Firewalls by listing them in the table below. We have made every effort to put this information as accurately as possible. If you are the vendor of a tool below and think that this information is incomplete or incorrect, please send an e-mail to our mailing list and we will make every effort to correct this information.
+
Consider the Web Application Firewall Evaluation Criteria Project (WAFEC) to help evaluate commercial and open source web application firewalls. https://www.owasp.org/index.php/WASC_OWASP_Web_Application_Firewall_Evaluation_Criteria_Project
 
 
{{:Template:OWASP Tool Headings}}
 
{{OWASP Tool Info ||tool_name = [https://www.barracuda.com/products/webapplicationfirewall Barracuda Web Application Firewall] || tool_owner = Barracuda || tool_licence = Commercial || tool_platforms = On-premise/Cloud}}
 
|
 
{{OWASP Tool Info || tool_name = [https://www.cloudflare.com/waf CloudFlare WAF] || tool_owner = CloudFlare || tool_licence = Commercial || tool_platforms = Cloud}}
 
|
 
{{OWASP Tool Info || tool_name = [https://www.indusface.com/index.php/products/indusguard-waf IndusGuard Web Application Firewall] || tool_owner = Indusface || tool_licence = Commercial || tool_platforms = On-premise/Cloud}}
 
|}
 
 
 
  
 
[[Category: Control]]
 
[[Category: Control]]

Revision as of 19:49, 15 September 2015

This is a countermeasure. To view all countermeasures, please see the Countermeasure Category page.

Description

A web application firewall (WAF) is an appliance, server plugin, or filter that applies a set of rules to an HTTP conversation. Generally, these rules cover common attacks such as cross-site scripting (XSS) and SQL injection. By customizing the rules to your application, many attacks can be identified and blocked. The effort to perform this customization can be significant and needs to be maintained as the application is modified.

A far more detailed description is available at Wikipedia.

Important selection criteria

For more information on web application firewall evaluation criteria, please visit Web Application Firewall Evaluation Criteria.

Tools

OWASP projects of this type

Tools Listing

Consider the Web Application Firewall Evaluation Criteria Project (WAFEC) to help evaluate commercial and open source web application firewalls. https://www.owasp.org/index.php/WASC_OWASP_Web_Application_Firewall_Evaluation_Criteria_Project

References