SOLFIND
Web Lens
Portal home

Cybersecurity Cyber Range | CodeHS

https://codehs.com/cyber_range • 271 KB fetched
Open original page


Cybersecurity Cyber Range | CodeHS

Toggle navigation

*

Products

Elementary | Middle

CodeHop
Standards aligned coding for districts

Tynker
Gamified coding and apps

Typing
Easy to use typing for schools

Middle | High

CodeHS Pro
Comprehensive CS platform

Certifications
Industry based credentials for CTE

Cyber Range
Interactive environment for cybersecurity labs

AI

AI Creator
Easily create lessons with AI

Vibe Coding
Guided AI coding for students

Bool
AI coding and prototyping

Use Cases

Districts

Schools

Teachers

View All Products

*

Products
Explore what CodeHS has to offer for districts, schools, and teachers

*
Elementary | Middle

*

CodeHop Standards aligned coding for districts

*

Tynker Gamified coding and apps

*

Typing Easy to use typing for schools

*
Middle | High

*

CodeHS Pro Comprehensive CS platform

*

Certifications Industry based credentials for CTE

*

Cyber Range Interactive environment for cybersecurity labs

*
AI

*

AI Creator Easily create lessons with AI

*

Vibe Coding Guided AI coding for students

*

Bool AI coding and prototyping

*
Use Cases

*

Districts Comprehensive solutions for districts

*

Schools Tools and resources for schools

*

Teachers Empower educators in the classroom

*

View All Products

*

Platform

Teaching

Assignments
Create & configure your course assignments

Classroom
Manage & organize your class

Grading
Streamline your grading workflow

Academic Integrity
Build a culture of honesty in your classroom

QuizBuzz
Run gamified, interactive quizzes with your class

Tools

Data
Track & analyze student progress data

Write Code
Write, run, & debug code in a web-based IDE

Integrations
Connect CodeHS to your district's platform

AI Tools
The most complete AI toolkit in CS education

LOGIC
Measure student growth with pre- & posttests

*

Platform

*

Assignments
Create & configure your course assignments

*

Classroom
Manage & organize your class with customizable settings

*

Grading
Streamline your grading workflow.

*

Data
Track & analyze student assessments & progress data

*

Write Code
Write, run, & debug code all in a web-based IDE

*

Integrations
Connect CodeHS to your district’s educational platform

*

AI Tools
The most complete AI toolkit in CS education

*

Academic Integrity
Build a culture of honesty in your classroom

*

QuizBuzz
Run gamified, interactive quizzes with your class

*

LOGIC
Measure student growth with pre- & posttests

*

Curriculum

Computer Science Curriculum

Customizable K-12 CS curriculum

Overview

Course Catalog

* AP Courses

* AI Courses

* Interdisciplinary

* Spanish Courses

* AI Literacy

* Digital Literacy

* Cybersecurity

K-12 Pathways

* Elementary School

* Middle School

* High School

Standards

States

Supplemental

* Practice

* Tutorials

* Digital Textbooks

*

Curriculum
Customizable K-12 Computer Science Curriculum

* Course Catalog

*

* AP Courses

* Interdisciplinary

* AI Courses

* Spanish Courses

* AI Literacy

* Digital Literacy

* Cybersecurity

* K-12 Pathways

*

* Elementary

* Middle School

* High School

* States

* Standards

* Practice

* Tutorials

* Digital Textbooks

*

Professional Development PD

Professional Development

Online & in-person training to help teachers grow.

Overview

Online PD Courses

In-Person & Virtual Workshops

AI PD

Free PD Events

PD Cohorts

Teacher Certification Prep

Microcredentials

PD Membership

*

Professional Development
Online & In-Person Training for Teachers

* Professional Development

* Online PD Courses

* In-Person & Virtual Workshops

* AI PD

* PD Cohorts

* Free PD Events

* Teacher Certification Prep

* Microcredentials

