Mobile › Module 8 › Lesson 4
Lab — MDM
MDM enterprise lab on $MOB_LAB — capability card, BYOD risks, control stack; no unauthorized enrollment.
Visual · t27_mdm_lab
Lab: MDM enterprise pack on YOUR $MOB_LAB tenant or policy template. Original Cyberlium.
Opening
Ship MDM enterprise literacy from YOUR lab tenant or policy template — capabilities, BYOD, controls — zero non-consensual enrollment.
On YOUR $MOB_LAB per brief: (1) scope proof — instructor MDM tenant or policy doc ID; (2) MDM capability card six rows; (3) BYOD risk table five rows with privacy notes; (4) enterprise control stack six controls with failure modes; (5) jailbreak conditional access tie-in from Module 6; (6) integrity — no unauthorized enrollment, no stalkerware, no prod disable; (7) chmod 600 pack. Optional: screenshot redacted compliance policy from lab tenant.
1. Lab deliverables
MDM + BYOD + enterprise stack — single policy ID cross-index.
Jailbreak row links Module 6 implications to conditional access action.
Command guide
Try these commands — Lab deliverables
═══ TOOLS & WEBSITES ═══ Browse / read these (authorized learning only — stay in YOUR lab / program scope)
Android work — https://developer.android.com/work Apple deployment guide — https://support.apple.com/guide/deployment/welcome/web OWASP MASVS — https://mas.owasp.org/MASVS/
═══ 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 MOB_LAB=${MOB_LAB:-$HOME/cyberlium-lab/t27-mob}
python3 - <<'PY'
import os
lab = os.environ.get('MOB_LAB', os.path.expanduser('~/cyberlium-lab/t27-mob'))
path = os.path.join(lab, 'notes', 'mdm-lab-checklist.txt')
open(path, 'w').write('
'.join([
'MDM lab checklist (documentation only):',
' [ ] Read Android Work + Apple Deployment guides',
' [ ] List BYOD vs corp-owned controls',
' [ ] Map MASVS requirements to enterprise policy',
' [ ] Never: push MDM to stranger/unauthorized devices',
]))
print(f'Wrote {path}')
PYCommand — copy this
grep '\[ \]' "$MOB_LAB/notes/mdm-lab-checklist.txt"
Primary tools to practice this lesson: grep, python3. Reference sites: Android work (https://developer.android.com/work); Apple deployment guide (https://support.apple.com/guide/deployment/welcome/web); OWASP MASVS (https://mas.owasp.org/MASVS/). Run every command in the box — install first, then the usage lines — only on YOUR lab / program scope.
2. Privacy hygiene
Redact employee names and serials in share-safe export; mentor pack chmod 600.
Document informed consent assumption for any enrollment exercise.
3. Integrity
Non-consensual enrollment = refused; unauthorized wipe = refused.
Lab tenant only unless brief assigns org sandbox with written RoE.
4. What you ship: MDM enterprise lab pack
Capability + BYOD + control stack + integrity — chmod 600.
5. What you record before the next lesson
MDM enterprise lab pack path.
6. Wrong vs right: stranger phones vs lab emulator apps
Worked failure — same MSF word, opposite target. Right never needs a café Wi-Fi or classmate laptop.
Wrong
MDM lab enrolls stranger phones without consent for compliance screenshots.
Right
MDM enterprise lab pack on $MOB_LAB. Next: quiz.
Mission: MDM lab
1) Scope proof. 2) MDM capability and BYOD tables. 3) Control stack diagram. 4) Integrity block; chmod 600.
Stuck? Ask Cyberlium AI Mentor
Ask Mentor: “Policy-only lab — minimum deliverables?”
Knowledge Check
APPLY: MDM lab scope:
Multiple choice
Knowledge Check
APPLY: True or False: Non-consensual MDM enrollment is lab.
True or False
Knowledge Check
APPLY: BYOD table should include:
Multiple choice