disk_parse_amcache
Parse Amcache.hve to retrieve execution evidence including SHA1 hashes, paths, and timestamps, proving files existed and were prepared for execution.
Instructions
Parse Amcache.hve to extract program execution evidence with SHA1 hashes, file paths, and timestamps. Proves a file existed and was prepared for execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of entries to return | |
| name_filter | No | Filter by file name (case-insensitive substring) | |
| path_filter | No | Filter by file path (case-insensitive substring) | |
| sha1_filter | No | Filter by SHA1 hash (case-insensitive) | |
| amcache_path | Yes | Path to Amcache.hve file | |
| time_range_end | No | ISO format datetime - filter entries before this time | |
| time_range_start | No | ISO format datetime - filter entries after this time |