* PD Membership

*

Online IDE

Online IDE

Write, run, & debug code right in your browser — no setup required.

Overview

Explore our languages

* JavaScript

* Python

* Java

* C++

* SQL

* HTML

* Tracy

* Blocks

* p5.js

Start a new project

Open a blank sandbox in any language.

New project

*

Online IDE
Write, Run, & Debug Code in an Online IDE

* Online IDE

* JavaScript

* Python

* Java

* HTML

* C++

* SQL

* Karel

* Tracy

* Blocks

* p5.js

*

Resources

Company

About
Learn about the CodeHS mission

Privacy Center
Our privacy & security practices

Case Studies
How schools succeed with CodeHS

Testimonials
What educators say about CodeHS

Community

Read Write Code Blog
News & stories from CodeHS

Coding in the Wild
Real world coding stories

CodeHS on X
Posts & highlights from our feed

Student Projects
Explore projects built by students

Explore

States
CS resources for your state

Knowledge Base
Help articles & how-tos

Career Center
Explore careers in tech

*

Resources

* About

* Privacy Center

* Case Studies

* States

* Testimonials

* CodeHS on X

* Read Write Code Blog

* Coding in the Wild

* Knowledge Base

* Student Projects

* Career Center

*

*

Request a Quote

* Log In

*
Sign Up

New Sandbox Program

Click on one of our programs below to get started coding in the sandbox!

Java

JavaScript

Python 3

HTML

Karel

Turtle

View All

Cyber Range
CodeHS Pro add-on

Real cybersecurity skills, built by doing

Cyber Range gives your students a live Linux terminal, real CTF-style challenges,
and labs mapped to AP Cybersecurity standards. It's an add-on to CodeHS Pro.

Request a Quote
Watch the AP Webinar

cyber-range@codehs:~$

$ whoami

cyber_student

$ cat flag.txt

FLAG{welcome_to_cyber_range}

AP Cybersecurity

Built around AP Cybersecurity standards

Every lab maps to AP Cybersecurity learning objectives, so you can assign
Cyber Range challenges knowing they support your curriculum goals.
No retrofitting required.

Explore Our AP Cybersecurity Course ›

Standards mapping

5.2.D
Configure access control settings on a Linux-based system
8 labs

2.1.C
Describe the phases of a cyberattack
6 labs

5.1.B
Explain how application attacks exploit vulnerabilities
5 labs

3.5.E
Apply detection techniques to identify indicators of network attacks by analyzing log files
4 labs

Linux challenge

$ ls -la /home/secret

drwx------ 2 root root 4096 Jan 15 10:30 .

-rw------- 1 root root 42 Jan 15 10:30 .hidden_flag

$ sudo cat /home/secret/.hidden_flag

FLAG{linux_master_unlocked}

Authentic environments

A real terminal, not a simulation

Students run actual Linux commands in authentic environments, from a
bare terminal up to a full GUI desktop on Ubuntu or Kali Linux for
challenges that call for graphical tools. They build command-line
fluency and troubleshooting instincts that carry into college and careers.

Linux terminal

Full GUI desktop

Ubuntu Linux

Kali Linux

Get More Info ›

Capture the flag

Challenges that feel like a competition

Capture The Flag puzzles put students in problem-solving mode fast. The format
rewards persistence and builds the analytical mindset real cybersecurity work
demands.

Cryptography

Caesar's Secret Message

Beginner

Web Security

SQL Injection 101

Advanced

Challenge topics

Six topic areas, one cohesive curriculum

Cyber Range covers the full scope of cybersecurity, from foundational
command-line work to advanced reverse engineering.

Linux Basics

Students navigate the filesystem, run scripts, and manage processes, the foundation every cybersecurity practitioner builds on first.

Who Am I?
Permission Puzzle
Grep Detective
+ More

Cryptography

Students work through encoding, XOR operations, and cipher-breaking to understand how data gets protected, and how to expose it when it isn't.

