DIGITAL INVESTIGATION ACTIVE

Cybersecurity Life Investigation Center

Digital Forensics

Discover how digital investigators collect, preserve, examine, and analyze electronic evidence to uncover cyberattacks, recover deleted information, and reconstruct digital events.

01 Identify
02 Preserve
03 Analyze
04 Report
SCANNING

evidence-analysis.exe

> Mounting forensic image...

> Verifying SHA-256 hash...

> Searching deleted files...

> Extracting metadata...

> Building activity timeline...

> Evidence integrity confirmed

What Is Digital Forensics?

Digital forensics is the process of investigating computers, mobile devices, networks, cloud systems, and other electronic technology to locate and analyze evidence.

01

Following the Digital Trail

Almost every action performed on a digital device leaves behind some form of evidence. Investigators examine files, logs, browser history, messages, timestamps, metadata, and network activity to determine what happened.

The goal is not simply to find information. Investigators must collect evidence in a way that protects its integrity and allows their findings to be verified.

File Systems Metadata System Logs Network Traffic

Cybercrime

Investigators may examine ransomware, hacking, identity theft, fraud, data breaches, and unauthorized system access.

Incident Response

Forensics helps security teams determine how an attacker entered a system, what was affected, and whether access remains.

Data Recovery

Deleted, hidden, damaged, or partially overwritten files may sometimes be recovered from storage devices.

Legal Evidence

Proper documentation and evidence handling may allow forensic findings to support legal or disciplinary investigations.

Types of Digital Forensics

Digital evidence can be found across many different devices, operating systems, networks, and online services.

01

Computer Forensics

Examines desktops, laptops, hard drives, solid-state drives, removable media, operating systems, and user activity.

  • Deleted files
  • Login activity
  • Application history
  • File-system artifacts
02

Mobile Forensics

Focuses on smartphones, tablets, mobile applications, call records, messages, media, location data, and backups.

  • Messages and calls
  • Application data
  • Photos and videos
  • Device backups
03

Network Forensics

Analyzes network packets, firewall logs, connection records, DNS requests, and unusual traffic patterns.

  • Packet captures
  • IP connections
  • DNS activity
  • Intrusion evidence
04

Cloud Forensics

Investigates evidence stored in cloud services, virtual systems, hosted applications, and online accounts.

  • Cloud audit logs
  • Account activity
  • Virtual machines
  • Remote storage
05

Memory Forensics

Examines volatile system memory to locate active processes, malware, encryption keys, and network sessions.

  • Running processes
  • Malware traces
  • Active connections
  • Memory-resident data
06

Email Forensics

Reviews email headers, message routes, attachments, timestamps, sender details, and phishing indicators.

  • Email headers
  • Sender verification
  • Malicious links
  • Attachment analysis

The Digital Forensics Process

A structured process helps investigators protect evidence, maintain accuracy, and clearly explain their conclusions.

01

Initial Stage

Identification

Determine which devices, accounts, systems, logs, and storage sources may contain evidence related to the incident.

$ identify --potential-evidence
02

Protection Stage

Preservation

Isolate and protect evidence from modification, deletion, corruption, contamination, or unauthorized access.

$ preserve --write-protected
03

Collection Stage

Acquisition

Create forensic copies of storage media or collect relevant data while maintaining the original evidence.

$ acquire --bitstream-image
04

Research Stage

Examination

Search the acquired evidence for files, logs, timestamps, communications, hidden data, and other useful artifacts.

$ examine --recover-artifacts
05

Interpretation Stage

Analysis

Connect the discovered evidence, reconstruct events, identify suspicious behavior, and determine the likely sequence of activity.

$ analyze --build-timeline
06

Final Stage

Reporting

Document the methods, evidence, findings, limitations, and conclusions in a clear and understandable report.

$ report --verified-findings

Common Sources of Digital Evidence

Useful evidence may be stored in expected locations or hidden deep inside system files and application data.

01

Files and Documents

Created, modified, downloaded, encrypted, hidden, or deleted files.

02

System and Security Logs

Authentication attempts, software activity, errors, alerts, and operating-system events.

03

Browser Activity

Browsing history, cached content, cookies, downloads, saved sessions, and search records.

04

Communication Records

Emails, text messages, chat data, social-media activity, and call records.

05

Network Activity

