IT Forensics · Linux
Forensic analysis of the inode structure – using metadata as a key forensic source
Inodes store key metadata about a file, including its size, permissions, owner, and timestamps for access, modification and status changes. The file name itself, however, is stored in the relevant directory entry, not in the inode.
This distinction between an inode and a directory entry is significant from a forensic perspective, as several directory entries may point to the same inode (hard links) and inodes may initially remain even after a directory entry has been removed.
Why LanCologne?
Since its foundation, LanCologne has specialised in professional IT forensics. Our staff have decades of experience in the field of information technology and assist companies, solicitors, private individuals and, on a regular basis, the courts in the technical investigation of complex digital matters.
The examination is, as a matter of principle, carried out exclusively on a forensic copy, a forensic image or a data source captured in a technically equivalent manner that preserves the integrity of the evidence. The original evidence remains unchanged and is stored in a manner that preserves its integrity.
Our services
We systematically analyse inode metadata, reconstruct time-stamp-consistent sequences of events, and map inode information even when the associated directory entries no longer exist.
Typical areas of application
This is how an inode analysis works
Following the backup, relevant inode metadata is systematically extracted and cross-referenced with the corresponding directory entries. Orphaned inodes without a current directory entry are examined separately in order to reconstruct any previous associations.
Why is inode analysis relevant in a forensic context?
Inode metadata provides precise timestamp and permission information, which is essential for reconstructing the chronology of system events. It often forms the basis for further forensic conclusions.
However, interpreting timestamps requires knowledge of the relevant mount options and kernel configuration, as these can affect how individual timestamps are updated. This is taken into account in every analysis.
Frequently Asked Questions
LanCologne – Linux Forensics Cologne
Do you require a professional forensic investigation into „forensic analysis of the inode structure"? LanCologne can assist you with the legally admissible preservation of digital evidence and the transparent analysis of relevant Linux artefacts.
Related to this topic
- Forensic analysis of extended attributes (xattr) – Additional metadata beyond standard attributes
- Forensic analysis of OverlayFS – Correctly analysing layered file systems
- Forensic analysis of partition tables (GPT/MBR) under Linux – Reconstructing the basic disk structure
- Forensic classification of deleted files on Btrfs and XFS – specifically taking into account the differences compared to ext4