CTF-Writeups

OSINT / Scouts Honor 2.0 — Writeup

Flag format:

RUSEC{ISSN-1234-5678_NAME-OF-NEWSPAPER}

Part 1 — Identify the magazine + ISSN

Clues

Reasoning

A historic civic organization strongly suggests the Boy Scouts of America (BSA).
The BSA’s long-running youth magazine is Boys’ Life (renamed to Scout Life in 2021), and an important OSINT detail is that an ISSN identifies the serial title, not a single issue—so once you correctly identify the magazine, the ISSN is the same across its issues.

How to confirm (reproducible)

You can confirm the ISSN in several OSINT-friendly ways:

  1. Library/catalog lookups (fastest)
    • Search WorldCat / Library of Congress / national library catalogs for:
      • Boys' Life ISSN
  2. Masthead verification (most “CTF flavored”)
    • Find a scan/PDF of the magazine and open the masthead/publication info page.
    • The ISSN is typically printed near the publisher and subscription details.

Result

So the first part is:

ISSN-0006-8608

Part 2 — Identify the WWI-era newspaper

Clues

OSINT approach (reproducible)

This is a text-search/archival problem; the easiest workflow is:

  1. Anchor on the rare name + role
    • Search phrases like:
      • McAlpin "President" "Boy Scouts"
      • "General McAlpin" "Boy Scouts" president
  2. Restrict to WWI years
    • Apply date filters (1914–1918) in the archive/search engine.
  3. Restrict to Rutgers campus towns
    • Filter results to New Brunswick, Newark, or Camden newspapers.

Useful places to search:

Result

The WWI-era paper containing the “General McAlpin … President” mention was:

The Voice of Labor

For flag formatting, use hyphens instead of spaces:

THE-VOICE-OF-LABOR

Final flag

Combine both parts:

RUSEC{ISSN-0006-8608_THE-VOICE-OF-LABOR}