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"
(→OWASP Projects) |
(→Choosing a Web Application Firewall) |
||
Line 11: | Line 11: | ||
* 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 | ||
* Consider the Web Application Firewall Evaluation Criteria Project (WAFEC) to help evaluate commercial and open source web application firewalls. | * Consider the Web Application Firewall Evaluation Criteria Project (WAFEC) to help evaluate commercial and open source web application firewalls. | ||
− | |||
− | |||
− | |||
[[Category: Control]] | [[Category: Control]] |
Revision as of 19:54, 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.
OWASP Projects
- https://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project
- Consider the Web Application Firewall Evaluation Criteria Project (WAFEC) to help evaluate commercial and open source web application firewalls.