Here is the link to the challenge if you want to try em’ out:
TryHackMe | OhSINT
Are you able to use open source intelligence to solve this challenge?
tryhackme.com
This room is has only 1 task(literally), so let us just jump into the writeup/walkthrough of the task
Task 1: OhSINT
first, you need to download the image given
Let us go through the questions:
Q1: What is this users avatar of?
What is exiftool?
exiftool is basically a tool that enable you to check metadata of a file.
You need to use linux to download this tool. However, I will present to you an alternative if you don’t have a linux enviroment due to the hardware limitation.
On Linux Enviroment
Any Linux distribution (Kali, Parrot, Ubuntu, Arch etc) can be used here but for me, I will be using Kali.
The flow:
- Download the tool using sudo apt install exiftool
- If you download the image in windows, you need to upload the image in your cloud storage of your choice (google drive, mega, etc)
- Download the image on the VM, usually the image located on the Download folder.
- Navigate to the download folder (If you download the tool in the home directory, simply just type cd Download to do this)
- Apply the tool to the picture that you’ve downloaded from the cloud storage (use exiftool <filename>)
Let see if we can get the same output using the alternative
The Alternative
We can use this tool: Jeffrey’s Image Metadata Viewer
The flow:
- Upload the image file
- Tick the Captcha box
- Press button “View Image Data”
What do we got if we google OWoodflint?
Here is the links to all the account:
Our best bet to see avatar image among these three account is Twitter.
Let us open that:
A1: Cat
Q2: What city is this person in?
Ok, we need to find BSSID and use Wigle.net to search the BSSID.
BSSID is basically your router’s ID.
Wigle.net is a search engine to search network related items.
For BSSID, we just need to scroll down the twitter to found this tweet:
Ok, for wigle.net
- register to the website (you can put dummy account in here)
- Go to View > Basic Search
3. Use Advanced Search
A2: London
Q3:Whats the SSID of the WAP he connected to?
A3: UnileverWiFi
Q4: What is his personal email address?
We can’t find the email on Twitter.
So, let us open the github account:
A4: OWoodflint@gmail.com
Q5: What site did you find his email address on?
Referring the question above, the answer is Github
A5: Github
Q6: Where has he gone on holiday?
We can’t found the answer in Github and Twitter.
Now, let us open the blog:
A6: New York
Q7: What is this persons password?
So, in this situation you need to inspect the website.
Plainly speaking, you just opening the source code of the website
Just press F12 for that or right click > View Page Source
A7: pennYDr0pper.!
We are done with the room.
So, you will get this badge:
This room compared to other room in this series is really short so if you feelin’ lazy, this is for ya’
Thanks for reading this writeup/walkthrough. Just message me on Twitter (@thisisfinx) if there is any error or improvement that I can do here.