0 pts 0 solved
โ† Back to Mission Control

๐Ÿ“ธ Images & Metadata

Photos carry hidden information called metadata โ€” details recorded automatically by the camera. You'll also find messages hidden inside image files themselves. Time to dig deeper than the pixels.

0/6 solved ยท 0/120 pts
๐Ÿ“‹ How to View Image Metadata on Windows
Download an image, then:
1
Right-click the image file in File Explorer
2
Click Properties at the bottom of the menu
3
Click the Details tab at the top of the Properties window
4
Scroll down โ€” you'll see camera details, dates, GPS coordinates, and comments
The Details tab shows EXIF data โ€” information automatically embedded in photos by cameras and phones.
1
When Was This Photo Taken?
Easy 10 pts โ–ผ
This classified photo has a secret date hidden in its metadata. Download it, right-click โ†’ Properties โ†’ Details, and find the Date taken field.

๐Ÿ“ฅ Download Photo 1
Enter the date as: agent{day-month-year} using numbers only (e.g. agent{3-january-2022}). The month is a word, the day and year are numbers.
After downloading, right-click the file โ†’ Properties โ†’ Details tab. Look in the "Origin" section for "Date taken". It shows as YYYY:MM:DD โ€” convert that to day-month-year for the flag (e.g. 2022:01:03 โ†’ agent{3-january-2022}).
โœ“ The photo was taken on 15 July 2023! Cameras record the date and time automatically โ€” even if someone tries to hide when a photo was taken.
2
What Device Took This Picture?
Easy 10 pts โ–ผ
Photos store the camera make and model in EXIF data. An investigator can use this to identify which device took a photo. Find out what camera took this photo.

๐Ÿ“ฅ Download Photo 2
In Properties โ†’ Details, find the Camera maker and Camera model fields. Enter the model name (manufacturer + model, hyphens between words) as the flag: agent{maker-model-letters-numbers}.
In the Details tab, scroll to the Camera section. You'll see "Camera maker" and "Camera model" listed separately. The flag combines both (all lowercase, hyphens between words): e.g. "Sony Alpha A7" becomes agent{sony-alpha-a7}.
โœ“ A Canon EOS R5! Phone photos also embed the phone model โ€” investigators use this to match photos to specific devices.
3
Where Was This Photo Taken?
Medium 20 pts โ–ผ
Many phone cameras embed GPS coordinates in photos. This tells investigators exactly where a photo was taken โ€” even if the photographer didn't intend to share that.

๐Ÿ“ฅ Download Photo 3
In Properties โ†’ Details, find the GPS latitude and GPS longitude fields. Then plug those coordinates into Google Maps to find the location.
Hint: You're looking for coordinates near central London.
Format in Properties: deg ยฐ min ' sec " N/S and E/W
The famous landmark at those coordinates (two words, hyphen between) is the flag: agent{location-name}.
In the Details tab, look for "GPS latitude" and "GPS longitude". Convert degrees/minutes/seconds to decimal (or just type the numbers into Google Maps, e.g. "51.508, -0.128"). The location is a very famous landmark in central London โ€” you'll recognise it instantly when you see it on the map.
โœ“ Trafalgar Square! Every time you take a photo on a phone with location services on, this information is recorded. That's why it's important to check before sharing!
4
The Photographer's Secret Note
Medium 20 pts โ–ผ
The EXIF format includes fields for the photographer to leave notes โ€” like a "Description" or "Comment" field. These fields can contain anything, including secret messages.

๐Ÿ“ฅ Download Photo 4
In Properties โ†’ Details, scroll through the fields and look for a Comment or Description field. It contains the flag directly.
In the Details tab, scroll down to the "Description" section. Look for a field named "Comment" or "Subject" โ€” one of these contains the flag starting with agent{.
โœ“ Hidden in the comment field! Digital forensics investigators always check metadata fields โ€” they often contain evidence that people forget they left behind.
5
The Hidden Message
Hard 30 pts โ–ผ
This image looks normal. But image files are just collections of bytes โ€” and anyone can add extra bytes to the end of a file. The image viewer ignores the extra bytes, but a text editor reveals them.

๐Ÿ“ฅ Download the Image
After downloading, open the file in Notepad (right-click โ†’ Open with โ†’ Notepad). Most of the file will look like gibberish (binary data), but scroll to the very end of the file โ€” you'll find readable text there.
In Notepad, use Ctrl+End to jump to the end of the file immediately. The hidden message is at the very bottom, after all the binary data.
At the end of the file, you'll see a section that looks like: --- HIDDEN MESSAGE --- followed by the flag, then --- END ---.
โœ“ Hidden in the bytes! This technique โ€” hiding data after an image โ€” is used in real steganography. Image viewers only show the pixels; a text editor shows everything.
6
Two Photos, One Secret
Hard 30 pts โ–ผ
These two photos look identical. But one of them contains a hidden message. Download both and figure out which one โ€” then find the flag.

โœ“ File size reveals all! In real investigations, comparing file sizes can reveal when data has been hidden inside a file โ€” a technique called steganography.
๐ŸŽ‰ Mission Complete!
You've uncovered all the secrets hidden in these images. A real digital forensics expert!
โ†’ Back to Mission Control