disk_parse_amcache
Parse Amcache.hve to reveal program execution evidence including SHA1 hashes, file paths, and timestamps, proving that a file existed and was prepared to run.
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 |