disk_parse_amcache
Parse Amcache.hve registry file to recover program execution evidence including SHA1 hashes, file paths, and timestamps, proving file existence and preparation 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 |
|---|---|---|---|
| amcache_path | Yes | Path to Amcache.hve file | |
| sha1_filter | No | Filter by SHA1 hash (case-insensitive) | |
| path_filter | No | Filter by file path (case-insensitive substring) | |
| name_filter | No | Filter by file name (case-insensitive substring) | |
| time_range_start | No | ISO format datetime - filter entries after this time | |
| time_range_end | No | ISO format datetime - filter entries before this time | |
| limit | No | Maximum number of entries to return |