chromium_parse_indexeddb_tool
Parse IndexedDB records from a Chromium profile directory. Apply optional filters for host, database, object store, and include deletions to retrieve relevant browser data for forensic analysis.
Instructions
Parse Chromium IndexedDB records from a browser profile. Typical profile path: "C:\Users<user>\AppData\Local\Google\Chrome\User Data\Default".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of records to return | |
| host_id | No | Optional exact IndexedDB host/origin directory filter | |
| profile_path | Yes | Absolute path to the Chromium profile directory | |
| database_name | No | Optional exact IndexedDB database name filter | |
| include_deletions | No | Include deleted/non-live records when available | |
| object_store_name | No | Optional exact object store filter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||