Cyber Forensics Midterm

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:57 PM on 9/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

A hash matches, but chain of custody has a gap. What does the ahs prove?

Data Integrity

2
New cards

A powered-on encrypted laptop is unlocked. What could shutdown destroy

Volatile Evidence

3
New cards

Which evidence is most volatile?

RAM

4
New cards

Why examine a forensic copy instead of the original?

Protect the Original

5
New cards

What does a write blocker mainly prevent?

Writes to the source

6
New cards

Which tool action acquires an entire selected storage device?

Create Disk Image

7
New cards

A logical file collection usually misses what?

Unallocated Space

8
New cards

Which format can store case metadata and use lossless compression?

E01

9
New cards

Unallocated space is best described as:

Not assigned space

10
New cards

Unused bytes in a file’s final allocated cluster are called:

File Slack

11
New cards

A cluster is:

A filesystem allocation unit

12
New cards

An LBA is:

A Logical block address

13
New cards

Which NTFS structure stores records about files and folders?

MFT

14
New cards

A deleted file is recovered using its surviving filesystem record. Method?

Metadata-based recovery

15
New cards

No filesystem record survives. A tool searches raw bytes for JPEG structure. Method?

Carving

16
New cards

Which is a common JPEG starting signature?

FF D8 FF

17
New cards

Changing photo.jpg to photo.txt changes:

Only its filename extension

18
New cards

Why can carving lose the original filename?

Filesystem metadata may be gone

19
New cards

A JPEG header is overwritten. What matters most?

Which bytes were lost

20
New cards

Why can overwritten data become unrecoverable?

Original bytes were replaced

21
New cards

Fragmentation means a file is:

Stored in noncontiguous areas

22
New cards

Why is fragmented-file recovery harder after metadata loss?

Fragments may be hard to locate/order

23
New cards

HDDs store data mainly using

Magnetic patterns

24
New cards

NAND erase normally happens at what level?

Block level

25
New cards

TRIM mainly tells an SSD

Data i no longer needed

26
New cards

Garbage collection mainly helps an SSD

Reclaim storage internally

27
New cards

Wear leveling primarily helps:

Balance NAND Wear

28
New cards

The Windows Registry mainly stores:

Configuration/system information

29
New cards

Windows Event Logs record

Selected System/app/security events

30
New cards

Prefetch can support evidence that:

A program executed

31
New cards

A windows LNK file is best described as

A shortcut/reference

32
New cards

Jump Lists mainly relate to:

Frequent/pinned app items

33
New cards

On modern Windows, recycle Bin Metadata can preserve:

Origin Path, Time of deletion, and File name

34
New cards

USB + Excel + LNK time stamps close together prove file transfer.

False

35
New cards

A timestamp should be treated as:

Context requiring interpretation

36
New cards

When you create a standard physical image of an SSD, what is usually captured?

Data exposured

37
New cards

Autopsy finds a USB artifact sourced from the SYSTEM Registry hive. What does this mean?

USB information was parsed from the Registry

38
New cards

If deleted data still physically exists on an SSD, forensic software can always recover it.

False

39
New cards

A fragmented file is necessarily damaged because its data is stored in noncontiguous clusters.

False

40
New cards

A matching hash can prove integrity, but it cannot fix a gap in chain of custody.

True

41
New cards

In the Windows Registry, how is a hive different from a key?

A hive is a major Registry collection; a key is inside it

42
New cards

What is the correct order of the forensic process

Identify —> Preserve —> Collect —> Examine —> Analyze —> Report

43
New cards

A suspect Computer arrives powered OFF. What should the examiner do?

Keep it off and acquire it using forensic tools

44
New cards

Why might an examiner choose E01 instead of Raw/dd?

E01 supports metadata and compression

45
New cards

File slack is the unused space between the end of a file and the end of its _____

Final allocated cluster

46
New cards

Clusters are managed by ____, while sectors are presented by the ____.

File System; storage device

47
New cards

What is the difference between a partition and a volume?

Partition = disk region; Volume = usable logical storage

48
New cards

What is the difference between an actuator arm and a read/write head in an HDD?

Arm position the head; head reads/writes data

49
New cards

If only the end of a file is overwritten, some of the file may still be recoverable.

True

50
New cards

Deleted-data recovered from an HDD is generally trickier than from an SSD.

False