AWS CCP Notes

Search

Search IconIcon to open search

25-17 AWS WAF

Last updated Aug 17, 2023 Edit Source

# AWS WAF

35 AWS Web Application Firewall (WAF) protect your web applications from common web exploits

Protect web applications from attacks covered in the OWASP Top 10 most dangerous attacks:

  1. Injection
  2. Broken Authentication
  3. Sensitive data exposure
  4. XML External Entities (XXE)
  5. Broken Access control
  6. Security misconfigurations
  7. Cross-Site Scripting (XSS)
  8. Insecure Deserialization
  9. Using Components with known vulnerabilities
  10. Insufficient logging and monitoring