- Windows Forensics Cookbook
- Oleg Skulkin Scar de Courcier
- 116字
- 2021-07-02 20:57:46
NTFS Analysis with The Sleuth Kit
The Sleuth Kit is a collection of command-line tools (and also a library) for the forensic analysis of drive images. These tools can help you with analysis of both volume and file system data (in a non-intrusive fashion, of course). It's cross-platform, so you can use any operating system you like to work with this toolkit. It supports both RAW and E01 images, so you can use any image that you acquired while following the previous recipes. This collection of tools will be very useful in your future digital forensic examinations: it supports a wide range of file systems, including NTFS, FAT, ExFAT, EXT2, EXT3, EXT4, HFS, and so on.
推薦閱讀
- Learning Neo4j
- Python零基礎快樂學習之旅(K12實戰訓練)
- Learning Informatica PowerCenter 10.x(Second Edition)
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Serverless架構
- PHP編程基礎與實例教程
- OpenStack Networking Essentials
- Learning iOS Security
- Java并發編程:核心方法與框架
- Python Digital Forensics Cookbook
- Android智能手機APP界面設計實戰教程
- RESTful Web API Design with Node.js(Second Edition)
- C語言程序設計
- SAP HANA Cookbook
- Python GUI設計:tkinter菜鳥編程