Basic Forensic Methodology

Do you use Hacktricks every day? Did you find the book very useful? Would you like to receive extra help with cybersecurity questions? Would you like to find more and higher quality content on Hacktricks? Support Hacktricks through github sponsors so we can dedicate more time to it and also get access to the Hacktricks private group where you will get the help you need and much more!

If you want to know about my latest modifications/additions or you have any suggestion for HackTricks or PEASS, join the 💬telegram group, or follow me on Twitter 🐦@carlospolopm. If you want to share some tricks with the community you can also submit pull requests to https://github.com/carlospolop/hacktricks that will be reflected in this book and don't forget to give ⭐ on github to motivate me to continue developing this book.

In this section of the book we are going to learn about some useful forensics tricks. We are going to talk about partitions, file-systems, carving, memory, logs, backups, OSs, and much more.

So if you are doing a professional forensic analysis to some data or just playing a CTF you can find here useful interesting tricks.

Creating and Mounting an Image

pageImage Adquisition & Mount

Malware Analysis

This isn't necessary the first step to perform once you have the image. But you can use this malware analysis techniques independently if you have a file, a file-system image, memory image, pcap... so it's good to keep these actions in mind:

pageMalware Analysis

Inspecting an Image

if you are given a forensic image of a device you can start analyzing the partitions, file-system used and recovering potentially interesting files (even deleted ones). Learn how in:

pagePartitions/File Systems/Carving

Depending on the used OSs and even platform different interesting artifacts should be searched:

pageWindows ArtifactspageLinux ForensicspageDocker Forensics

Deep inspection of specific file-types and Software

If you have very suspicious file, then depending on the file-type and software that created it several tricks may be useful. Read the following page to learn some interesting tricks:

pageSpecific Software/File-Type Tricks

I want to do a special mention to the page:

pageBrowser Artifacts

Memory Dump Inspection

pageMemory dump analysis

Pcap Inspection

pagePcap Inspection

Anti-Forensic Techniques

Keep in mind the possible use of anti-forensic techniques:

pageAnti-Forensic Techniques

Threat Hunting

pageBaseline Monitoring

Last updated