Ravindra BagaleCourses & study guides

28. Introduction to Digital Forensics

28.3 Types of Forensics

Type What it examines Example question
Disk forensics Hard drives, SSDs, USBs, files (even deleted) What files existed, when were they made/deleted?
Memory forensics RAM contents (a memory dump) What was running? Any password or malware in memory?
Network forensics Captured traffic, logs (Chapter 24) Where did data go? What connected out?
Mobile forensics Phones and tablets Calls, messages, app data, location

Deleted files are often recoverable: deleting usually removes only the pointer, not the data, until it is overwritten. Forensic tools "carve" files back from the raw disk. Memory forensics (tools like Volatility) can find things that never touch the disk – exactly why Meterpreter (Chapter 23) is dangerous but still detectable in RAM.

Ravindra Bagale's Tip

"If I delete a file, it's gone" is a misconception – even after emptying the recycle bin, the data stays on the disk until something else is written over that space. So when selling or throwing away a disk with sensitive data, don't just delete – do a secure wipe. This is a practical lesson for students.

Practice task

Match each to its type: recovering a deleted photo from a pen drive; finding malware in a RAM dump; tracing where stolen data was uploaded. Write the forensic type for each.