Research & Feedback

CTF Task Experiment

An experiment about AI-assisted CTF challenges

About this experiment


The challenge

A new piece of ransomware was recently discovered. It appeared to have encrypted all the files on a computer. After analyzing the malware's code, it turns out the authors didn't actually use encryption. Instead, their algorithm "scrambles" file contents by splitting them into fixed-size blocks and rearranging them to make the data unreadable. The malware randomly picks a block size for each file it scrambles, and unfortunately we're unable to determine it with the information we have.

The scrambled files keep their original size, but the malware removes their extensions.

Would you be able to reconstruct the original file from this "scrambled" one?


Feedback survey

Once you've solved the challenge, please take a moment to fill in the feedback survey — it only takes a few minutes and helps a lot.