HANDS-ON MISSIONS

+1000 XP Total
Arena Completion 0%
Linux Basics

Mission 1: Linux Host Reconnaissance

+100 XP

Welcome Agent! You have been granted SSH access to an AWS EC2 instance suspected of being compromised. Your initial task is to identify your current execution context, user privileges, and kernel version.

MISSION OBJECTIVES

Use whoami and id to inspect current privileges.
student@aws-cloudsec-node-01: ~
================================================================================ AWS AAST CLOUDSEC ACADEMY - INTERACTIVE SIMULATED SHELL v3.4.0 Type 'help' to see all available commands, tools & mission guidelines. AWS CLI Suite & Linux Utilities Loaded. Target Network: 10.0.1.0/24 ================================================================================
student@aast-cloudsec:~$
SUGGESTED COMMANDS: help ls -la aws sts get-caller-identity aws s3 ls nmap -sV 10.0.1.50 clear
Objective Complete!