๐Ÿ›ก๏ธ Challenge 05 โ€ข Data Exfiltration Detection

Offline Level 5 Data Theft
๐Ÿ’ก Next Hint: 30s

Mission Brief

Your Data Loss Prevention (DLP) system flagged unusual outbound traffic from database server (db-prod-01) at 22:45 UTC on November 28, 2025. Network monitoring shows a large data transfer (2.3 GB) to an unknown external IP address. Your mission is to analyze system logs, command history, and network activity to determine what data was exfiltrated and how.

โš ๏ธ SYNTHETIC SCENARIO
All log data, IP addresses, file names, and network connections in this challenge are synthetically generated for training purposes. No real data breaches or C2 infrastructure are represented.

Available Artifacts

  • /var/log/syslog โ€“ System events and file operations
  • ~/.bash_history โ€“ Command history for database admin
  • netstat output โ€“ Active network connections snapshot
  • /var/log/auth.log โ€“ User authentication and sessions

Learning Objectives

  • Identify data exfiltration techniques and tools
  • Analyze network connections to detect data theft
  • Recognize file compression and staging for exfiltration
  • Trace attacker command sequences in bash history
  • Understand data exfiltration TTPs and prevention