What problem does it solve?
Traditional VPNs expose broad network access once a user connects, and perimeter services remain visible to port scanners and attackers. This Skill guides the deployment of a Software-Defined Perimeter (SDP) per the CSA v2.0 specification so application infrastructure stays invisible until users are authenticated and authorized, enforcing zero trust network access aligned with NIST SP 800-207.
Core Features & Use Cases
- SDP Controller and Gateway Deployment: Step-by-step phases covering controller setup with IdP integration (SAML/OIDC), gateway deployment with default-drop firewalls, and client enrollment.
- Single Packet Authorization and mTLS: Implements SPA so gateways drop all unsolicited packets, plus mandatory mutual TLS with OCSP/CRL revocation checking.
- Misconfiguration Detection and Validation: Lists common failures (SPA disabled, optional client certs, missing revocation) and provides verification steps such as port scans and replay tests.
- Use Case: A security engineer replacing a legacy VPN uses this Skill to deploy SDP gateways in front of internal applications, then confirms with nmap that all ports show filtered to unauthorized hosts.
Quick Start
Ask the AI to walk you through deploying an SDP controller and gateway with SPA and mutual TLS for a zero trust pilot environment, including the validation checklist.