Rating:

# Finding Geno

## Challenge:

We know that our missing person’s name is Geno and that he works for a local firm called Bridgewater. What is his last name? (Wrap the answer in RS{})

## Solution:

All we have is a first name and a company. There’s little chance we’ll find his name in a search engine – it’s pretty generic and he’s a sockpuppet created just for this event. But let’s check the most business-centric social network out there:

And there’s our flag: `RS{ikonomov}`. And we’ll hold onto his profile for now, we’ll likely need it in the next challenges.

Original writeup (https://github.com/mcmahoniel/ctf_write-ups/blob/main/2021/ritsec_ctf/intel/finding_geno/README.md).