← Back to Beginner Labs

Beginner Networking Lab

Networking Fundamentals

Use the real CyberArena terminal to inspect logs, identify suspicious activity, locate artifacts, and capture the flag.

Mission Objectives

  • Read the mission briefing
    cat README.txt
  • Inspect network authentication logs
    cat logs/auth.log
  • Identify suspicious IP activity
    grep 10.10.10.66 logs/auth.log
  • Locate the suspicious artifact
    cat artifacts/suspicious-process.txt
  • Capture the final flag
    cat evidence/final_flag.txt

Progress

0 / 5 objectives complete

Starter Commands

ls

cat README.txt

cat logs/auth.log

grep 10.10.10.66 logs/auth.log

cat artifacts/suspicious-process.txt

cat evidence/final_flag.txt