2018-10-13
This is the first year I heard about the FLARE-On CTF by FireEye, which this year ran from August 24 through October 5. There were a total of 12 levels, of which I was able to complete 3. I got roughly a third of the way through the fourth challenge before getting distracted with PicoCTF.
Let's get started! The first challenge reads:
Welcome to the Fifth Annual Flare-On Challenge! The Minesweeper World Championship is coming soon and we found the registration app. You weren't officially invited but if you can figure out what the code is you can probably get in anyway. Good luck!
An encrypted .7z
file is provided. Once downloaded and extracted, we are left with a MinesweeperChampionshipRegistration.jar
file. I didn't even bother running it. Googling java decompiler
brought me to http://www.javadecompilers.com, where I was able to upload the jar and receive a single file in return:
;
The first flag is obviously GoldenTicket2018@flare-on.com
.