Malware Analysis Lab
I decided to try and get into my own malware analysis, but I needed to create my own lab for safe testing. I wanted to outline how I set mine up. Update 2 Mar 2022: I migrated from VirtualBox to...
I decided to try and get into my own malware analysis, but I needed to create my own lab for safe testing. I wanted to outline how I set mine up. Update 2 Mar 2022: I migrated from VirtualBox to...
Link: https://tryhackme.com/room/basicmalwarere This is another one of the free rooms in the Malware Analysis Module of TryHackMe. This is a challenge room, where we are given files and just need...
Link: https://app.hackthebox.eu/machines/Driver Enumeration TCP Port Scan nmap top 1000 ports with version detection Our port scan reveals a possible windows 7-10 machine with a web server up. I...
Link: https://app.hackthebox.eu/machines/Bolt Enumeration TCP Port Scan nmap top 1000 ports tcp port scan with version detection Preliminary port scan reveals SSH on port 22 and two web servers on...
While attempting a different reverse engineering / pwn challenge, I realized I needed more background knowledge on how to properly do a buffer overflow, thus I took the Stack-Based Buffer...