IP addresses, packet captures, remote connections, firewall logs, and DNS requests.

CASE FILE

CL-DF-2026-0719

ACTIVE
FORENSIC IMAGE device-image.E01 500 GB • Read Only
SHA-256 HASH 84f0c4a8d9257e40
5261a7b43e91d77c
Evidence Analysis 78%
14,824 Files Indexed
387 Deleted Files
42 Flagged Items
100% Integrity
EVIDENCE RECORD

Chain of Custody

Evidence ID DF-0719-A01
Device Type Solid-State Drive
Collected By Authorized Investigator
Evidence Status Verified
INTEGRITY CONFIRMED

Understanding the Chain of Custody

The chain of custody is a documented history showing who collected, handled, transferred, examined, and stored a piece of evidence.

Every important action involving the evidence should be recorded. This helps demonstrate that the evidence was not altered or mishandled during the investigation.

01

Record when and where the evidence was collected.

02

Document every person who handled the evidence.

03

Use secure packaging, storage, and access controls.

04

Verify forensic copies with cryptographic hashes.

Digital Forensics Tools

Investigators use specialized tools to acquire, search, recover, organize, and interpret digital evidence.

DISK ANALYSIS

Autopsy

A graphical digital-forensics platform used to examine disk images, recover files, search artifacts, and build timelines.

COMMAND LINE

The Sleuth Kit

A collection of command-line tools used to examine file systems, storage media, and forensic disk images.

NETWORK ANALYSIS

Wireshark

Captures and analyzes network packets to reveal suspicious connections, protocols, traffic, and transferred data.

MEMORY ANALYSIS

Volatility

Examines memory captures to locate processes, malware, network sessions, command history, and other volatile data.

DISK IMAGING

FTK Imager

Creates forensic images, previews evidence, calculates hashes, and exports files without modifying the source.

MOBILE ANALYSIS

Mobile Extraction Tools

Specialized forensic platforms can collect and analyze supported mobile-device data, backups, messages, and apps.

Why Investigators Use Cryptographic Hashes

A cryptographic hash produces a unique digital fingerprint for a file or forensic image. Investigators calculate the hash before and after analysis to confirm the evidence has not changed.

01

Integrity Verification

Matching hashes provide evidence that the forensic copy remains identical to the source.

02

Duplicate Detection

Hashes can identify duplicate files without opening and manually comparing each file.

03

Known File Identification

Hash databases may help classify known system files or previously identified malicious files.

SOURCE

Original Drive

A94F...D210

HASH MATCH

COPY

Forensic Image

A94F...D210

Building a Digital Timeline

Investigators compare timestamps from files, applications, system logs, and network activity to reconstruct what occurred.

09:14 AM

User Account Accessed

Successful authentication recorded from an unfamiliar external IP address.

09:19 AM
FILE

Sensitive Archive Created

Multiple documents were compressed into a newly created archive file.

09:26 AM
NETWORK

Outbound Connection Detected

The system established a connection with an unauthorized remote server.

09:31 AM
DELETE

Evidence Deletion Attempt

Temporary files and activity logs were deleted shortly after the outbound transfer.

Digital Forensics Best Practices

01

Protect the Original

Analyze forensic copies whenever possible instead of directly working on the original device.

02

Use Write Protection

Write blockers can help prevent an examination computer from modifying evidence storage media.

03

Document Every Step

Record the tools, settings, commands, observations, dates, times, and actions used during the investigation.

04

Verify with Hashes

Calculate and compare cryptographic hashes to demonstrate that evidence remains unchanged.

05

Maintain Security

Limit evidence access to authorized people and store it in a secure, controlled location.

06

Remain Objective

Report what the evidence supports and clearly separate confirmed facts from assumptions or interpretations.

Can Deleted Files Always Be Recovered?

Deleted files are not always immediately erased. In many file systems, the storage space is marked as available while the original data may remain until it is overwritten.

Recovery depends on the storage device, operating system, encryption, file-system behavior, device usage, and whether the original data has already been replaced.

!

The Correct Answer

Deleted information may sometimes be recovered, but recovery is never guaranteed.

Active Recoverable Overwritten

Every Digital Action Can Leave Evidence

Digital forensics turns system artifacts, network activity, files, and metadata into an understandable timeline of events.

CASE STATUS

Evidence Verified

Investigation Complete