SECCON 2018 Quals - Needle in a haystack

Media

General problem description

We got a 9 hours long video captured with a webcam on the top of a tall building in Tokyo(?). Find the flag.

Solution

First our guess was, that there will be a single frame which shows the flag, but fast-forwarding the video did not reveal anything like that.

The next idea was to export every frame and use fuzzy hashing to find very different frames. While the script was doing the exporting we were fast-forwarding the video again trying to find suspicious parts. That was when we found that one of the windows of the tall white building on the right was "blinking". The blinking window

Terms:

  • Dot: 1 min light on
  • Dash: 2 or 3 mins light on
  • Dash-Dot delimiter: 1 min light off
  • Char delimiter: 2 or 3 mins lights off

After the sun was coming up, the terms have changed slightly, as they were not turning the lights on and off, but they were opening and closing the window.

The flag was: SECCON(SOMETIMES-A-SECRET-MESSAGE-BROADCASTS-BOLDLY)

It was a fun challenge, and at this point I would like to pay all my respects to whomever was turning the light on and off and opening and closing the window throughout the whole night! :)


Navigation