Tags: web intel
Rating:
# Finding Geno
#### Category : Intel
#### Points : 50 (407 solves)
#### Author : t0uc4n
## 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{})
Author: t0uc4n
## Solution
We are giving the first name of the person as **Geno** and that he works in a place called **Bridgewater**. Searching for `Geno Bridgewater`, we get the first result as a LinkedIn Profile saying :
```
geno ikonomov
Financial Intelligence Analyst at Bridgewater Investigations
Batavia, New York, United States
```
The challenge asked to wrap the last name in RS{} so our flag becomes:
`RS{ikonomov}`
[Original Writeup](https://github.com/p1xxxel/ctf-writeups/tree/main/2021/RITSEC/Finding%20Geno)
(https://github.com/p1xxxel/ctf-writeups/tree/main/2021/RITSEC/Finding%20Geno)