- 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.
- Building a RESTful Web Service with Spring
- 實用防銹油配方與制備200例
- Python Deep Learning
- The Computer Vision Workshop
- 基于差分進化的優化方法及應用
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- ArcGIS By Example
- INSTANT Passbook App Development for iOS How-to
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Android項目實戰:手機安全衛士開發案例解析
- Java Hibernate Cookbook
- Spring Web Services 2 Cookbook
- Java程序設計及應用開發
- INSTANT PLC Programming with RSLogix 5000
- Learning Redux