Forum Discussion
steven
Silver I
2 months agopuuuh.. after completing 2500+ labs here's my list of "struggles" :)
- the "Ethereum - Smart Contracts" Challenge, because I went to it with no clue about blockchain and there's no learning path to learn something about it
- Erik McClements: Linux Filesystem Race Conditions - took me a lot of time. I was able to find the file I've need to tacke, but then I invested a lot into y .c code, I've developped but somehow it just didn't wanted to work.
- Python Scripting for Malware Analysis: Ep.5 – Code Obfuscation took me also quite some time, because somehow my routines didn't wanted to work at all and I've not trusted the code in Ghidra
- Pen Test CTFs: Blind SQL Injection - there I've invested hours in a practical script helping me (sqlmap was missing!) and the SQL injection was quite nasty
- DFIR CTF: LightNeuron DLL i've started this lab, I dont know, 100 times over a timespan of almost one year. Then i've clicked probably - to solve it - 1000 times on "next step" while watching all registers and possible memory locations to see my first data decoded.... then the lab crashed... and I had to do it all over again :)
- Threat Research: Darkside.dll – Deobfuscation was not so bad, I had a lot of fun. My antivirus protection too. My deobfuscation script I've wrote seemed to use some strings/bytes which triggered my AV to alert all the time (i've saved the final script to solve the lab in my notes). And it also alerted my companys CSIRT/CERT team which triggered me "please explain why you do handle malware on your pc" - about 4 times.
But in general: Most of the labs in the "Challenges & Scenarios" generated the most fun but also the biggest learning curve to me as I needed to do a lot of research.