Advanced digital forensics practice Flashcards

(19 cards)

1
Q

What is forensic data carving

A

Identifying and recovering hidden or deleted files from digital media based on analysis of file formats

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Where might a file be hidden

A

Lost clusters
Unallocated clusters
Slack space

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

List data hiding techniques

A

File manipulation
-file names
-hidden property

Disk manipulation
-hidden partitions
-bad clusters

Encryption
-Bit shifting
-Steganography

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you hide partitions

A

Delete references to partition
-recreate links for access

Use disk-partitioning utilities

Account for all disk space when analysing a disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you mark bad clusters

A

Place sensitive information on free space
Use disk editor to mark that space

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How is the logical size of a file determined

A

By the files actual size
Measured in bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How is the physical size of a file determined

A

Number of sectors allocated to the file
Clustered into 4s, each cluster is 2048 bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is bit shifting

A

An old technique used to shift patterns to alter byte values of data to make files look like executable code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How should you obtain the password needed to examine an encrypted file

A

Key escrow
Cracking password
-expert, powerful computers
Persuade suspect to reveal password
Dictionary attack
Brute force attack
Guess based on suspect profile

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What could be contained by a graphics file

A

Digital photographs
3D images
Scanned replicas of printed pictures

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is data compression

A

Coding data from a larger to smaller form

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is lossless compression

A

Reduces file size without removing data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is lossy compression

A

Permanently discards bits of information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you locate and recover graphics files

A

OS tools
-time consuming
-results difficult to verify

Computer forensics tools
-image headers
-reconstruct fragmented image files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do you identify graphics file fragments

A

Carving/salvaging
-Recovers all file fragments

Computer forensics tools
-carve from slack/free space
-helps identify image file fragments and put them together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you reconstruct file fragments

A

Locate and export all clusters of fragmented file
Determine starting and ending clusters of each group of clusters
Copy each group of clusters to a recovery file in the proper sequence
Rebuild file header so file is readable in a graphics viewer

17
Q

How does stenography hide data in image files

A

Insertion
-hidden data not displayed when host file is viewed
-can only hide a certain amount of data

18
Q

Describe program execution artifact investigations

A

Identify when certain programs were executed/used, how often they were used and who accessed them
Can help determine information about deleted and uninstalled programs
Proof of existing data in a location that is no longer available and the last time program was launched