Cyberlium

Cloud › Module 9 › Lesson 4

BeginnerModule 9Lesson 4/5

Lab — Findings

Findings lab on `$CLOUD_LAB` — writeup, priority backlog, responsible cloud checklist bundled.

25 min+40 XP3 quiz
Module progress4 of 5

Visual · t31_findings_lab

Lab: findings pack from YOUR $CLOUD_LAB scan artifacts. Original Cyberlium.

Opening

Ship professional findings artifacts from YOUR lab scans — writeup, priority, ethics — zero stranger tenant evidence or escape PoCs.

From `$CLOUD_LAB` labs Modules 6–8: (1) report cover — scope, RoE, analyst, UTC; (2) one complete finding writeup Module 9-1; (3) prioritized backlog five findings Module 9-2; (4) responsible cloud checklist Module 9-3; (5) remediation summary stub linking Docker/K8s/tool rows; (6) limitations paragraph (lab vs prod, brief gaps); (7) integrity — `$CLOUD_LAB` only, no stranger tenant scan, no escape PoC repro, no prod paste; (8) chmod 600 index.md. Professional tone — mentor-readable. Cross-link container, K8s, and tools packs.

1. Lab deliverables

Writeup + priority backlog + responsible cloud — single findings thread.

Limitations paragraph mandatory — honest lab scope.

Command guide

Try these commands — Lab deliverables

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

Security Hub findings — https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html Defender recommendations — https://learn.microsoft.com/en-us/azure/defender-for-cloud/recommendations-reference Checkov — https://www.checkov.io/

═══ INSTALL ═══

Linux (Debian/Ubuntu):

Command — copy this

pipx install awscli  # or official AWS CLI v2

macOS:

Command — copy this

brew install awscli

Windows: Install AWS CLI v2 from Amazon

═══ LINUX / macOS ═══

Command — copy this

export CLOUD_LAB=${CLOUD_LAB:-$HOME/cyberlium-lab/t31-cloud}

YOUR ACCOUNT — compile findings lab

Command — copy this

aws sts get-caller-identity 2>/dev/null || echo 'AWS findings lab requires YOUR account'
cat > "$CLOUD_LAB/findings/findings-lab-index.md" <<'EOF'
# Findings Lab Index — YOUR accounts
- aws/iam-lab-findings.md
- aws/s3-hygiene-checklist.md (gaps → finding writeups)
- azure/azure-lab-findings.md
- containers/docker-lab-findings.md
- tools/tools-lab-summary.md (checkov/trivy)
- finding-writeup-template.md (copy per finding)
## Integrity
- All findings from YOUR authorized assets only
EOF

Command — copy this

grep -E 'findings|Integrity|YOUR' "$CLOUD_LAB/findings/findings-lab-index.md"
ls "$CLOUD_LAB/findings/"

═══ WINDOWS ═══

Command — copy this

Get-Content $HOME/cyberlium-lab/t31-cloud/findings/responsible-cloud-practices.txt | Select-String NEVER

Primary tools to practice this lesson: grep, aws. Reference sites: Security Hub findings (https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html); Defender recommendations (https://learn.microsoft.com/en-us/azure/defender-for-cloud/recommendations-reference); Checkov (https://www.checkov.io/). Run every command in the box — install first, then the usage lines — only on YOUR lab / program scope.

2. Quality bar

Each finding traceable to Module 6–8 evidence row.

Zero exploit PoC or stranger ARN in any section.

3. Integrity scan

Scan for stranger tenant refs, escape PoC, prod paste — zero hits.

Practice label if brief requires.

4. What you ship: findings lab pack

Writeup + priority + ethics + index + integrity — chmod 600.

5. What you record before the next lesson

Findings lab pack path.

6. Wrong vs right: stranger tenants vs YOUR cloud accounts

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

  • Wrong

    Findings lab includes stranger org scan export and escape PoC repro appendix.

  • Right

    Findings lab pack on `$CLOUD_LAB`. Next: quiz.

Mission: findings lab

1) Finding writeup complete. 2) Priority backlog five rows. 3) Responsible cloud checklist. 4) Integrity scan; chmod 600.

Stuck? Ask Cyberlium AI Mentor

Ask Mentor: “Minimum writeups if brief sparse?”

Knowledge Check

1

APPLY: Findings lab includes:

Multiple choice

Knowledge Check

2

APPLY: True or False: Hide limitations in findings lab.

True or False

Knowledge Check

3

APPLY: Finding writeup repro:

Multiple choice

← Previous

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