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

Web Application Firewall

From OWASP
Revision as of 14:43, 7 September 2006 by OWASP (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Description

A web application firewall 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 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 will need to maintained as the application is modified.

You may find the Web Application Firewall Evaluation Criteria useful for evaluating the performance and other characteristics of a WAF.

Related Threats

Related Attacks

Related Vulnerabilities

Related Countermeasures