Caesar Cipher
Base64 Basics
RSA Key Lab
+ More

Web Security

Students probe real web applications for vulnerabilities like insecure cookies and injection flaws, seeing firsthand how browser-based attacks work.

View Source
Cookie Monster
XSS Playground
+ More

Network Security

Students capture and analyze live traffic to understand how data moves across a network, and where it becomes exposed.

Packet Detective
Port Scanner
DNS Detective
+ More

Forensics

Students recover hidden data and reconstruct events the way investigators do, piecing together what happened and how.

File Recovery
Memory Analysis
Log Detective
+ More

Binaries

Students disassemble compiled programs to uncover hidden logic and understand how software behaves beneath the surface.

Binary Basics
String Search
Reverse Challenge
+ More

Sample challenges

A taste of what students will tackle

Every challenge is labeled by topic and difficulty, so you can assign the right
lab at the right moment.

Linux Basics
Beginner

Navigate the Maze

Use cd, ls, and pwd to work through a complex directory structure and find the hidden flag.

Cryptography
Intermediate

XOR Decryption

Apply XOR operations to decrypt an encoded message and reveal the secret flag.

Network Security
Advanced

The Eavesdropper

Analyze captured network traffic to intercept and decode sensitive communications.

Web Security
Beginner

Cookie Monster

Inspect and manipulate browser cookies to bypass authentication and access restricted content.

FAQ
Frequently Asked Questions

What is the CodeHS Cyber Range?

The CodeHS Cyber Range is an interactive lab environment where students build real cybersecurity skills through hands-on, CTF-style challenges. Instead of only reading about security, students run real Linux commands, solve security puzzles, and capture flags across topics mapped to AP Cybersecurity standards, all inside CodeHS.

What is a capture-the-flag (CTF) challenge?

A capture-the-flag (CTF) challenge is a gamified security exercise where you solve a realistic problem to uncover a hidden "flag," a secret string that proves you cracked it. In the CodeHS Cyber Range, each CTF challenge presents a security scenario students work through, earning points as they find flags and progress through increasingly complex puzzles.

Do students run real Linux commands in the Cyber Range?

Yes. In the CodeHS Cyber Range, students work in authentic Linux environments where they run real commands, navigate file systems, manage permissions, and write shell scripts. These aren't watered-down simulations. Depending on the challenge, they may use a terminal only or a full desktop environment, as described in the lab environments question below. Students use the same command-line skills that translate directly to real-world cybersecurity work.

What lab environments does the Cyber Range provide?

Challenges run in real Linux environments inside CodeHS, not simulations. Most labs use a Linux terminal for command-line work like permissions, scripting, and forensics. Some challenges add a Full GUI desktop in the browser for tools that need a graphical interface. Depending on the challenge, students may work in Ubuntu Linux or Kali Linux environments with the same authentic tooling used in industry and AP Cybersecurity coursework.

What cybersecurity topics does the Cyber Range cover?

The CodeHS Cyber Range covers six core areas: Linux Basics, Cryptography, Web Security, Network Security, Forensics, and Binaries. Through hands-on challenges, students practice everything from command-line fundamentals and encryption to analyzing network traffic, investigating digital evidence, and exploring reverse-engineering basics.

Does the Cyber Range align with AP Cybersecurity?

Yes. Cyber Range challenges are aligned with AP Cybersecurity curriculum standards, giving students practical, hands-on experience with the concepts they'll need for the AP exam and beyond. As students work through the labs, they build the applied skills that reinforce what the AP Cybersecurity course covers.

Do schools need special hardware or software to run the Cyber Range?

No. Cyber Range runs inside CodeHS, so there's no specialized cybersecurity software to install or virtual machines to maintain. Students reach the lab environments through their CodeHS account, and the challenges run in the provided environments, so schools can offer authentic, hands-on security practice without extra hardware or IT setup.

