🚀 Forge Free is now live! Try it now

Author: Steezus

  • Building a Secure Malware Analysis Lab for Reverse Engineering

    This article covers how I set up a lab environment for malware analysis at home. After implementing the lab described here, you will be able to safely execute malware in your lab for analysis. Why Lab Security Matters The point of building a secure lab environment is to be able to analyze malware dynamically while…

  • Unmarshalling Malware: Reverse Engineering a Python Infostealer on Windows

    This writeup covers my reverse engineering process and analysis on a Python based Windows infostealer that is being actively distributed online. This malware targets browser credentials, crypto wallets, Discord accounts, telegram sessions and includes persistence and privilege escalation mechanisms. The Loader The loader is being distributed as a Roblox shader installer (RobloxShaderCC Setup 1.0.0.exe). I…