Cyberlium

Zero › Module 6 › Lesson 4

BeginnerModule 6Lesson 4/5

Lab — Network

Pack ZTNA, SASE, VPN comparison, and microseg cross-link — network pillar file from $ZT_LAB.

25 min+40 XP3 quiz
Module progress4 of 5

Visual · t40_network_lab

Lab: network pillar pack. $ZT_LAB only. Original Cyberlium.

Opening

Network pack merges ZTNA/SASE literacy with M5 microseg diagram — north-south and east-west on one LAB-ZT-001 page.

Merge M5 microseg-pack with M6 ZTNA, SASE, VPN comparison into network-pillar-pack.md. Combined diagram: remote user → ZTNA → app; internal east-west segments behind connector. No VPN bypass, unauthorized broker config on production, or attack tools. Next: Quiz — Network ZTNA/SASE.

1. Lab contract: network pillar pack

network-pillar-pack.md: microseg cross-link + ZTNA card + SASE map + VPN comparison + combined diagram.

LAB SAMPLE header; link identity and device packs for posture path.

Command guide

Try these commands — Lab contract: network pillar pack

═══ TOOLS & WEBSITES ═══ Browse / read these (authorized learning only — stay in YOUR lab / program scope)

NIST SP 800-207 — https://csrc.nist.gov/publications/detail/sp/800-207/final CISA ZTMM Networks — https://www.cisa.gov/zero-trust-maturity-model

═══ INSTALL ═══

Linux (Debian/Ubuntu):

Command — copy this

sudo apt install curl

macOS: Built-in

Windows: Built-in (PowerShell: Invoke-WebRequest)

═══ LINUX / macOS ═══

Command — copy this

export ZT_LAB=${ZT_LAB:-$HOME/cyberlium-lab/t40-zt}
export ZT_NETWORK=${ZT_NETWORK:-$ZT_LAB/LAB-ZT-001/network}
cat > "$ZT_NETWORK/network-pillar-pack.md" <<'EOF'
# Network Pillar Pack — LAB-ZT-001
Includes: microseg-pack.md + ztna-architecture-card.md + sase-capability-map.md + vpn-vs-ztna-comparison.md
Combined diagram:
```
Remote User → ZTNA → App  |  Internal: Web→App→DB segments
```
Cross-ref: identity pack, device pack, microseg deny-default
Refused: VPN bypass, unauthorized broker tampering
LAB SAMPLE — NOT FOR PRODUCTION ARCHITECTURE CLAIMS
EOF

Command — copy this

grep -E 'Network Pillar|Combined|Refused|LAB SAMPLE' "$ZT_NETWORK/network-pillar-pack.md"
cat > "$ZT_LAB/notes/network-lab-summary.md" <<'EOF'
# Network Lab Summary — YOUR lab
- ZTNA + SASE + VPN comparison + microseg cross-link
- north-south and east-west on one diagram stub
## Refusals
- No VPN bypass; no unauthorized scanning
EOF

Command — copy this

grep -E 'ZTNA|Refusals' "$ZT_LAB/notes/network-lab-summary.md"
curl -sS https://csrc.nist.gov/publications/detail/sp/800-207/final | head -3

═══ WINDOWS ═══

Command — copy this

Get-Content $HOME/cyberlium-lab/t40-zt/LAB-ZT-001/network/ztna-architecture-card.md | Select-String Broker

Primary tools to practice this lesson: grep, curl. Reference sites: NIST SP 800-207 (https://csrc.nist.gov/publications/detail/sp/800-207/final); CISA ZTMM Networks (https://www.cisa.gov/zero-trust-maturity-model). Run every command in the box — install first, then the usage lines — only on YOUR lab / program scope.

2. Cross-check

Remove VPN bypass, broker API keys, employer VPN configs, real public IPs.

Fictional example.zt.local apps only.

3. Lock

chmod 600. Quiz next — Data Classification.

Network pack feeds data/app boundary in M7.

4. What you ship: network pillar pack

Merged network artifacts in LAB-ZT-001/network/. $ZT_LAB. chmod 600.

5. What you record before the next lesson

Date. Network pack path. $ZT_LAB named. File t40-m06-l04-network-lab.txt chmod 600.

6. Wrong vs right: bypass cookbooks vs YOUR ZT design

Worked failure — same MSF word, opposite target. Right never needs a café Wi-Fi or classmate laptop.

  • Wrong

    Include VPN credential brute-force appendix. Paste employer Zscaler export.

  • Right

    Write network pillar pack for $ZT_LAB. Next: Quiz — Network ZTNA/SASE.

Mission: network pillar pack

1) Merge M5 microseg + M6 ZTNA/SASE sections. 2) Combined north-south + east-west diagram. 3) Ethics cross-refs. 4) chmod 600.

Stuck? Ask Cyberlium AI Mentor

One diagram showing ZTNA path AND internal segments sells the story to stakeholders.

Knowledge Check

1

APPLY: Network lab pack includes:

Multiple choice

Knowledge Check

2

APPLY: True or False: Network pack links remote ZTNA and internal microseg.

True or False

Knowledge Check

3

APPLY: Network lab refuses:

Multiple choice

← Previous

Answer all 3 knowledge checks to continue. (0/3 answered)