I'm talking a class that it composed mostly by masters students in computer security. The grade is based on a group project and my grup is compsed by four computer science students
We were tasked with creating a Honeypot for an avr32 archtecture. The goal is to not only capture the malware but to also see what it does to the system.
The only solution that we could think of was finding an linux distro and altering it , so the syscalls are somewhat transparent and we can understand what the malware does. I did some research and BuildRoots seems to be the way to go, as it's somewhat simple, flexible and it has a lot of sources in the web(specially avr related).
Do you guys have any input to give me? Is this a good Idea or there are other options that i'm not seeing?
Any tips about what to study is pretty welcome.