Understanding Timeline & Correlation¶
Timeline analysis organises evidence by time; correlation connects those observations by shared systems, users, files, identifiers, and activity.
What you will learn
By the end, you should be able to normalise timestamps, distinguish observation from inference, and build a timeline that remains traceable to source evidence.
What is timeline analysis?¶
Core concept
A forensic timeline brings selected observations into a consistent structure and time standard. Correlation tests whether independent sources support the same sequence rather than treating chronological proximity as proof of causation.
Keep in mind: Two events occurring close together may be related, coincidental, delayed, or recorded by clocks with different accuracy.
Timeline record types¶
Why it matters¶
Sequence activity¶
Normalised records help show what happened before, during, and after an event.
Combine sources¶
File, event, browser, Registry, memory, and network records can be compared.
Expose gaps¶
A timeline makes missing periods, clock differences, and unsupported assumptions visible.
Support reporting¶
Traceable rows connect narrative findings to reproducible evidence.
How timeline analysis works¶
- DefineSet the investigation question, entities, and broad time window.
- ExtractParse relevant sources while preserving source path, tool, and timestamp meaning.
- NormaliseConvert time consistently without discarding original values or precision.
- Filter and correlateConnect shared identifiers and test alternative explanations.
- ReportPresent supported sequences with citations, uncertainty, and known gaps.
Choose the next step¶
Keep source and interpretation separate
- 1PreserveRetain source values and provenance.
- 2NormaliseDocument time standard and precision.
- 3CorrelateConnect entities across independent sources.
- 4ExplainState confidence, conflicts, and gaps.