Files
nexus/wiki/concepts/WAF.md
2026-04-19 00:02:42 +08:00

22 lines
656 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "WAF (Web Application Firewall)"
type: concept
tags:
- Security
- AWS
- Web-Protection
date-added: 2026-04-18
---
## Description
Web Application FirewallWAF是一种保护 Web 应用免受常见攻击(如 SQL 注入、跨站脚本、XSS 等)的安全服务。在 SaaS Landing Zone 中WAF 监控传入产品账号的流量。
## Role in SaaS Landing Zone
- 监控 Product Accounts 的入站流量
- 防护 Web 应用免受常见攻击
- 可与 CloudFront 集成实现端到端安全
## Related
- [[AWS]]:云服务提供商
- [[CloudFront]]CDN 服务
- [[ctp-topic-7-saas-landing-zone-design]]SaaS Landing Zone 设计