Phishing Hunt
Inspect fictional messages and identify
the clues that reveal phishing attempts.
BEGINNER
SOCIAL ENGINEERING
Password Vault
Protect the fictional vault by choosing
the safest password strategy.
BEGINNER
ACCOUNT SECURITY
VAULT LOCKED:
Choose the safest strategy.
Cyber Mystery
Enter investigation mode and analyze fictional
incidents across multiple rounds.
INTERMEDIATE
INVESTIGATION
Defense Grid
Choose defensive actions to protect a fictional
network during a simulated alert.
INTERMEDIATE
DEFENSE
ALERT: A workstation shows unusual activity.
What should happen first?
Packet Pursuit
Learn basic networking by identifying
what different network systems do.
BEGINNER
NETWORKING
Which system translates a website name
into an IP address?
Incident Response
Make safe decisions while a fictional
security team responds to an alert.
ADVANCED
BLUE TEAM
Multiple unusual events are being investigated.
What principle matters first?
Cipher Challenge
Decode a simple educational cipher.
BEGINNER
CRYPTOGRAPHY
Log Detective
Read fictional logs and identify
the event that deserves investigation.
INTERMEDIATE
LOG ANALYSIS
08:41 LOGIN user=alex status=success
08:44 LOGIN user=alex status=success
08:45 LOGIN user=alex status=failed
08:45 LOGIN user=alex status=failed
Which pattern deserves closer investigation?
Terminal Rush
Practice recognizing safe command-line concepts
in a fictional terminal.
INTERMEDIATE
CLI
Which command commonly displays the
current directory?
Firewall Frenzy
Learn the idea of network filtering through
fictional defensive decisions.
INTERMEDIATE
NETWORK DEFENSE
What defensive principle should a fictional
firewall follow?
Bug Hunter
Find the problem in a tiny JavaScript snippet.
INTERMEDIATE
JAVASCRIPT
let score = 10;
score = score + "5";
console.log(score);
What is the main issue?
HTML Hacker
Repair a fictional webpage by identifying
the correct HTML element.
BEGINNER
HTML
Which HTML element is normally used
for the largest main heading?
CSS Crash Lab
Identify the CSS property that controls
text color.
BEGINNER
CSS
Which CSS property changes the color of text?
JavaScript Reactor
Keep the fictional reactor stable by choosing
the correct JavaScript concept.
INTERMEDIATE
JAVASCRIPT
Which keyword creates a variable
that cannot be reassigned?
Python Protocol
Solve short Python questions and keep
the protocol running.
INTERMEDIATE
PYTHON
What does print("Hello") do?
Code Breaker
Complete a small programming logic challenge.
INTERMEDIATE
LOGIC
What value will this JavaScript expression produce?
5 + 3 * 2
Network Mapper
Read a fictional network diagram and identify
the device connecting local systems.
INTERMEDIATE
NETWORKING
[Laptop A] ─┐
[Laptop B] ─┼─ [Switch] ─ [Router] ─ Internet
[Printer ] ─┘
Which device connects the local devices?
Bot Battle
Defend a fictional service by recognizing
suspicious automated activity.
ADVANCED
DEFENSE
A fictional service receives thousands
of repetitive requests in a short period.
What should the team investigate?
Access Control
Protect a fictional organization by choosing
appropriate permissions.
ADVANCED
IDENTITY
A new employee only needs access to one project.
Which principle should guide permissions?
Clyvexis Cyber Gauntlet
The final mixed challenge combines coding,
networking, security, and logic.
ADVANCED
FINAL CHALLENGE
FINAL ROUND:
What is the safest response when a suspicious
message asks for sensitive account information?