build_timeline
Construct a unified chronological timeline of system activity by combining Windows artifacts including MFT, USN Journal, Prefetch, Amcache, and EVTX. Sorts and deduplicates events to show what happened and when.
Instructions
Build comprehensive forensic timeline from multiple artifact sources (MFT, USN Journal, Prefetch, Amcache, EVTX). Returns sorted, deduplicated events. Answers: What happened and when? Provides unified chronological view of system activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artifacts_dir | Yes | Base directory containing forensic artifacts. Tool will auto-detect common paths for MFT, USN, Prefetch, etc. | |
| sources | No | List of sources to include in timeline | |
| time_range_start | No | ISO format datetime - include events after this time | |
| time_range_end | No | ISO format datetime - include events before this time | |
| keyword_filter | No | Filter events containing this keyword (case-insensitive) | |
| limit | No | Maximum number of events to return | |
| mft_path | No | Override auto-detected $MFT path | |
| usn_path | No | Override auto-detected USN Journal path | |
| prefetch_path | No | Override auto-detected Prefetch directory path | |
| amcache_path | No | Override auto-detected Amcache.hve path | |
| evtx_path | No | Override auto-detected EVTX directory path |