Module 04 - Data Acquisition Format

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

1/35

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:07 PM on 4/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

36 Terms

1
New cards

What creates a bit-by-bit copy of the suspect drive?

Raw format

2
New cards

What images in this format are usually obtained by using the dd command?

Raw format

3
New cards

What are the advantages of raw format?

Fast data transfers

4
New cards

What are the advantages of raw format?

Minor data read errors on source drive are ignored

5
New cards

What are the advantages of raw format?

Read by most of the forensic tools

6
New cards

What are the disadvantages of raw format?

Requires same amount of storage as that of the original media

7
New cards

What are the disadvantages of raw format?

Tools (mostly open source) might fail to recognize/collect marginal (bad) sectors from the suspect drive

8
New cards

What has a low threshold of retry reads on weak media spots on a drive?

Freeware tools

9
New cards

What use more retries to ensure all data is collected?

Commercial acquisition tools

10
New cards

Which of the following explains proprietary format?

Commercial forensics tools acquire data from the suspect drive and save the image files in their own formats.

11
New cards

What features do proprietary format commercial forensics tools offer?

Option to compress the image files of the evidence disk/drive in order to save space on the target media

12
New cards

What features do proprietary format commercial forensics tools offer?

Ability to split an image into multiple segments, in order to save them to smaller target media such as CD/DVD, while maintaining their integrity

13
New cards

What features do proprietary format commercial forensics tools offer?

Ability to incorporate metadata into the image file, which includes date and time of acquisition, hash values of the files, case details, etc.

14
New cards

What is a disadvantage of proprietary format commercial forensics tools?

Image file format created by one tool may not be supported by other tool(s)

15
New cards

What is an open-source data acquisition format that stores disk images and related metadata?

Advanced Forensics Format (AFF)

16
New cards

What was the objective behind the development of Advanced Forensics Format (AFF)?

To create an open disk imaging format that provides users an alternative to being locked into a proprietary format.

17
New cards

What is the AFF file extensions for the AFF metadata?

.afm

18
New cards

What is the AFF file extensions for segmented image files?

.afd

19
New cards

True or False: There are no implementation restrictions imposed by AFF on forensic investigators, as it is an open-source format.

True

20
New cards

What has simple design and is accessible through multiple computing platforms and OSes?

Advanced Forensics Format (AFF)

21
New cards

What provides option to compress the image files and allocates space to record metadata of the image files or segmented files and provides internal consistency checks for self-authentication?

Advanced Forensics Format (AFF)

22
New cards

Advanced Forensics Format (AFF) supports two compression algorithms. Which of the following is one of them?

Zlib, which is faster but less efficient

23
New cards

Advanced Forensics Format (AFF) supports two compression algorithms. Which of the following is one of them?

LZMA, which is slower but more efficient

24
New cards

The actual disk image in AFF is a _______, which is composed of segments

with drive data and metadata.

Single file

25
New cards

True or False: AFF file contents can be compressed and uncompressed. AFFv3 supports AFF, AFD, and AFM file extensions.

True

26
New cards

Who created the Advanced Forensic Framework 4 (AFF4) as a redesigned and revamped version of the AFF format?

Michael Cohen, Simson Garfinkel, and Bradly Schatz

27
New cards

What was designed to support storage media with large capacities?

Advanced Forensic Framework 4 (AFF4)

28
New cards

What is referred to its design as being object-oriented as the format consists of generic objects (volumes, streams, and graphs) with externally accessible behavior?

Advanced Forensic Framework 4 (AFF4)

29
New cards

What is an abstract information model that allows storage of disk image data in one or more places while the information about the data is stored elsewhere and stores more kinds of organized information in the evidence file? It offers unified data model and naming scheme.

Advanced Forensic Framework 4 (AFF4)

30
New cards

What can support a vast number of images and offers a selection of container formats such as Zip and Zip64 for the binary files, and simple directories?

Advanced Forensic Framework 4 (AFF4)

31
New cards

What supports storage from the network and the use of WebDAV (an extension of the HTTP protocol) that enables imaging directly to a central HTTP server?

Advanced Forensic Framework 4 (AFF4)

32
New cards

What supports also maps, which are zero-copy transformations of data? Zero-copy transformations spare the CPU from having to perform the task of copying data from one memory area to another, thus increasing its efficiency.

Advanced Forensic Framework 4 (AFF4)

33
New cards

True or False: AFF4 supports image signing and cryptography

True

34
New cards

Advanced Forensic Framework 4 (AFF4) object types include which of the following?

Volumes: They store segments, which are indivisible blocks of data

35
New cards

Advanced Forensic Framework 4 (AFF4) object types include which of the following?

Streams: These are data objects that can help in reading or writing, for example, segments, images, and maps

36
New cards

Advanced Forensic Framework 4 (AFF4) object types include which of the following?

Graphs: Collections of RDF statements