Neurocracked CTF Part Three: Neural Network Nexus

Taji AbdullahTaji Abdullah
2 min read

I’ve been having fun with the CTF exercises in the Cyber Now Knowledge Base . The story line provides a quick good read submerses you into the exercise. They are also free, so no need to worry about paywalls or purchasing anything.

The Story

The story behind this CTF can be read here.

The Challenge

What were the words hidden inside the Neuroblade photo?

The Walk Through

So were getting into stenography now, interesting. This was easy to solve because of readily available online tools. It was also intentionally made to be easy, after that last CTF in part 2 of this series, and after going through the SOC Analyst Now course, I know Tyler Wall is easing things back a bit. He could have encrypted the message(even multiple times, trust me, I know…), but he left it in plain text.

  • The image has a URL beneath it where it can be downloaded from, save the image.

  • Find an online stenography tool to upload it to.

  • Decode the image.

  • Paste the output into the CTF portal.

What I Learned

This exercise actually made me want to delve deeper, I felt like I cheated with online tools. So I went into my Kali VM and looked for tools that I could have used to solve this challenge with. I don’t think I had anything to do the job, so some quick research led me to a tool called Steghide that I installed in my VM.

I opened the man page to read more about it and check the options that could be used being a CLI utility. When I tried to run the tool, I found that it didn’t support .png images. I thought about converting the image, but I didn’t go that far, not knowing if the embedded message would survive the conversion process. That can be a future experiment when I have more time.

So I learned about a new tool and how to use it, even though I didn’t actually use it to capture the flag.

0
Subscribe to my newsletter

Read articles from Taji Abdullah directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Taji Abdullah
Taji Abdullah