Auto-sync: 2026-04-19 06:32

This commit is contained in:
2026-04-19 06:32:15 +08:00
parent 56f49ecd5b
commit a1636ec67a
92 changed files with 3251 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
---
title: "SPI Features"
type: concept
tags:
- Network-Security
- Firewall
---
## Definition
SPIStateful Packet Inspection是一种状态包检查防火墙功能能够追踪活跃连接的状态基于连接状态做出过滤决策而非仅依赖静态规则。
## Application
在 AWS Landing Zone 网络隔离场景中Checkpoint 防火墙启用 SPI 功能默认拒绝default deny策略仅允许必需的服务和网络段进入 Landing Zone。
## Related Concepts
- [[Network-Segregation]]
- [[Checkpoint-Firewall]]