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
(OWASP projects of this type)
(Making the page comprehensive with vendor listings and disclaimer. Please look into table formatting.)
Line 9: Line 9:
 
==Important selection criteria==
 
==Important selection criteria==
  
For more information on web application firewall evaluation criteria, please visit [http://www.webappsec.org/projects/wafec/ Web Application Firewall Evaluation Criteria].
+
For more information on web application firewall evaluation criteria, please visit [http://www.webappsec.org/projects/wafec/ Web Application Firewall Evaluation Criteria].  
  
 
== Tools ==
 
== Tools ==
Line 17: Line 17:
 
* https://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project
 
* https://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project
 
* [https://www.owasp.org/index.php/OWASP_NAXSI_Project NAXSI] is a WAF for NGINX.
 
* [https://www.owasp.org/index.php/OWASP_NAXSI_Project NAXSI] is a WAF for NGINX.
 +
 +
== 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.
 +
 +
{{: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]]
 
[[Category: OWASP WAF]]
 
[[Category: OWASP WAF]]
 +
 +
== References  ==
 +
*https://en.wikipedia.org/wiki/Application_firewall
 +
*http://projects.webappsec.org/w/page/13246985/Web%20Application%20Firewall%20Evaluation%20Criteria

Revision as of 11:19, 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

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.

Name Owner Licence Platforms
Barracuda Web Application Firewall Barracuda Commercial On-premise/Cloud
CloudFlare WAF CloudFlare Commercial Cloud
IndusGuard Web Application Firewall Indusface Commercial On-premise/Cloud

References