Cyberlium

SOC › Module 2 › Lesson 4

BeginnerModule 2Lesson 4/5

Lab — Fundamentals

Pack SOC mission, tier, and tools cards — fundamentals file from $SOC_LAB only.

25 min+40 XP3 quiz
Module progress4 of 5

Visual · t29_fundamentals_lab

Lab: fundamentals pack. $SOC_LAB only. Original Cyberlium.

Opening

Fundamentals pack ties mission to tiers to tools — paperwork before SIEM literacy module.

Lessons 2-1–2-3 named SOC mission, tier duties, and tool classes. This lab merges mission card, tier/escalation card, and tools workflow into one $SOC_LAB fundamentals artifact. No live vendor access — classification paperwork only. Next: Quiz — SOC Fundamentals.

1. Lab contract: fundamentals pack

Create $HOME/cyberlium-lab/t29-m02-l04-fundamentals-lab.txt merging mission, tier, and tools sections with $SOC_LAB sample alert reference and M1 ethics cross-reference.

Optional: paste one redacted fictional ticket title from YOUR lab — no real customer names.

Command guide

Try these commands — Lab contract: fundamentals pack

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

NIST IR — https://csrc.nist.gov/publications/detail/sp/800-61/rev-2/final Elastic SIEM — https://www.elastic.co/guide/en/security/current/index.html Splunk — https://docs.splunk.com/

═══ INSTALL ═══

Linux (Debian/Ubuntu):

Command — copy this

sudo apt install python3

macOS:

Command — copy this

brew install python3

Windows: Download https://python.org/downloads/

═══ LINUX / macOS ═══

Command — copy this

export SOC_LAB=${SOC_LAB:-$HOME/cyberlium-lab/t29-soc}
python3 - <<'PY'
shift = ['Start: review overnight alerts (YOUR alerts.json)', 'Mid: jq failed logons, update triage sheets', 'End: handoff notes for next analyst']
print('SOC L1 shift checklist (YOUR lab):')
for s in shift: print(f'  [ ] {s}')
PY

Command — copy this

grep SCOPE "$SOC_LAB/notes/no-unauthorized-siem.txt"
grep -E 'L1 daily|never' "$SOC_LAB/notes/soc-l1-duties.txt"

═══ WINDOWS ═══

Command — copy this

Get-Content $HOME/cyberlium-lab/t29-soc/notes/soc-l1-duties.txt | Select-String L1
Write-Output 'SOC L1: triage YOUR seeded alerts — never unauthorized SIEM access'

Primary tools to practice this lesson: grep, python3. Reference sites: NIST IR (https://csrc.nist.gov/publications/detail/sp/800-61/rev-2/final); Elastic SIEM (https://www.elastic.co/guide/en/security/current/index.html); Splunk (https://docs.splunk.com/). Run every command in the box — install first, then the usage lines — only on YOUR lab / program scope.

2. Cross-check refusal boundaries

Grep pack for production tenant URLs, live alert IDs, victim hostnames — redact or delete. Fundamentals pack stays documentary.

Update pack if you rotate lab sample alert — note new sample filename.

3. Lock the proof

chmod 600 on the pack. Quiz next — then SIEM Job.

Fundamentals literacy feeds SIEM query lessons in M3.

4. What you ship: fundamentals pack for $SOC_LAB

Merged mission, tier, tools sections. $SOC_LAB named. NO live consoles. chmod 600.

5. What you record before the next lesson

Date. Fundamentals pack path. $SOC_LAB named. File t29-m02-l04-fundamentals-lab.txt chmod 600.

6. Wrong vs right: stranger SIEM vs YOUR sample logs

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

  • Wrong

    Include live ServiceNow ticket export in pack. Skip tier escalation section.

  • Right

    Write YOUR fundamentals pack for $SOC_LAB. chmod 600. Next: Quiz — SOC Fundamentals.

Mission: freeze YOUR fundamentals pack

1) Merge M2 literacy sections. 2) Confirm zero production tenant refs. 3) Link M1 ethics cross-ref. 4) chmod 600.

Stuck? Ask Cyberlium AI Mentor

One fundamentals page beats ten unauthorized dashboard screenshots.

Knowledge Check

1

APPLY: This lab requires:

Multiple choice

Knowledge Check

2

APPLY: True or False: Fundamentals pack should reference $SOC_LAB sample alert.

True or False

Knowledge Check

3

APPLY: Fundamentals pack should include:

Multiple choice

← Previous

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