// Hidden in Plain Sight
A leaked draft image is hiding two independent flags — one in the pixels, one in the metadata.
// Download
// Your Toolbox
// Situation
This PNG leaked from an internal review queue before it was supposed to go out. Nothing about the image itself looks unusual at a glance — that's the point. Two independent pieces of hidden information are in this single file, using two completely different techniques. Finding one tells you nothing about how to find the other.
// The Challenges
Check What Shipped With It
Files carry more than what you see rendered on screen. Every export tool, camera, and editor tends to leave something behind in the file's metadata — sometimes a lot more than intended.
Target file: network_topology_draft.pngLook Past the Pixels
The image itself is hiding a message in its least significant bits — the part of each pixel's color value that changes the color so slightly the human eye can't tell the difference, but a script can read perfectly.
Target file: network_topology_draft.png