Cyberlium
Cyberlium
Cyberlium on Android·Google Play Store

Learn cybersecurity with hands-on labs and AI mentor support on your phone.

DevSecOps › Module 6 › Lesson 1

BeginnerModule 6Lesson 1/5

IaC Threats

IaC threat literacy — misconfiguration, overly permissive IAM, state exposure, drift, secret leakage — named rows on YOUR `$DEVSEC_LAB` Terraform stubs only.

15 min+39 XP3 quiz
Module progress1 of 5

Visual · t36_iac_threats

IaC threats = named misconfig rows. $DEVSEC_LAB. Original Cyberlium.

Opening

Cloud breaches often start in Terraform — name IaC threat categories on YOUR lab stubs before scanning stranger org repos or prod without ticket.

IaC threat literacy names: misconfiguration category (public bucket, open SG literacy stub), overly permissive IAM category, state file exposure category, configuration drift category, and secret-in-code leakage category. Analyst documents IaC threat card on `$DEVSEC_LAB` self-authored Terraform stub — maps each threat row to Module 5 pipeline hygiene — without scanning employer prod accounts without authorization, without cloning stranger org IaC repos, without pipeline sabotage recipes against third-party CI. Cyberlium teaches shift-left IaC vocabulary on YOUR labeled notes under $HOME/cyberlium-lab/t36-devsec/ — defender literacy only. Refused: stranger org IaC scans, prod deploy without ticket, weaponized pipeline tampering. Lab row: IaC threat card (five threat rows, stub resource link, mitigation literacy stub). chmod 600.

1. Named IaC threat rows

Misconfiguration, permissive IAM, state exposure, drift, secret leakage — five literacy anchors.

Each row cites YOUR lab Terraform stub — not generic cloud breach blog advice.

Command guide

Try these commands — Named IaC threat rows

═══ DOCKER & CONTAINER AUDIT ═══

Check container running state and port bindings

Command — copy this

docker ps --format "table {{.ID}}	{{.Image}}	{{.Status}}	{{.Ports}}" 2>/dev/null || echo "docker ps"

Inspect container for elevated capabilities and root user

Command — copy this

docker inspect --format '{{json .HostConfig.Privileged}}' <container_id> 2>/dev/null || true

Run security vulnerability scan on container image using Trivy

Command — copy this

trivy image --severity HIGH,CRITICAL alpine:3.19 2>/dev/null || echo "trivy image alpine:3.19"

═══ KUBERNETES RBAC AUDIT ═══ Check current permissions in namespace

Command — copy this

kubectl auth can-i --list 2>/dev/null || echo "kubectl auth can-i"

Primary tools to practice this lesson: curl, grep. Reference sites: GitHub Actions security (https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions); Gitleaks (https://gitleaks.io/); Aqua Trivy (https://aquasecurity.github.io/trivy/); Bridgecrew Checkov (https://www.checkov.io/). Run every command in the box — install first, then the usage lines — only on YOUR lab / program scope.

2. Shift-left link

IaC threats surface before runtime — link Module 3 pipeline stage rows.

Threat card feeds Checkov scan scope from Module 6-3 — same stub thread.

3. $DEVSEC_LAB boundary

IaC notes from YOUR authorized lab repos only — not stranger org pipelines.

Refused: prod account scans without ticket, stranger IaC clones, pipeline sabotage recipes.

4. What you ship: IaC threat card

Five threat rows + stub resource link + mitigation stub + NEVER stranger org IaC scan line.

5. What you record before the next lesson

IaC threat card path.

6. Wrong vs right: stranger orgs vs YOUR repos

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

  • Wrong

    Clone stranger org Terraform repo from public leak dump as 'IaC threat research' without authorization.

  • Right

    IaC threat card from `$DEVSEC_LAB` Terraform stub. Next: Terraform Hygiene.

Mission: IaC threat card

1) Name five IaC threat literacy rows. 2) Map each to a lab stub resource. 3) Mitigation literacy stub per row. 4) Write NEVER stranger org IaC scan line.

Stuck? Ask Cyberlium AI Mentor

Ask Mentor: “Misconfig vs drift — literacy split on lab stub?”

Knowledge Check

1

APPLY: IaC threat literacy on Cyberlium uses:

Multiple choice

Knowledge Check

2

APPLY: True or False: Stranger org IaC scans belong in DevSec lab.

True or False

Knowledge Check

3

APPLY: IaC threat card includes:

Multiple choice

← Previous

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