root@thehacksparrow:~/writeups$ SYSTEM ONLINE
root@sparrow:~/writeups$ cat security-footage.md
// Blue Team & SOC

Security Footage

28 Dec 2024 · 5 min read · root access
Security Footage is a network forensics challenge: we start from a traffic capture (.pcap) that holds the lost feed of a security camera. The goal is to carve the JPEG frames streamed over the network, rebuild the video with ffmpeg, and find the flag hidden in one of the scenes.
PlatformTryHackMe
CategoryBlue Team & SOC — Forensics / Packet Analysis / File Carving
DifficultyMedium
RoomSecurity Footage

Process map

[.pcap]  raw traffic capture
   │  Wireshark → identify the MJPEG stream (HTTP or raw TCP)
   ▼
[foremost]  magic-byte carving → FF D8 FF … FF D9 → JPEG frames
   │  ls -1v + rename → frame_0001.jpg, frame_0002.jpg, …
   ▼
[ffmpeg]  frame_%04d.jpg → reconstructed.mp4 (H.264)
   │  frame-by-frame review
   ▼
[FLAG]  hidden in a single frame of the reconstructed footage
🔒 Clearance required

This content is Root Access only. Everything else on the site — the free tier, the whole public library — stays open.

See Root Access plans

No account? Create one free then upgrade from your console.