A WAF profile is a critical component of a WAF configuration. It defines criteria for determining whether traffic is unwanted or malicious. There are three main components to a profile, which are:
Component | Description |
---|---|
Threat Detection Categories | A set of OWASP Core Rule Sets define the methods through which WAF will detect application layer attacks. |
Access Controls | Traffic may be whitelisted and/or blacklisted by IP address, country, request URL, or by referrer. |
Global Settings | These settings define a basic delivery profile that all valid requests must meet. |
To create a profile
Getting Started with Web Application Firewall