4.8c digital forensics

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/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:47 PM on 8/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Digital forensics

The formal process of collecting, preserving, and analyzing data from a security event, used both to understand what happened and to support potential legal proceedings.

2
New cards

RFC 3227

Guidelines for Evidence Collection and Archiving, the industry best-practice reference for digital forensics.

3
New cards

Legal hold

A formal request, typically from a lawyer, specifying what data must be preserved and made available; sent to the data custodian.

4
New cards

Data custodian

The person or role responsible for evaluating a legal hold and managing acquisition of the requested data.

5
New cards

ESI (Electronically Stored Information)

Digital data held in a separate repository specifically for legal hold purposes.

6
New cards

Data format conversion (legal hold)

Proprietary data formats sometimes need conversion into a standard, usable form before being stored for legal purposes.

7
New cards

Pristine/unmodified data integrity

The core forensic requirement: collected data must remain unchanged throughout the investigation.

8
New cards

Chain of custody (digital)

Documentation of who accessed evidence and when, using hashes and digital signatures to prove data integrity; the digital equivalent of a sealed evidence bag.

9
New cards

Chain of custody mechanism

Secured using the same hashing/digital signature technique seen in code signing and email security: hash at collection, re-verify on each access to prove nothing changed.

10
New cards

Data acquisition sources

Disk, memory, firmware, file system, network devices, firewall logs, VM snapshots; evidence can come from many different locations.

11
New cards

Non-obvious evidence sources

Log files, recycle bin, temporary storage, browser bookmarks, saved logins; often overlooked but valuable.

12
New cards

Forensic reporting components

Summary/overview, detailed acquisition documentation, analysis (factual data description), and conclusion (interpretation of what happened).

13
New cards

Working from copies

Analysis is performed on copies of original evidence, never the original itself, preserving the source and providing a backup.

14
New cards

Remote wipe risk (mobile forensics)

Mobile devices can be remotely erased, making it critical to copy data immediately and work from copies rather than the live device.

15
New cards

Live data acquisition

Collecting data while a system is still running, especially important for encrypted systems that lock down automatically on power-off.

16
New cards

E-discovery

The process of collecting, preparing, reviewing, interpreting, and producing electronic documents or data; acquisition only, with no analysis requirement.

17
New cards

E-discovery vs forensics

E-discovery is purely about gathering and handing over data, e.g. imaging a drive. Formal forensic analysis, interpreting and recovering deleted data, is a separate, subsequent process.