IONSEC

Topic hub

Digital forensics (DFIR)

Definition

Digital forensics and incident response (DFIR) — Digital forensics and incident response (DFIR) is the combined discipline of collecting and analysing digital evidence to establish what happened during a cyber attack, and managing that attack end to end.

The evidence that answers the hardest questions is the evidence that disappears first. This hub covers how forensic investigations are actually run — what gets collected, in what order, and under what chain of custody — and the open-source tooling we built because the commercial options did not cover the case in front of us.

Order of volatility

Evidence is collected most-volatile first, because each step risks destroying what comes before it. Memory and running process state vanish on shutdown. Network connections and ARP caches turn over in seconds. Temporary files and swap survive slightly longer. Disk, logs and archived backups persist longest. An acquisition that starts with a disk image and gets to memory afterwards has already lost the memory.

Chain of custody

Evidence only carries weight if you can show it has not changed since collection. That means cryptographic hashing at the moment of acquisition, a documented record of every person who handled it and when, and working on copies rather than originals. Our own tooling — MAES for Microsoft 365, Forti-DFIR for Fortinet environments, the DO Audit Log Scraper — hashes at extraction time for exactly this reason.

Where the evidence lives now

Forensics used to mean disk imaging. Increasingly the artefacts that matter are in places that have no disk at all: SaaS audit logs with short retention windows, cloud control-plane events, container runtimes that are destroyed on redeploy, and AI agent runtimes where the reasoning trace exists only in transit. Each of these needs its own acquisition method, and most need it configured before the incident.

Everything we have published on digital forensics (dfir)

12 pieces of research, tooling and case-study work.

ArticleThe Machine Has No Disk: Forensic Readiness for AI Agent RuntimesForensic readiness for AI agent runtimes — Cloudflare Computer, NVIDIA OpenShell, and the collapse of the endpoint as an evidence source.Aug 2026 · 30 minArticleCoercion to krbtgt: NTLM Relay and ADCS ESC8 in 2026A full ESC8 walkthrough against a lab domain, then the forensic reconstruction — why the certificate serial, not the source IP, is the artifact that ties the whole chain together.Jul 2026 · 15 minToolsMAES: The M365 Analyzer & Extractor SuiteAt IONSEC, we’re excited to introduce MAES: The M365 Analyzer & Extractor Suite — an open-source platform purpose-built to simplify and accelerate Microsoft 365 (M365) forensic investigations.Aug 2025 · 2 minToolsTikun13 Checker – כלי קוד פתוח לבדיקת יישום תיקון 13Tikun13 Checker הוא כלי קוד פתוח, מבוסס דפדפן, שפותח על ידי IONSEC כדי לסייע לארגונים בישראל ליישם את דרישות תיקון 13 לחוק הגנת הפרטיות.Aug 2025 · 2 minToolsDO Audit Log Scraper v2.0The DO Audit Log Scraper is a Chrome/Chromium extension that enables forensic-grade audit log extraction.Aug 2025 · 3 minToolsFlareInspect - Cloudflare Assessment ToolFlareInspect is a CLI-based assessment framework designed to revolutionize how organizations evaluate and monitor their Cloudflare security posture.Aug 2025 · 5 minToolsForti-DFIR: Open-Source Framework for Fortinet Forensics & Incident ResponseAt IONSEC, we’re proud to introduce Forti-DFIR — an open-source initiative created to give security teams the tools they need for forensic investigations and incident response in Fortinet environments.Aug 2025 · 2 minToolsRansomProtect – Open-Source Defense Against Ransomware & WipersRansomProtect is our open-source tool that detects and blocks ransomware and wipers early in the infection chain, where built-in OS defenses fall short.Jul 2025 · 1 minArticleWhy Malware Analysis Training is Vital: Lessons from Real-World Cyber AttacksPicture this: airport metal detectors efficiently catch large, obvious weapons, but small components slip through unnoticed. Once inside, attackers assemble them into a complete weapon.Dec 2024 · 1 minBlogReverse Engineering GodPotato (MSASCui.exe)Privilege escalation is a critical technique employed by attackers to gain unauthorized access to higher system privileges, often leading to significant security breaches.Nov 2024 · 4 minBlogClearing the Mist: Unveiling Fog RansomwareA full analysis of the Fog Ransomware Group: the malware it deploys, the TTPs it relies on to infiltrate high-tech firms, and how defenders can disrupt it.Aug 2024 · 5 minNewsIONSEC Shares Wiper Malware Research with Czech Delegation in IsraelIONSEC hosted a Czech delegation in Israel to present our Wiper malware research, including the campaign we track as Operation HANDALA.Jun 2024 · 1 min

Common questions

What is DFIR?

DFIR stands for digital forensics and incident response — the combined discipline of collecting and analysing digital evidence and managing an active cyber attack end to end. The two are treated as one practice because the evidence that answers the hardest questions during an incident, such as volatile memory, is the evidence that disappears first.

What is digital forensics?

Digital forensics is the practice of collecting, preserving and analysing digital evidence so that a defensible account of what happened on a system can be produced. It requires that evidence is acquired in order of volatility, hashed at the point of collection, and handled through a documented chain of custody.

What is the order of volatility in digital forensics?

The order of volatility ranks evidence by how quickly it disappears, and dictates the order of collection: CPU registers and cache first, then memory, then network state and running processes, then temporary files and swap, then disk, then logs and archived backups. Collecting out of order risks destroying more volatile evidence in the process of gathering less volatile evidence.

What is chain of custody in digital forensics?

Chain of custody is the documented record showing who handled a piece of digital evidence, when, and what was done to it, together with cryptographic hashes proving it has not changed since acquisition. Without it, evidence cannot be relied on in a legal, regulatory or insurance context, however sound the technical analysis is.

Can digital forensics be performed remotely?

Yes. Forensic acquisition, including volatile-memory capture, is routinely performed remotely, which is what makes fast response times achievable regardless of where the affected systems sit. On-site work is reserved for environments that cannot be reached remotely, such as some air-gapped OT networks.

What open-source DFIR tools does IONSEC publish?

IONSEC publishes and maintains six open-source DFIR tools: MAES for Microsoft 365 evidence extraction with SHA-256 chain of custody, Forti-DFIR for Fortinet forensics, RansomProtect for ransomware and wiper prevention, FlareInspect for Cloudflare security posture, the DO Audit Log Scraper browser extension for forensic-grade audit log capture, and Tikun13 Checker for Israeli Amendment 13 privacy compliance.

Talk to the team that does the work

The people who publish the research above are the people who take your escalations.