forensic computing final Flashcards
(57 cards)
What are the types of file systems mentioned?
- NTFS
- FAT
- exFAT
- EXT
- HFS
- HFS+
- APFS
These file systems are used to organize and store data on storage devices.
What is the purpose of file systems?
To organize and store data on storage services
They define how files are named, stored, and retrieved, and are applied when formatting a drive or partitioning it.
What does FAT stand for?
File Allocation Table
It is the original file system in Windows, with FAT32 being commonly used today.
What is the maximum file size supported by FAT32?
4GB
What is exFAT commonly used for?
Large storage media, up to 256TB
It is often used in external devices like flash drives.
What does NTFS stand for?
New Technology File System
It is the default file system for Windows and supports large partition sizes and file sizes.
What are some features of NTFS?
- File permissions
- Encryption
- Compression
- Journaling
What are Alternate Data Streams (ADS)?
Used in NTFS to store additional data with files
This can include metadata, malware, or other hidden data.
What is EXT in the context of file systems?
Extended File System
Versions include ext2, ext3, and ext4, with ext4 being the most modern.
What storage capacity does ext4 support?
1 exabyte (EB)
What is the purpose of journaling in ext3 and ext4?
Helps protect against file corruption
What is HFS+?
Apple’s file system used until 2017
It supports up to 8 exabytes of file size and volume size.
What is APFS?
A newer file system introduced for SSDs
It supports 9 quintillion files.
What happens to files when they are deleted?
They are not fully removed; space is marked as available for overwriting.
What is data carving?
Recovering deleted files from unallocated space on a disk.
What is the impact of wear leveling in SSDs?
Ensures even usage of memory cells, making data recovery harder over time.
What is the recommended action for forensic imaging of SSDs?
Should be done as soon as possible to avoid data being overwritten.
What does the Windows Registry store?
Configuration settings and options on Windows operating systems.
What information does the Windows Registry contain?
- System hardware
- Installed software
- System settings
- User preferences
Why is analyzing the Windows Registry important?
It helps identify timelines for system usage and evidence of deleted or modified files.
What are some encryption tools mentioned?
- BitLocker (Windows)
- FileVault (Mac)
- VeraCrypt
What is pre-boot authentication?
Prevents unauthorized access by requiring user authentication before the OS can boot.
What do full disk encryption tools ensure?
The data on the entire disk is protected.
What are advanced encryption algorithms used for?
For high security in encryption tools.