Network Security
Web Application Firewall (WAF)
Also known as: WAF
Definition
A reverse-proxy filter that inspects HTTP/HTTPS traffic to block web attacks such as SQL injection, XSS, and bot abuse before they reach the application.
Examples
- AWS WAF blocking a request containing a UNION SELECT payload before it reaches the application.
- Cloudflare WAF rate-limiting login endpoints to mitigate credential stuffing.
Related terms
Firewall
A network security device or software that monitors and controls inbound and outbound traffic based on a defined ruleset, separating trusted from untrusted networks.
Next-Generation Firewall (NGFW)
An advanced firewall that combines stateful inspection with application awareness, integrated IPS, user-identity controls, and TLS inspection to enforce richer policies.
Reverse Proxy
Reverse Proxy — definition coming soon.
OWASP Top 10
OWASP Top 10 — definition coming soon.
RASP (Runtime Application Self-Protection)
A defense embedded inside a running application that monitors execution context and blocks malicious behavior, such as injection or deserialization attacks, in real time.
API Security
API Security — definition coming soon.