Storage and Forensic Gathering Flashcards

1
Q

What types of write blockers are there?

A

Software and Hardware.

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

What is a type of software blocker?

A

Caine

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

What do you need to collect when examining physical media?

A

Collect the specs of each drive.
What the serial number is.
Any scratches or damage.
This size of the drive.
Other identifying features.

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

Why is taking notes of the physical media important?

A

It is to make sure that any and all issues are spotted and so that drives arent switch ruining evidence.

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

What is Hashing?

A

Its a unique signature or bit count of media.

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

When should you check the hash?

A

You should check before and after ananlysis.

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

What are common types of hashing algorithms

A

MD5 and SHA (256)

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

What is the comand to collect a forensic image?

A

dd if=(input_file) of=(output_file) bs=(block_size)

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

What does the “dd if=(input_file) of=(output_file) bs=(block_size)” comand do?

A

It is used to collect a foresic image.

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

Explain this example “dd if=gptimage.raw of=/dev/loop0 bs=512 skip=2048 count=204800”.

A

get file gptimage from the location /dev/loop0 into a space of size 512 starting at 2048 and taking 204800 bits.

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