How does the Cyber Range keep students engaged?

The CodeHS Cyber Range keeps students engaged through gamified, CTF-style progression. Each challenge is a realistic security puzzle with a hidden flag to capture, and the difficulty ramps up as students advance. They earn points and build confidence with every flag they find, staying motivated through increasingly complex challenges.

How much does the Cyber Range cost and how do I get access?

Cyber Range is an add-on feature that enhances a CodeHS Pro subscription. It's separate from Pro itself. To get pricing and add it for your school or district, request a quote and our team will help you get started with hands-on cybersecurity education.

Bring Cyber Range to Your School

Cyber Range is an add-on feature separate from CodeHS Pro.
Contact our team to get started with hands-on cybersecurity education.

Request a Quote
Watch the AP Webinar

Products

* All Products

* Coding LMS

* Online IDE

* CodeHS Pro

* CodeHS Free

* Computer Science Curriculum

* Certifications

* Professional Development

* AI Creator

* Typing

* Cyber Range

Plans

* CodeHS Pro

* Start for Free

* Get a Quote

Use Cases

* District

* Schools

* Teachers

* CTE

Platform

* Assignments

* Classroom Management

* Grading

* Data

* Write Code

* Integrations

* AI Tools

* Academic Integrity

Curriculum

* Course Catalog

* Project Catalog

* K-12 Pathways

* AP Courses

* Elementary

* State Courses

* Spanish Courses

* Standards

* Hour of Code

* Practice

* Tutorials

* Digital Textbooks

* AP CSA Hub

* AI Curriculum

* Digital Literacy Curriculum

PD

* Online PD Courses

* In-Person PD Workshops

* Virtual PD Workshops

* Free PD Workshops

* PD Cohorts

* Teacher Certification Prep

* Microcredentials

* PD Membership

Programming Languages

* New Sandbox Program

* Javascript

* Python

* Java

* HTML

* C++

* SQL

* Karel

Resources

* Why Computer Science

* Why Cybersecurity

* Why Learn AI

* Why Digital Literacy

* Back to School Checklist

* Case Studies

* States

* Testimonials

* Tweets

* CodeHS Blog

* Read Write Code Book

* Knowledge Base

* Webinars

* Student Projects

* Career Center

* Student Alumni

CodeHS Has Everything

* AI

* Grading

* Differentiation

* Elementary

* Assessments

* Academic Integrity

* Online IDE

* Physical Computing

* AP Courses

* Vibe Coding

* Yes

Company

* About

* Team

* Careers

* Privacy Center

* AI Center

* Terms

* Privacy Policy

* Security

* Accessibility

Products

* All Products

* Coding LMS

* Online IDE

* CodeHS Pro

* CodeHS Free

* Computer Science Curriculum

* Certifications

* Professional Development

* AI Creator

* Typing

* Cyber Range

Plans

* CodeHS Pro

* Start for Free

* Get a Quote

Platform

* Assignments

* Classroom

* Grading

* Data

* Write Code

* Integrations

* AI Tools

* Academic Integrity

PD

* Online PD Courses

* In-Person PD Workshops

* Virtual PD Workshops

* PD Cohorts

* Teacher Certification Prep

* Microcredentials

Resources

* Why Computer Science

* Why Cybersecurity

* Why Learn AI

* Why Digital Literacy

* Back to School Checklist

* Case Studies

* States

* Testimonials

* Tweets

* CodeHS Blog

* Read Write Code Book

* Knowledge Base

* Webinars

* Student Projects

* Career Center

* Student Alumni

Use Cases

* District

* Schools

* Teachers

* CTE

Curriculum

* Course Catalog

* Project Catalog

* AP Courses

* Elementary

* State Courses

* Spanish Courses

* Standards

* Practice

* Tutorials

* Digital Textbooks

* AP CSA Hub

Programming Languages

New Sandbox Program

* Javascript

