
Filesystem Mounting Cheat Sheet
A consolidated reference for mounting disk images, virtual disks and forensic acquisitions on Linux: raw images, LVM volumes, EWF/E01 evidence files, VMDK virtual disks, Proxmox .vma backups, plus ...

A consolidated reference for mounting disk images, virtual disks and forensic acquisitions on Linux: raw images, LVM volumes, EWF/E01 evidence files, VMDK virtual disks, Proxmox .vma backups, plus ...

Workflow: Clone → Develop → Commit → Push using VSCode Dev Containers This guide explains how to work with a GitHub repository (e.g., a GitHub Pages blog) using Visual Studio Code Dev Containers f...
Scenario You are a SOC analyst and handling the alerts within your SIEM, ELK, is part of daily duties. Answer the following questions by analysing the alerts provided in README.txt! ELK Log Analy...
The following list of commands can be used in a local Windows environment to enumerate all useful information. Windows Operating System Enumeration Basic OS Information Get-ComputerInfo Install...
Introduction The NIST (National Institute of Standards and Technology) Incident Handling Process is a structured approach for managing security incidents, problems, and events. This process is det...
In today’s digital age, cybersecurity threats are increasingly complex and sophisticated and a member of a Blue Team has to know analyze them rapidly. For this reason I wanted to write a list of b...
The term “cyber” has a fascinating history that spans various languages and disciplines over time. This term finds its roots in the Sanskrit word “kubara,” which means “rudder” or “helm”, from whi...
ETHQuery is an University project: a simple client-side web application that performs queries upon Ethereum blockchain to receive transactions information about a wallet address. Github https://...

Introduction You were boasting on and on about your elite hacker skills in the bar and a few Bounty Hunters decided they’d take you up on claims! Prove your status is more than just a few glasses a...
Reconnaissance First of all, we start with a little scan to discover services and technology about target. TCP SYN SCAN –> https://nmap.org/book/synscan.html sudo nmap -sS <IP ADDRESS> -...