Wrapped Keys
In our last post, we discussed both Volume and Container Keybags and how they protect wrapped Volume Encryption and Key...
Digital Forensic Researcher and Educator
In our last post, we discussed both Volume and Container Keybags and how they protect wrapped Volume Encryption and Key...
APFS is designed with encryption in mind and removes the need for the Core Storage layer used to provide encryption...
With the release of macOS 11, Apple added a security feature to APFS called sealed volumes. Sealed volumes can be...
Data in APFS that is too large to store within records is stored elsewhere on disk and referenced by data...
Each APFS file system entry has both an inode and directory record. The inode record stores metadata such as the...
Each APFS volume has a logical file system stored on disk as a collection of File System Objects. Unlike other...
The Volume Superblock is a data structure containing key information about an individual APFS volume. This post covers locating the...
Earlier in this series, we discussed APFS Containers and how they address physical objects via a fixed block size. This...
Mastering the skill of B-Tree traversal is essential in parsing information from APFS. Our last post gave an overview of...
In yesterday’s post, we discussed Checkpoint Maps, the simple linear-time data structures that APFS uses to manage persistent, ephemeral objects....