* Python

* Java

* HTML

* C++

* SQL

* Karel

CodeHS Has Everything

* AI

* Grading

* Differentiation

* Elementary

* Assessments

* Academic Integrity

* Online IDE

* Physical Computing

* AP Courses

* Vibe Coding

* Yes

Company

* About

* Team

* Careers

* Privacy Center

* AI Center

* Terms

* Privacy Policy

* Security

* Accessibility

CodeHS Certified Educators
CodeHS Educator Facebook Group
CodeHS Store

Links found on this page

  1. Products [direct]
  2. CodeHop Standards aligned coding for districts [direct]
  3. Tynker Gamified coding and apps [direct]
  4. Typing Easy to use typing for schools [direct]
  5. CodeHS Pro Comprehensive CS platform [direct]
  6. Certifications Industry based credentials for CTE [direct]
  7. AI Creator Easily create lessons with AI [direct]
  8. Vibe Coding Guided AI coding for students [direct]
  9. Bool AI coding and prototyping [direct]
  10. Districts [direct]
  11. Schools [direct]
  12. Teachers [direct]
  13. View All Products [direct]
  14. Assignments Create & configure your course assignments [direct]
  15. Classroom Manage & organize your class [direct]
  16. Grading Streamline your grading workflow [direct]
  17. Academic Integrity Build a culture of honesty in your classroom [direct]
  18. QuizBuzz Run gamified, interactive quizzes with your class [direct]
  19. Data Track & analyze student progress data [direct]
  20. Write Code Write, run, & debug code in a web-based IDE [direct]
  21. Integrations Connect CodeHS to your district's platform [direct]
  22. AI Tools The most complete AI toolkit in CS education [direct]
  23. LOGIC Measure student growth with pre- & posttests [direct]
  24. Overview [direct]
  25. Course Catalog [direct]
  26. AP Courses [direct]
  27. AI Courses [direct]
  28. Interdisciplinary [direct]
  29. Spanish Courses [direct]
  30. AI Literacy [direct]
  31. Digital Literacy [direct]
  32. Cybersecurity [direct]
  33. K-12 Pathways [direct]
  34. Elementary School [direct]
  35. Middle School [direct]
  36. High School [direct]
  37. Standards [direct]
  38. States [direct]
  39. Supplemental [direct]
  40. Tutorials [direct]
  41. Digital Textbooks [direct]
  42. K-12 Pathways [direct]
  43. Standards [direct]
  44. Tutorials [direct]
  45. Overview [direct]
  46. Online PD Courses [direct]
  47. In-Person & Virtual Workshops [direct]
  48. AI PD [direct]
  49. Free PD Events [direct]
  50. PD Cohorts [direct]
  51. Teacher Certification Prep [direct]
  52. Microcredentials [direct]
  53. PD Membership [direct]
  54. JavaScript [direct]
  55. Python [direct]
  56. Java [direct]
  57. C++ [direct]
  58. SQL [direct]
  59. HTML [direct]
  60. Tracy [direct]
  61. Blocks [direct]
  62. p5.js [direct]
  63. Karel [direct]
  64. About Learn about the CodeHS mission [direct]
  65. Privacy Center Our privacy & security practices [direct]
  66. Case Studies How schools succeed with CodeHS [direct]
  67. Testimonials What educators say about CodeHS [direct]
  68. Read Write Code Blog News & stories from CodeHS [direct]
  69. Coding in the Wild Real world coding stories [direct]
  70. CodeHS on X Posts & highlights from our feed [direct]
  71. Student Projects Explore projects built by students [direct]
  72. Knowledge Base Help articles & how-tos [direct]
  73. Career Center Explore careers in tech [direct]
  74. Request a Quote [direct]
  75. Log In [direct]
  76. Sign Up [direct]
  77. Java [direct]
  78. JavaScript [direct]
  79. Python 3 [direct]
  80. HTML [direct]