Rating: 1.0

We are given a name "Qunnoune Phrasavath".

I used [aware-online](https://www.aware-online.com)'s [username search tool](https://www.aware-online.com/en/osint-tools/username-search-tool/) and [people search tool](https://www.aware-online.com/en/osint-tools/people-search-tool/) to **osint** the name.

From the results of these tools, I found that there are accounts with the same username on 3 of the popular photos-sharing social media platforms.

### 1. Instagram
[https://www.instagram.com/qunnoune/](https://www.instagram.com/qunnoune/)

### 2. Pinterest
[https://www.pinterest.com/qunnoune/](https://www.pinterest.com/qunnoune/)

### 3. Flickr
[https://www.flickr.com/photos/193766884@N07/favorites](https://www.flickr.com/photos/193766884@N07/favorites)

The *Instagram* account has only 1 post.

THe *Pinterest* account has a total of 3 pins in 2 boards.

![](https://raw.githubusercontent.com/MikelAcker/CTF_WRITEUPS_2021/main/FwordCTF_2021_Writeup/OSINT/New%20Employee/info5.png)

The board "Going to Work" is interesting.It contains two images of some places.

Trying *reverse image search* to these two images doesn't give me much information.

So, let's take a look at images on *flickr* account.

[https://www.flickr.com/photos/193766884@N07/](https://www.flickr.com/photos/193766884@N07/)

![](https://raw.githubusercontent.com/MikelAcker/CTF_WRITEUPS_2021/main/FwordCTF_2021_Writeup/OSINT/New%20Employee/info6.png)

There are total of 6 images.

After doing *reverse image search* to all these images and trying to get their location, I found out they are around this area.

[https://www.google.com/maps/@40.8121756,-73.9219189,18.13z](https://www.google.com/maps/@40.8121756,-73.9219189,18.13z)

![](https://raw.githubusercontent.com/MikelAcker/CTF_WRITEUPS_2021/main/FwordCTF_2021_Writeup/OSINT/New%20Employee/info7.png)

There is one feature in *Flickr* called [Flickr Map](https://www.flickr.com/map). It can be used to find the place of the **geotagged** images.

Let's go to the location we got in google map to check if there are **geotagged** images at there.

We can do that by going to `/map?&fLat=[Latitude]&fLon=[Longitude]&zl=[Zoom]` in *Flickr*.

So our *Flickr Map* url will be `https://www.flickr.com/map?&fLat=40.8111&fLon=-73.9213&zl=17`.

![](https://raw.githubusercontent.com/MikelAcker/CTF_WRITEUPS_2021/main/FwordCTF_2021_Writeup/OSINT/New%20Employee/info8.png)

There is only one image at there.

Let's take a look at it!

[https://www.flickr.com/photos/193731128@N05/51397189261](https://www.flickr.com/photos/193731128@N05/51397189261)

![](https://raw.githubusercontent.com/MikelAcker/CTF_WRITEUPS_2021/main/FwordCTF_2021_Writeup/OSINT/New%20Employee/info9.png)

If we zoom in the image, we can see something interesting.

![](https://raw.githubusercontent.com/MikelAcker/CTF_WRITEUPS_2021/main/FwordCTF_2021_Writeup/OSINT/New%20Employee/info10.png)

It looks like there is a **PDF417** barcode.

Let's scan it!

![](https://raw.githubusercontent.com/MikelAcker/CTF_WRITEUPS_2021/main/FwordCTF_2021_Writeup/OSINT/New%20Employee/info11.png)

So, our flag will be: `FwordCTF{412396332690848632425}`

Original writeup (https://github.com/MikelAcker/CTF_WRITEUPS_2021/tree/main/FwordCTF_2021_Writeup/OSINT/New%20Employee).
bteamSept. 9, 2021, 4:10 p.m.

stolen solution, this chall has 0 solve in ctf