Gibson makes a Mistake
> CHALLENGE DESCRIPTION
Gibson has disabled the employee account and is posting fake pictures of themselves at the AI-IM global summit 2026 - but they have made mistakes in each image of their event post leaving clues to their real location. Your job is to identify the country and region they are based in.
FLAG FORMAT: RMCTF{Region-Country}
> METHODOLOGY
1. Analyzing the AI Artifacts
Looking back at the AI-generated images posted by the fake starr0256 account from the previous challenge.
The image of Charlie standing next to the white car contains our critical clue. While the car's structural geometry is heavily distorted by the AI, the license plate generator pulled from real-world regional data.

2. License Plate Geolocation
Zooming in on the license plate (CK-923-EJ), we can extract several key data points:
- The Format: The
XX-123-XXalphanumeric format, flanked by two blue bands, is the standard French SIV (Système d'Immatriculation des Véhicules) design. - The EU Strip: The left blue band confirms it is a European Union plate.
- The Department Code: The right blue band contains the number 74.
In the French administrative system, department 74 corresponds to Haute-Savoie, a region located in the Alps of eastern France.
> THE FLAG
Using the required format RMCTF{Region-Country} and our extracted plate data:
RMCTF{Haute-Savoie-France}
