investigate_execution
Correlates Prefetch, Amcache, and SRUM data to verify binary execution, determine when it ran, and calculate confidence scoring.
Instructions
Comprehensive execution analysis. Correlates Prefetch, Amcache, and SRUM to prove or disprove binary execution. Answers: Was this binary executed? When? How long did it run? Provides confidence scoring and unified timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Executable name (e.g., 'mimikatz.exe'), file path, or SHA1 hash to investigate | |
| artifacts_dir | Yes | Base directory containing forensic artifacts (Prefetch, Amcache.hve, SRUDB.dat). Tool will auto-detect common paths. | |
| time_range_start | No | ISO format datetime - filter events after this time | |
| time_range_end | No | ISO format datetime - filter events before this time | |
| prefetch_path | No | Override auto-detected Prefetch directory path | |
| amcache_path | No | Override auto-detected Amcache.hve path | |
| srum_path | No | Override auto-detected SRUDB.dat path |