-
Book Overview & Buying
-
Table Of Contents
Digital Forensics Cookbook
By :
Leaving Windows behind, we move analysis to two Unix-like platforms: the proprietary Apple macOS and the open-source Linux. These operating systems share many command-line and filesystem conventions and produce similar classes of artifacts that are quite different from Microsoft Windows.
Apple macOS runs on Apple's hybrid XNU kernel and exposes a BSD-style userland and shell. Unlike Windows, macOS does not use a central hierarchical registry; instead, it relies on Property List (.plist) files, SQLite databases, unified logging, and other file-based sources for configuration and usage data. Many low-level Darwin components are open source, but the full macOS platform and GUI frameworks are proprietary and tied to Apple hardware.
Linux, on the other hand, uses the Linux kernel and a GNU-style userland. Linux distributions vary widely, but they share core Unix behaviors like text configuration files, shell histories, standard filesystem layouts, and common CLI...