The science of digital evidence
When a cyberattack happens, stopping the attacker is only half the job. You also need to figure out what happened, how it happened, who did it, and what was affected. That is the role of digital forensics. Digital forensics is the scientific examination of digital devices, storage media, and network activity to collect, preserve, and analyze evidence. The findings are used to understand incidents, support legal proceedings, and prevent future attacks.Digital forensics follows the same principles as physical crime scene investigation. Just like a detective preserves fingerprints and photographs a crime scene before touching anything, a forensic analyst creates exact copies of digital evidence and maintains a documented chain of custody.
When forensics is needed
Not every security alert requires a full forensic investigation. But certain situations demand one:The forensics process
Digital forensics follows a structured process designed to ensure evidence is collected properly, handled carefully, and analyzed thoroughly. Every step matters - cutting corners at any stage can invalidate the entire investigation.1
Legal hold
Immediately preserve all relevant data. No deletion, modification, or routine cleanup is allowed on any system that might contain evidence.A legal hold is a formal notice that tells everyone in the organization: stop destroying data. This includes:
- Disabling automated log rotation on relevant systems
- Suspending email deletion policies
- Preserving backup tapes that would normally be recycled
- Notifying employees to retain documents related to the incident
2
Chain of custody
From the moment you collect evidence, you must document every person who handles it, when they handled it, and what they did with it.The chain of custody is a documented trail that proves evidence has not been tampered with. It records:
If the chain of custody is broken - meaning there is a gap where evidence was unaccounted for - the evidence may be inadmissible in court. A defense attorney will argue it could have been tampered with during that gap.
3
Acquisition
Create exact, bit-for-bit copies (called forensic images) of all relevant drives and systems. You never work on the original evidence - you work on copies.Key principles:
- Use write blockers: Hardware or software devices that prevent any data from being written to the original drive. This ensures you don’t accidentally modify evidence while copying it.
- Create verified images: After imaging, generate a cryptographic hash (MD5 or SHA-256) of both the original and the copy. If the hashes match, your copy is a perfect replica.
- Image everything relevant: Hard drives, USB devices, mobile phones, cloud storage, RAM (volatile memory that is lost when the system powers off).
4
Analysis
This is where the detective work happens. Forensic analysts examine the evidence using specialized tools to reconstruct what happened.Analysts look for:
- Deleted files: Files that were “deleted” often still exist on the drive until their space is overwritten. Forensic tools can recover them.
- Registry entries: On Windows systems, the registry records software installations, USB device connections, user activity, and system configuration changes.
- Log entries: System, application, and security logs provide a timeline of events.
- Timestamps: File creation, modification, and access times reveal when things happened and in what order.
- Malware artifacts: Suspicious executables, scripts, configuration files, or network connections left behind by the attacker.
- Browser history and cached data: Websites visited, files downloaded, search queries.
- Email headers: Reveal the true origin of phishing emails, not just the display name.
5
Reporting
Document your findings in a clear, detailed report that can be understood by non-technical audiences - judges, executives, HR departments, and regulators.A forensic report typically includes:
- Executive summary (what happened, in plain language)
- Scope of the investigation (what was examined)
- Methodology (tools and techniques used)
- Findings (with supporting evidence - screenshots, log excerpts, timeline)
- Conclusions (what the evidence proves)
- Recommendations (how to prevent recurrence)
Writing for non-technical readers is a critical forensic skill. A brilliant analysis is worthless if the judge or CEO cannot understand it. Use plain language, visual timelines, and clear explanations.
6
E-Discovery
E-Discovery (electronic discovery) is the process of identifying, collecting, and producing electronically stored information (ESI) for legal proceedings.When an organization faces a lawsuit, regulatory inquiry, or internal investigation, lawyers need access to relevant digital documents - emails, chat messages, documents, database records, and more.E-Discovery is often handled by specialized legal technology teams, but security professionals are frequently involved because they understand where data lives and how to collect it without altering it.
Types of logs to analyze
Logs are the bread and butter of digital forensics. Every system, application, and device generates logs that record what happened and when. Knowing which logs to examine - and what to look for - is a core forensic skill.Log correlation
Individual logs are puzzle pieces. Log correlation is the process of assembling those pieces into a coherent picture by combining data from multiple sources and identifying patterns that no single log would reveal.How correlation works
Imagine you are investigating a suspected data breach at Donuts & Dragons. Looking at each log source in isolation, you see:- Firewall log
- Endpoint log
- Application log
The correlated picture
Alone, each log raises questions. Together, they tell a clear story:- 03:12 AM - An attacker launches PowerShell and runs a disguised executable on server 10.0.1.50
- 03:13 AM - The executable queries the POS database and exports all transaction data since January
- 03:14 AM - The exported data (4.2 GB) is transmitted to an external IP address (185.234.72.19)
- 03:27 AM - A second connection confirms the transfer completed
Real-world example: ransomware at Donuts & Dragons
Let’s walk through how a forensic investigation would unfold after a ransomware attack on our favorite donut shop.Discovery
Discovery
Monday, 7:00 AM. The opening manager arrives and finds every screen displaying a ransom note: a red dragon demanding 2 Bitcoin. The POS system is locked. The office computer is locked. The inventory management system is locked.The manager calls the owner, who calls the IT support company.
Initial assessment
Initial assessment
Monday, 8:30 AM. The IT team arrives and confirms:
- All Windows systems are encrypted with ransomware
- The file server, POS system, and office workstation are affected
- The Wi-Fi router and network switches appear unaffected (they run Linux)
- The most recent backup is from Friday at 11 PM
Evidence collection
Evidence collection
Monday, 10:00 AM. Forensic analysts:
- Create forensic images of all affected hard drives using write blockers
- Capture firewall and router logs before they rotate
- Image the email server to preserve the original phishing email
- Photograph all ransom note screens
- Collect RAM dumps from systems that are still powered on (ransomware decryption keys are sometimes found in memory)
Analysis
Analysis
Monday-Tuesday. Analysts examine the forensic images and discover:
Timeline reconstruction: The attacker phished an employee on Friday afternoon, moved laterally to the file server within 30 minutes, then waited until late Friday night to deploy the ransomware - maximizing damage and minimizing the chance of detection.
Conclusions and report
Conclusions and report
The forensic report concludes:
- Root cause: Employee clicked a phishing link. No email filtering or security awareness training was in place.
- Scope: Three systems encrypted. No evidence of data exfiltration.
- Recovery path: Restore from Friday 11 PM backup (data loss: approximately 30 minutes of Friday transactions).
- Recommendations: Implement email filtering, deploy security awareness training, enable multi-factor authentication, segment the network to limit lateral movement.
Forensics tools of the trade
Professional forensic investigators use specialized tools. Here are some you might encounter:EnCase
Industry-standard forensic platform used by law enforcement and corporations worldwide. Creates forensic images, analyzes file systems, and generates court-ready reports.
FTK (Forensic Toolkit)
Powerful forensic analysis tool known for its fast processing and ability to handle large datasets. Popular for email analysis and file carving.
Autopsy
Free, open-source forensic platform. Great for learning forensics. Performs file recovery, timeline analysis, keyword searching, and hash filtering.
Wireshark
Network traffic analyzer that captures and inspects packets in real time. Essential for understanding what data was transmitted over the network.
Key takeaways
Never touch the original
Always work from forensic images. The original evidence must remain pristine for legal proceedings.
Chain of custody is sacred
Every gap in custody is an opportunity for a defense attorney to challenge your evidence. Document everything.
Correlation reveals the story
No single log tells the whole story. Combine firewall, endpoint, application, and network logs to reconstruct events.
Write for your audience
Forensic reports must be understandable by non-technical readers - judges, executives, and regulators.

