Classroom Glossary Sign in Public site

Classroom

Read-only Stage 1 surface for 23 Virtus Cyber Academy courses. Each course landing lists its weekly modules, labs, and capstone packet. Interactive embeds (the nine Phase-1 visualizers) appear at the points in the curriculum that introduce them.

Foundations

Where every track starts. Numbers, bytes, hex, and the systems thinking the rest of the program builds on.

Hardware

Circuits, microcontrollers, and the physical substrate digital logic actually runs on.

Networking

Packets, protocols, and the wire-format reading skills that anchor everything from blue-team detection to red-team C2.

Security

Threat modeling, cryptography, and the security-mindset shift from how-it-works to how-it-fails.

Penetration Testing

Recon, exploitation, and the disciplined offensive methodology that turns curiosity into findings.

Reverse Engineering

Disassembly, dynamic analysis, and the firmware-archaeology skills the SB6141 capstone exercises end-to-end.

AI & Agentic Security

LLM and agent attack surfaces: prompt injection, tool abuse, and the evaluation discipline to defend them.

RF & Wireless

Radio from first principles: SDR, over-the-air protocol capture, and the wireless attack chains built on both.

Adversarial Capstones

Full-chain engagements against real targets. Everything the other tracks taught, run end to end.

Architecture

Build a CPU. Then build a compiler. Then build an OS. Then watch a program you wrote run on FPGA silicon you wired.

Topical Modules

Single-week evergreen-after-disclosure modules too small for a full course track. Current CVEs, technique clinics, and cross-track micro-modules.

Self-Check Quizzes

Nine predict-then-verify quizzes across five courses (FND-101 numbers, CSA-101 chapters 1 / 3 / 4 / 7 / 8, NET-101 TCP handshake, SEC-101 cryptography, SPK-101 bitplanes). Each question pairs a prompt with an embedded Phase-1 visualizer: predict the answer by hand first, then load the matching scenario in the sandbox to verify. Progress saves to your browser via localStorage; nothing leaves your device.

Browse all 9 self-check quizzes →

About this surface

The public site at virtuscyberacademy.org stays in catalog and intro register: a student browsing publicly sees what each course is and what it teaches. The classroom you are reading now is where the actual weekly content lives. Stage 1 is read-only. Stage 2 will add authentication and progress tracking.

Source markdown is in the Git repository at courses/<slug>/. The renderer that produces these pages is at courses/_pipeline/render.py.