Recovering Graphics Files

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Flashcards for reviewing graphics file forensics.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Bitmap images

Collection of dots.

2
New cards

Vector graphics

Based on mathematical instructions.

3
New cards

Metafile graphics

Combination of bitmap and vector.

4
New cards

Bitmap images

Grids of individual pixels.

5
New cards

Raster images

Collections of pixels, stored in rows, better for printing.

6
New cards

Screen resolution

Determines the amount of detail.

7
New cards

Vector Graphics

Uses lines instead of dots to store only the calculations for drawing lines and shapes; smaller than bitmap files and preserve quality when enlarged.

8
New cards

Metafile graphics

Combine raster and vector graphics, sharing advantages and disadvantages of both types; bitmap part loses quality when enlarged.

9
New cards

Raw file format

Digital negative, found on higher-end digital cameras; maintains the best picture quality.

10
New cards

Demosaicing

The process of converting raw picture data to another format.

11
New cards

Exchangeable Image File Format (Exif)

Commonly used to store digital pictures, developed as a standard for storing metadata in JPEG and TIF files; investigators can learn more about the type of digital camera and the environment in which pictures were taken.

12
New cards

Data compression

Coding data from a larger to a smaller form by getting rid of the redundancy.

13
New cards

Lossless compression

Reduces file size without removing data, based on Huffman or Lempel-Ziv-Welch coding, used for documentation purposes.

14
New cards

Lossy compression

Permanently discards bits of information, determines what data to discard based on vectors in the graphics file, used for analytical purposes.

15
New cards

Steganography

The practice of concealing a file, message, image, or video within another file, message, image, or video.

16
New cards

Steganography in Graphics Files

Hides information inside image files, two major forms: insertion and substitution; hidden data is not displayed when viewing host file in its associated program; you need to analyze the data structure carefully.

17
New cards

Substitution

Replaces bits of the host file with other bits of data, usually change the last two LSBs (least significant bit); detected with steganalysis tools (a.k.a - steg tools).

18
New cards

Steganalysis

The science of detecting the presence of hidden data in cover media files; it night need cryptanalysis.