Cyberlium

SOC › Module 10 › Lesson 2

BeginnerModule 10Lesson 2/5

Lab Path

SOC Level 1 literacy path on $SOC_LAB — sample logs to mentor handoff with ethics gates at every station.

25 min+40 XP3 quiz
Module progress2 of 5

Visual · t29_lab_path

Lab path = visual SOC chain on YOUR $SOC_LAB. Original Cyberlium.

Opening

Draw the path from lab scope to mentor handoff — with stop signs at every unauthorized SIEM and attack shortcut.

Document literacy path: $SOC_LAB setup → SIEM query literacy → log sources → detection rules → triage → common detections (phishing/malware/brute triage only) → ticketing/escalation → report/handoff → capstone. Ethics gates: unauthorized prod SIEM, phishing send, malware authoring, brute-force run, prod ticket/escalation, prod case paste — refused paths labeled red. UTC milestones and artifact IDs per station. Mermaid or sketch chmod 600. Honest N/A if brief skipped live SIEM — labeled. Defender breakpoint: where RoE or triage discipline prevented out-of-scope test.

1. Path stations

Setup, SIEM, sources, rules, triage, detections, ticketing, report, handoff — nine minimum stations.

Each station links evidence index row and module lesson ID.

Command guide

Try these commands — Path stations

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

Elastic Security — https://www.elastic.co/guide/en/security/current/index.html Splunk ES — https://docs.splunk.com/Documentation/ES MITRE — https://attack.mitre.org/

═══ INSTALL ═══

Linux (Debian/Ubuntu):

Command — copy this

sudo apt install jq
sudo apt install curl

macOS:

Command — copy this

brew install jq

Windows:

Command — copy this

choco install jq

Built-in (PowerShell: Invoke-WebRequest)

═══ LINUX / macOS ═══

Command — copy this

export SOC_LAB=${SOC_LAB:-$HOME/cyberlium-lab/t29-soc}
echo '=== Capstone step 1: seed alert → enrich ==='
jq '.[] | select(.id=="ALR-002")' "$SOC_LAB/logs/alerts.json"
jq -c 'select(.src_ip=="203.0.113.50")' "$SOC_LAB/logs/auth.jsonl"
curl -sS https://attack.mitre.org/techniques/T1110/ | head -8

Primary tools to practice this lesson: jq, curl. Reference sites: Elastic Security (https://www.elastic.co/guide/en/security/current/index.html); Splunk ES (https://docs.splunk.com/Documentation/ES); MITRE (https://attack.mitre.org/). Run every command in the box — install first, then the usage lines — only on YOUR lab / program scope.

2. Ethics overlay

Red stops: unauthorized SIEM, offensive detection cookbooks, prod tickets/escalation, prod case paste.

RoE branch always green start — sample alerts on separate labeled branch.

3. Integrity breakpoint

Mark where scope check or triage discipline prevented out-of-RoE test.

One paragraph uplift from YOUR $SOC_LAB path.

4. What you ship: lab path diagram

SOC chain with ethics gates + UTC milestones — chmod 600.

5. What you record before the next lesson

Lab path diagram path.

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

    Lab path includes phishing campaign shortcut lane.

  • Right

    Lab path documented for $SOC_LAB. Next: Evidence Pack.

Mission: lab path diagram

1) Map nine stations. 2) Add six ethics gates. 3) UTC milestones per station. 4) Link evidence index IDs.

Stuck? Ask Cyberlium AI Mentor

Ask Mentor: “Diagram vs numbered list for capstone?”

Knowledge Check

1

APPLY: Lab path documents:

Multiple choice

Knowledge Check

2

APPLY: True or False: Offensive attack shortcut OK on path.

True or False

Knowledge Check

3

APPLY: Path ends at:

Multiple choice

← Previous

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