Threat › Module 5 › Lesson 4
Lab — Mapping
Pack mapping threats, Navigator mock, and coverage gaps cards — mapping literacy file from $TI_LAB only.
Visual · t33_mapping_lab
Lab: mapping pack. $TI_LAB only. Original Cyberlium.
Opening
Mapping pack merges threat table to Navigator to gaps — paperwork before feeds module.
Lessons 5-1–5-3 named threat mapping, Navigator layers, and coverage gap analysis. This lab merges three sections into one $TI_LAB mapping artifact with M1 ethics and M3 IOC cross-references. No unauthorized live victim mapping — ATT&CK mapping paperwork only. Next: Quiz — Mapping and Navigator.
1. Lab contract: mapping and Navigator pack
Create $HOME/cyberlium-lab/t33-m05-l04-mapping-lab.txt merging threat mapping table, Navigator layer mock, and coverage gaps sections with $TI_LAB fictional campaign and M1/M3 cross-references.
Optional: note one gap that links back to a lab IOC from M3 inventory.
Command guide
Try these commands — Lab contract: mapping and Navigator pack
═══ TOOLS & WEBSITES ═══ Browse / read these (authorized learning only — stay in YOUR lab / program scope)
Navigator layer format — https://github.com/mitre-attack/attack-navigator MITRE ATT&CK — https://attack.mitre.org/ OpenCTI — https://docs.opencti.io/latest/
═══ 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 TI_LAB=${TI_LAB:-$HOME/cyberlium-lab/t33-ti}
cat > "$TI_LAB/attack/navigator-layer-stub.json" <<'EOF'
{
"name": "Cyberlium Lab Fake Campaign Coverage",
"description": "YOUR lab layer — fake IOC scenario only",
"domain": "enterprise-attack",
"techniques": [
{"techniqueID": "T1566.002", "score": 1, "comment": "phish-lab.example.com — fake"},
{"techniqueID": "T1071.001", "score": 1, "comment": "192.168.99.50 — RFC1918 lab"},
{"techniqueID": "T1059.003", "score": 1, "comment": "EICAR label — not malware"}
]
}
EOFCommand — copy this
grep -E 'T1566|T1071|fake' "$TI_LAB/attack/navigator-layer-stub.json"
grep -E 'mapping-threats|coverage-gaps|navigator-layer' "$TI_LAB/attack/mapping-threats-template.md" "$TI_LAB/attack/coverage-gaps-checklist.md" "$TI_LAB/attack/navigator-layer-stub.json"
python3 -c "print('Mapping lab: ATT&CK markdown + Navigator layer stub complete')"═══ WINDOWS ═══
Command — copy this
Get-Content $HOME/cyberlium-lab/t33-ti/attack/navigator-layer-stub.json | Select-String techniqueID
Primary tools to practice this lesson: grep, python3. Reference sites: Navigator layer format (https://github.com/mitre-attack/attack-navigator); MITRE ATT&CK (https://attack.mitre.org/); OpenCTI (https://docs.opencti.io/latest/). Run every command in the box — install first, then the usage lines — only on YOUR lab / program scope.
2. Cross-check ethics
Grep for live victim observables, unauthorized APT attribution, criminal marketplace refs — remove. Confirm official ATT&CK IDs and fictional lab labels only.
Navigator scores must include legend — no false 100% coverage claims.
3. Lock the proof
chmod 600 on the pack. Quiz next — then Feed Types.
Mapping literacy feeds STIX/TAXII and feed lessons in M6.
4. What you ship: mapping and Navigator pack for $TI_LAB
Merged mapping, Navigator, gaps sections. $TI_LAB named. chmod 600.
5. What you record before the next lesson
Date. Mapping pack path. $TI_LAB named. File t33-m05-l04-mapping-lab.txt chmod 600.
6. Wrong vs right: criminal markets vs YOUR lab IOCs
Worked failure — same MSF word, opposite target. Right never needs a café Wi-Fi or classmate laptop.
Wrong
Include live victim mapping rows. Mark all techniques covered without evidence.
Right
Write YOUR mapping pack for $TI_LAB. chmod 600. Next: Quiz — Mapping and Navigator.
Mission: freeze YOUR mapping pack on disk
1) Merge M5 literacy sections. 2) Confirm official ATT&CK IDs and lab labels. 3) Link M1/M3 cross-refs. 4) chmod 600.
Stuck? Ask Cyberlium AI Mentor
One governed mapping pack beats ten mislabeled technique spreadsheets.
Knowledge Check
APPLY: This lab requires:
Multiple choice
Knowledge Check
APPLY: True or False: Mapping pack must include Navigator score legend.
True or False
Knowledge Check
APPLY: Mapping pack supports:
Multiple choice