windows_search_parse
Parse Windows Search EDB files to extract file, internet history, and activity history reports with time and text filters, returning evidence hashes for forensic analysis.
Instructions
Parse an explicit Windows Search EDB using SIDR 0.9.2. Returns file, internet history, and activity history reports with extraction completeness and evidence hashes. Uses a partial PropertyStore fallback if SIDR is absent. Text filters are case-insensitive substrings combined with AND. Time bounds are inclusive UTC: file DateModified, internet Link_DateVisited, activity StartTime. Incomplete zero results are not conclusive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Search all raw report fields | |
| fields | No | Raw field names plus report_type | |
| offset | No | ||
| timeout | No | ||
| work_id | No | ||
| edb_path | Yes | Explicit Windows Search EDB file | |
| time_end | No | ISO timestamp; naive means UTC | |
| sidr_path | No | Optional SIDR executable path | |
| time_start | No | ISO timestamp; naive means UTC | |
| path_filter | No | ||
| report_type | No | all | |
| content_filter | No | Search System_Search_AutoSummary | |
| filename_filter | No |