Rating:
## [See original writeup on site](https://barelycompetent.dev/post/ctfs/2021-04-11-ritsecctf/#finding-geno).
### Finding Geno
> 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{})
>
> Author: t0uc4n
DuckDuckGo search for "Geno bridgewater rocheseter" given the info in the description. For me, the very first link was for a "geno ikonomov" entry in LinkedIn.
* https://www.linkedin.com/in/geno-ikonomov
![](https://barelycompetent.dev/img/CTFs/2021/ritsecCTF/geno-linkedin.png)
Trying this last name, we get the flag.
Flag is `RS{Ikonomov}`.