-
Volatility - Memory forensics made simple
Oi!! Another writeup, another challenge. Need to do more of these 😮💨. Welp, in this writeup we’ll be looking at Volatitlity, my preferred tool for memory analysis Volatility is an open-source memory forensics framework used in Malware analysis and Incident Response. This framework is CLI-based and is programmed in Python. It’s supported on Win... Read More
-
Empire Breakout walkthrough
Empire-Breakout Difficulty - Easy Start first with a port scan PORT STATE SERVICE REASON VERSION 80/tcp open http syn-ack Apache httpd 2.4.51 ((Debian)) |_http-server-header: Apache/2.4.51 (Debian) |_http-title: Apache2 Debian Default Page: It works | http-methods: |_ Supported Methods: POST OPTIONS HEAD GET 139/tcp op... Read More
-
Malware Analysis Lab Setup (FlareVM)
Hey there, welcome back to my blog Today, I’ll be going through how I setup my Malware analysis lab. Without further ado, let’s get into it. Requirements A virtualization software, could be VirtualBox or VMWare but in this case, we’ll use VirtualBox At least 4GB RAM VirtualBox Installation The first thing you’ll need to do is download Vi... Read More
-
Introduction to Python
Introduction to Python This post is meant to summarize some of the key concepts I have learned in the course Introduction to Python Read More
-
Markdown Guide
Resources This is a good guide to learn about the basic markdown syntax. Read More