How to Build a Timeline for a Cyber Incident Investigation

An incident investigation timeline is a chronological table that unifies events from various sources to a consistent time, linking them via users, workstations, IP addresses, processes, and sessions. Proper construction includes preserving the original time, converting to UTC, noting source and reliability, identifying gaps, and distinguishing between fact, interpretation, and hypothesis.
A cyber incident almost never appears in a single log. The login is in the identity system, the process execution in EDR or Windows, the domain request in DNS, and the outbound connection in the Firewall. Each source describes a different part, in a different time format and with different identifiers. Without a Timeline, an investigator sees a collection of symptoms; with a Timeline, they can see a possible causal chain.
A timeline is not just about ordering by time. It is a process of normalization, linking, and reliability assessment. A clock that has drifted, an incorrect time zone, or an ingestion delay can reverse the order and lead to a wrong conclusion. NIST defines log management as a process that includes generation, transmission, storage, and access; each stage affects the ability to reconstruct an event.
In this article, we will build a Timeline from a scenario involving Windows, DNS, Firewall, and EDR. The examples are not product-dependent and can be implemented in a spreadsheet, SIEM, Notebook, or DFIR tool.




