Digital Forensics Flashcards
Main file system used by Windows Vista/7/8/10
New Technology File System (NTFS)
File system natively supports (read and write) by all OS’s
File Allocation Table - 32 (FAT32)
RAID 0
Striped Array:
Provides rapid access and increased storage but lacks redundancy
Min. num of drives: 2
I.e. Disk0 = A1 A3 A5 A7
Disk1 = A2 A4 A6 A8
RAID 1
Mirrored Array:
Designed for data recovery but more expensive than RAID 0
Min. num of drives: 2
I.e. Disk0 = A1 A2 A3 A4
Disk1 = A1 A2 A3 A4
RAID 5
Places parity recovery data on each disk
Min. num of drives: 3
I.e. Disk0 = A1 B1 C1 Dp
Disk1 = A2 B2 Cp D1
Disk2 = A3 Bp C2 D2
Disk3 = Ap B3 C3 D3
RAID 6
Redundant parity on each disk
Min. num of drives: 4
I.e. Disk0 = A1 B1 C1 Dp Eq Disk1 = A2 B2 Cp Dq E1 Disk2 = A3 Bp Cq D1 E2 Disk3 = Ap Bq C2 D2 E3 Disk4 = Aq B3 C3 D3 Ep
RAID 10
Mirrored striping:
Aka RAID 1+0, combo of RAID 1/0
Min. num of drives: 4
I.e. RAID0= ( RAID1 = Disk0 = A1 A3 A5 A7 Disk1 = A1 A3 A5 A7
RAID1 =
Disk2 = A2 A4 A6 A8
Disk3 = A2 A4 A6 A8
)
NFTS Organization
NTFS Boot Sector ->
Master File Table ($MFT) ->
File System Data ->
Master File Table Copy ($MFTMirr)
of bytes in a sector?
512 bytes
Size of every MFT data record?
Two sectors or 1024 bytes
How many date and time stamps can you examine in on MFT entry? (Small/Med/Large)
Small: 4
Med: 8
Large: 12
4th amendment of the US Constitution?
Protects against unreasonable search and seizure
5th amendment of the US constitution?
Protects against self-incrimination
What is a sector?
The smallest physical unit in which data is stored on a spinning hard drive
File header and signature for JPEG?
Header: FF D8 (ÿøÿá)
Signature: “FILE”
What is a cluster?
A group of sectors, commonly 8 sectors per cluster
Advantages and disadvantages of a hard shutdown during digital evidence seizure
Advantages:
Simple, Effective, no software traps, no passwords needed
Disadvantages:
File system corruption, volatile data is lost, encryption
Advantages and disadvantages of using RAW data acquisition format
Advantages:
Fast data transfers, Flat format, can split images into smaller segmented files, computer forensics tools can read raw format
Disadvantages:
No compression
Features offered by proprietary formats?
Option to compress or not compress image files, can integrate metadata into the image file, offers encryption/password protection options
Two implementations methods used by hardware write-blockers
Write Failure, write success
Benefits of hardware and software write protection?
Hardware: Independent of OS, portable, scalable
Software: Easy to install, easy to implement
File deletion process for FAT32?
- The first character of the file name is changed to 0xE5
2. The clusters assigned to the file are marked as I allocated (0x00000000)
File deletion process for NTFS?
- The index for the entry is removed after searched for, and entries in the node are moved and overwrite the original entry
- Flag within the files MFT entry is changed from 0x01 to 0x00
Four possible entries used by FAT32 to represent a cluster’s status?
- Unallocated (0x0000 0000)
- Next Cluster in Run
- Bad Cluster (0x0FFF FFF7)
- Last Cluster in File (0x0FFF FFF8)
Three possible attributes within an MFT Entry
- $STANDARD_INFORMATION (0x10)
- $FILE_NAME (0x30)
- $DATA (0x80)
What are the four date and time stamps used in NTFS?
Access: last date and time the file was open
Modified: last date and time when the file’s data was changed
Entry: last date and time when the file’s attributes (MFT entry) were changed
Creation (Birth): Date and time when the file was created on the volume
How to convert 16-bit FAT32 hex value to date? (Ex. 0x4393)
- Convert to binary
- Year is first 7 bits added to 1980, month is middle 4 bits, day is last 5 bits
010001 1100 10011 = 12/19/2013
Difference between resident and non-resident data?
Resident data is contained within the MFT entry
Four types of deleted data?
- Recycle Bin
- Deleted file/folder
- Data Carving
- File Slack
Why are carved files difficult to use as evidence?
Their metadata is not recoverable
Forensic implications of SSD wear-leveling technologies?
Wear-leveling destroys metadata used in forensics and data-recovery