build_timeline
Create a unified chronological timeline from multiple Windows forensic artifacts (MFT, USN, Prefetch, Amcache, EVTX) with sorted, deduplicated events to answer 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 |
|---|---|---|---|
| limit | No | Maximum number of events to return | |
| sources | No | List of sources to include in timeline | |
| mft_path | No | Override auto-detected $MFT path | |
| usn_path | No | Override auto-detected USN Journal path | |
| evtx_path | No | Override auto-detected EVTX directory path | |
| amcache_path | No | Override auto-detected Amcache.hve path | |
| artifacts_dir | Yes | Base directory containing forensic artifacts. Tool will auto-detect common paths for MFT, USN, Prefetch, etc. | |
| prefetch_path | No | Override auto-detected Prefetch directory path | |
| keyword_filter | No | Filter events containing this keyword (case-insensitive) | |
| time_range_end | No | ISO format datetime - include events before this time | |
| time_range_start | No | ISO format datetime - include events after this time |