Cyberlium
Cyberlium
Cyberlium on Android·Google Play Store

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

Purple › Module 2 › Lesson 2

BeginnerModule 2Lesson 2/5

Methodology

Purple methodology literacy names plan-execute-measure-tune cycles, ATT&CK mapping, and coverage goals — map methodology on YOUR $PURPLE_LAB exercise plans.

15 min+40 XP3 quiz
Module progress2 of 5

Visual · t35_methodology

Purple methodology literacy. $PURPLE_LAB only. Original Cyberlium.

Opening

Exercises without methodology produce noise — literacy teaches repeatable purple cycles on scenarios you document.

Purple methodology follows plan-execute-measure-tune: plan the exercise with technique selection and success criteria, execute on authorized lab hosts, measure detection coverage and alert quality, tune rules and re-test. ATT&CK mapping labels which techniques were simulated and which detections fired. Cyberlium outlines methodology on YOUR $PURPLE_LAB — write plan-execute-measure-tune row for one fictional exercise. Next: Roles Comms.

1. Methodology phases (named)

Plan: select ATT&CK techniques, define lab hosts, set detection success criteria, document rules of engagement. Execute: run simulation on YOUR lab hosts only, capture telemetry. Measure: did rules fire? false positives? gaps? Tune: update Sigma/SIEM rules, re-test on lab hosts.

On $PURPLE_LAB, write methodology row — phase, activity, artifact for one fictional T1059 PowerShell exercise.

Command guide

Try these commands — Methodology phases (named)

═══ LINUX / macOS (Terminal Practice) ═══

Check system state and user context

Command — copy this

id
whoami
uname -a

Inspect network sockets listening for connections

Command — copy this

ss -tuln 2>/dev/null || netstat -tuln

Audit active processes

Command — copy this

ps aux | grep -v "\[" | head -15

═══ WINDOWS (POWERSHELL) ═══ Query user identity and system information

Command — copy this

whoami /all
Get-ComputerInfo | Select-Object CsName, OsName, OsVersion

Primary tools to practice this lesson: grep, python3. Reference sites: MITRE ATT&CK (https://attack.mitre.org/); Sigma (https://github.com/SigmaHQ/sigma/wiki/Rule-Creation-Guide); Elastic detection (https://www.elastic.co/guide/en/security/current/rules-ui.html). Run every command in the box — install first, then the usage lines — only on YOUR lab / program scope.

2. Why methodology beats one-off sims

Ad-hoc sims without measurement leave detection gaps undocumented. Repeatable cycles build coverage matrices over time. Version-controlled exercise plans let teams compare detection improvement quarter over quarter.

Students document lab methodology on notes — production cycles follow org purple charters and change control.

3. Lab boundary

Forbidden: executing sims without plan or measure phases. Allowed: methodology card — four phases with $PURPLE_LAB fictional exercise example.

Ship: methodology card for YOUR lab exercise. Next: Roles Comms.

4. What you ship: purple methodology card for $PURPLE_LAB

Plan-execute-measure-tune row with ATT&CK ID. $PURPLE_LAB named. chmod 600.

5. What you record before the next lesson

Date. Methodology card. $PURPLE_LAB named. File t35-m02-l02-methodology.txt chmod 600.

6. Wrong vs right: stranger networks vs YOUR purple lab

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

  • Wrong

    Run sim without success criteria. Skip measure phase because 'we got alerts.'

  • Right

    Write methodology card for YOUR $PURPLE_LAB. Next: Roles Comms.

Mission: document purple methodology on YOUR lab

1) Define plan, execute, measure, tune in one sentence each. 2) Write methodology row for one ATT&CK technique. 3) Name detection success criteria. 4) chmod 600.

Stuck? Ask Cyberlium AI Mentor

Measure before tune — know which rules failed before you rewrite them.

Knowledge Check

1

APPLY: Purple methodology primarily follows:

Multiple choice

Knowledge Check

2

APPLY: True or False: Measure phase evaluates whether detections fired and identifies gaps.

True or False

Knowledge Check

3

APPLY: Methodology literacy on Cyberlium uses:

Multiple choice

← Previous

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