It been a while i did'nt talk about Digital Forensic And Incident Response . As a core part of cybersecurity ; we must know some concepts related to memory dump analysis ! Here is the picture ; i'm gonna show you how we triggers information from your dump files / RAM /USB KEY ............ Let's Dive in with this machine : FORENSICS coming from tryhackme.com 1 - Introduction to Memory Dump Analysis Memory dump analysis is a very important step of the Incident Response process . The RAM (memory) dump of a running compromised machine usually very helpful in reconstructing the events/activities that the attacker performed on the machine. So that rude ; to be simple , using a tool called Volatiltity is pretty helpull when doing stuff with memory dump If you haven't installed yet , check out this link https://github.com/volatilityfoundation/volatility3/releases/tag/v2.8.0 Let's go ! !...