Flag format: nexus{surname_day_month_year}
The challenge is OSINT: identify the only survivor from a WWII photo roster (August 1942) and the date he was listed missing, then format as a flag.
The task text (Russian, August 1942, “twelve officers and a Red Army man”) is distinctive. Searching unique strings (e.g., Август 1942 года + “двенадцать офицеров”) leads to a PDF from the Всероссийский литературный конкурс «Герои Великой Победы» that contains the exact story and roster.
In the PDF:
Август 1942 года.CLI alternative:
pdftotext book.pdf - | grep -n "Август 1942 года"
The article lists the people on the back of the photo, including Богатырев among the twelve.
Later, the author describes searching archival portals and highlights Николай Иванович Богатырев as:
This matches the challenge clue: the only unexpected survivor.
In the same section, the author quotes the loss report line:
Пропал без вести 04.11.1944 ...So the missing date is 04.11.1944 (4 Nov 1944).
bogatyrevfournovfortyfourFlag: nexus{bogatyrev_four_nov_fortyfour}