Cyberlium

Zero › Module 3 › Lesson 4

BeginnerModule 3Lesson 4/5

Lab — Identity

Pack identity named, MFA conditional, and PAM cards — identity pillar file from $ZT_LAB with combined policy matrix.

25 min+40 XP3 quiz
Module progress4 of 5

Visual · t40_identity_lab

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

Opening

Identity pack merges IdP architecture, conditional access, and PAM into one LAB-ZT-001 identity folder artifact.

Lessons 3-1–3-3 named identity components, conditional access, and PAM. Merge into identity pillar pack under $ZT_LAB/LAB-ZT-001/identity/ with cross-links to M2 principles diagram. No credential attacks, real user PII, or employer IdP exports. Next: Quiz — Identity Pillar.

1. Lab contract: identity pillar pack

Merge identity card, CA matrix, PAM checklist into identity-pillar-pack.md with LAB SAMPLE header.

Optional ASCII: User → IdP → CA → App with PAM branch for admin path.

Command guide

Try these commands — Lab contract: identity pillar pack

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

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

═══ 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_IDENTITY=${ZT_IDENTITY:-$ZT_LAB/LAB-ZT-001/identity}
cat > "$ZT_IDENTITY/identity-pillar-pack.md" <<'EOF'
# Identity Pillar Pack — LAB-ZT-001
Includes: identity-architecture-card.md, conditional-access-matrix.md, pam-checklist.md
```
User → LabIdP → CA policies → App
              ↘ PAM (admin path)
```
Cross-ref: M2 verify-explicitly-flow.md
LAB SAMPLE — NOT FOR PRODUCTION ARCHITECTURE CLAIMS
EOF

Command — copy this

grep -E 'Identity Pillar|LAB SAMPLE|CA policies' "$ZT_IDENTITY/identity-pillar-pack.md"
cat > "$ZT_LAB/notes/identity-lab-summary.md" <<'EOF'
# Identity Lab Summary — YOUR lab
- identity-architecture-card.md + CA matrix + PAM checklist
- identity-pillar-pack.md merged index
## Refusals
- No credential attacks; no employer IdP exports
EOF

Command — copy this

grep -E 'Refusals|identity-architecture' "$ZT_LAB/notes/identity-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/identity/conditional-access-matrix.md | Select-String CA-001

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

2. Cross-check

Grep real emails, password hashes, MFA bypass, employer tenant GUIDs — remove.

Link M1 ethics and M2 verify-explicitly cross-refs.

3. Lock

chmod 600. Quiz next — Device Posture.

Identity pack feeds device trust module boundary.

4. What you ship: identity pillar pack

Merged identity artifacts in LAB-ZT-001/identity/. $ZT_LAB. NO credential attacks. chmod 600.

5. What you record before the next lesson

Date. Identity pack path. $ZT_LAB named. File t40-m03-l04-identity-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 credential stuffing script appendix. Paste employer CA policy export.

  • Right

    Write identity pillar pack for $ZT_LAB. Next: Quiz — Identity Pillar.

Mission: identity pillar pack

1) Merge M3 literacy sections. 2) Combined identity diagram stub. 3) Ethics cross-refs. 4) chmod 600.

Stuck? Ask Cyberlium AI Mentor

Identity pack is input to device posture checks in next module.

Knowledge Check

1

APPLY: Identity lab pack includes:

Multiple choice

Knowledge Check

2

APPLY: True or False: Identity pack should be LAB SAMPLE labeled.

True or False

Knowledge Check

3

APPLY: Identity lab refuses:

Multiple choice

← Previous

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