=

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.

    youtube to mp3 converter

    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.

    choose mp3 or mp4
    Then click on Download File to download the file. A zip file would be downloaded.
    download the converted file
  • 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

    1. song.mp3
    2. 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.

    song.mp3 metadata

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.

    exiftool output on somg.mp3

    Visit the url, its a malicious powershell file. In the script the url of c2 server is written.

    malicious powershell script content

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.

    malicious powershell script content
  • Lets search about "Created the one and only by M.M." on github. There was an issue was raised.

    github issue about one and only M.M.
  • 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.

    Profile page of M.M.

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.

commits of code

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