- Windows Forensics Cookbook
- Oleg Skulkin Scar de Courcier
- 652字
- 2021-07-02 20:57:47
How to do it...
After starting your freshly installed digital forensics tool, the first window you see is Welcome. Here we have three main options:
- Create New Case - this option will create a new case for you
- Open Recent Case - this option will open the last case you worked on
- Open Existing Case - this option allows you to choose one of the cases present on your workstation

As we just installed Autopsy, we don't have any cases, so our choice is the Create New Case option. Now you will see a New Case Information window.
- In the first step, Case Info, we have two fields to fill in; the third will be completed automatically. You should type your case number or name in the first field, Case Name, and choose the directory for your case files in the second, Base Directory (use the Browse button). The third field will show the path to your case files (base directory + case name).

- The second step, Additional Information, is optional: you can leave both fields blank. However, it is usually better to fill them in. The first field should contain your case number, the second your name.

- Click Finish and the case will be created.
- It's time to select the data source, here is the Add Data Source window. The first thing you should do is select the data source type. Three options are available:
-
- Image or VM File - this option allows you to choose a forensic image in one of the supported formats, or a virtual machine disk, for example, that was found during the examination of an image
- Local Disk - this option allows you to choose a physical drive connected to your workstation, or a mounted logical drive (for example, D:)
-
- Logical Files - this option allows you to choose files and folders for analysis, for example, from a mounted forensic image

- Don't forget to choose the right time zone.
- In the next step, you should choose ingest modules to run. Autopsy ingest modules analyze the files on the data source and parse their contents. As the main aim of this recipe is to show you how to undelete files from NTFS, we have chosen just a few modules, including:
-
- File type identification - identifies files based not on their extensions, but their internal signatures
- Extension mismatch detector - uses File Type Identification Module results to flag the files with an extension that is not usually associated with the detected file type
- Embedded file extractor - extracts data from different archive formats, including DOCX, XLSX, PPTX, and others

- Click Next and data source processing will start.
- After some time, depending on the size of the data source, the Finish button will become active: click it and you are ready to analyze the file system(s).
The point of this recipe is to teach you how to undelete files from NTFS. The thing is, when a file is deleted, it's not erased; it is simply marked as deleted in the MFT entry for the file. So, until the file is overwritten, it can be recovered, and Autopsy can help digital forensic examiners with this. It even sorts out all the deleted files for you: just go to Views - Deleted Files on the left pane (the Tree Viewer).

You can use this option to recover files, or browse the file system(s) via the Data Sources option. Deleted files have red cross icons on the left. To recover a file or files:
Right-click on the file or files (mark all the files you want to recover beforehand)
Choose Extract File(s)
Choose the destination folder
Click Save
Yes, it is that easy!
- ClickHouse性能之巔:從架構設計解讀性能之謎
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- ThinkPHP 5實戰
- Learning PostgreSQL
- Rust編程:入門、實戰與進階
- Getting Started with SQL Server 2012 Cube Development
- JavaScript動態網頁開發詳解
- Python完全自學教程
- NGINX Cookbook
- HTML 5與CSS 3權威指南(第3版·上冊)
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- C專家編程
- QGIS Python Programming Cookbook(Second Edition)
- IPython Interactive Computing and Visualization Cookbook
- JSP應用與開發技術(第3版)