linux
blue-team
cron-jobs
privilege-escalation
ubuntu server,
In every story of struggle and camaraderie, betrayal is the darkest shadow. That person you trusted, that friend or colleague who worked side by side with you, suddenly becomes the silent enemy. The threat doesn't always come from outside; sometimes it hides within, disguised as trust and kindness.
Today you'll face that challenge: uncovering the impostor who corrupts from within, sabotaging the system everyone is defending.
A web server is a machine that hosts pages and applications accessible via the Internet or internal networks. When you visit a site, your browser requests information from that server, which responds with the files that display the page.
Ubuntu Server is a Linux distribution designed to offer stability, security, and flexibility on servers. Unlike a desktop version, it doesn't have a graphical interface by default; everything is managed through commands.
Crontab is a system for scheduling tasks to run at specific times or periodically. These tasks can be scripts that clean files, update databases, or, in the wrong hands, cause harm.
Iptables is a utility for configuring firewall rules in Linux.
It allows you to control which connections enter and leave the server, blocking or permitting traffic according to defined criteria.
crontab -l
or by checking /etc/crontab
and /etc/cron.*
iptables
with sudo iptables -L
(though without sudo it may be limited)ls
— list files and foldersls -a
— list including hidden files and folders (those starting with .
)cd
— change directorycat
— display file contentsps aux
— list running processeswhoami
— show current userid
— show current user and groupsfind
— search for files with certain criteriaYou must use your eyes, your logic, and your commands to explore the server, discover the impostor causing the damage, and restore the web. It's not just a technical test; it's an exercise in patience, intuition, and strategy.
"The greatest threat isn't always outside; sometimes, the enemy wears your own face."