Day 1: Maybe SOC-mas music, he thought, doesn't come from a store?
Task 1 - Looks like the song.mp3 file is not what we expected! Run "exiftool song.mp3" in your terminal to find out the author of the song. Who is the author?
Start the lab and Attack box. Visit the given ip address using a browser. There would be a youtube to mp3/mp4 converting website.
Enter any youtube video link and click on convert botton.
Choose any option either mp3 or mp4. It would always give same file to download.
Then click on Download File to download the file. A zip file would be downloaded.Open terminal and extract the zip file using your favourite decompressor. You can use 7z with following command to extract the file >>
7z x download.zip
. There are two files- song.mp3
- somg.mp3
Run the exiftool command on song.mp3 to look out for its metadata.
exiftool song.mp3
. In the output you can see the name of the artist.
Answer š Tyler Ramsbey
Task 2 - The malicious PowerShell script sends stolen info to a C2 server. What is the URL of this C2 server?
There was a malicious file(somg.mp3) which was downloaded with the original file. Executing
exiftool somg.mp3
reveals a location from where the powershell script was downloaded.Visit the url, its a malicious powershell file. In the script the url of c2 server is written.
Answer š http://papash3ll.thm/data
Task 3 - Who is M.M? Maybe his Github profile page would provide clues?
Script is created by M.M. Now we have to find the name of M.M. The script was hosted on github, so lets find about him on github may be he forgot some clue somwhere on github.
Lets search about "Created the one and only by M.M." on github. There was an issue was raised.
Issue was raised by MM-WarevilleTHM, The name inculdes MM , may be he is the owner of that malware !! Let's visit his profile. In his profile he mentioned about himself.
Answer š Mayor Malware
Task 4 - What is the number of commits on the GitHub repo where the issue was raised?
The page where the issue was raised have only one commit.
Answer š 1
Task 5 - If you enjoyed this task, feel free to check out the OPSEC room!
No Answer Needed
Task 6 - What's with all these GitHub repos? Could they hide something else?
No Answer Needed