- Windows Forensics Cookbook
- Oleg Skulkin Scar de Courcier
- 270字
- 2021-07-02 20:57:37
Windows file system
Windows machines use NTFS, which used to stand for New Technology filesystem, although the acronym has now become obsolete. All versions of Windows run on NTFS as default.
The main thing to remember about NTFS is that everything is a file. The idea behind the filesystems creation was that it would be easily scalable, as well as being secure and reliable at all levels. This does present some unique challenges for forensic investigation and administrative usage, however knowing that any file can be located anywhere on the system makes it challenging to understand precisely what one is looking at when analyzing a machine.
The Master File Table (MFT) is the basis of the filesystem. In here, we find all the relevant information concerning files. It is worth noting that the first entry in the MFT is an entry that refers to the MFT itself, which can confuse people who are new to Windows filesystem analysis.
One of the most important elements in Windows investigations is the registry, where keys containing information regarding the configuration of the system, along with other forensic gems are stored. Tools such as RegEdit and RegRipper can be very useful in registry analysis, as can many of the more widely used general forensic programs, such as EnCase and BlackLight.
We will discuss the specifics of various investigative elements within the Windows NT filesystem throughout the book. For the moment, the most pertinent points to remember are that everything in NTFS is a file; that the master file table forms the base of the filesystem; and that the registry contains useful system configuration information.
- JSP網絡編程(學習筆記)
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- 算法精粹:經典計算機科學問題的Python實現
- Mastering Scientific Computing with R
- Learn Swift by Building Applications
- Mastering AndEngine Game Development
- 從0到1:Python數據分析
- Processing創意編程指南
- 軟件工程與UML案例解析(第三版)
- Arduino電子設計實戰指南:零基礎篇
- Docker:容器與容器云(第2版)
- Applied Deep Learning with Python
- Java Web應用開發
- 少年小魚的魔法之旅:神奇的Python
- PHP程序設計高級教程