chromium_parse_favicons_tool
Extract favicon records from Chromium's Favicons database for forensic analysis. Filter by page or icon URL, set limits, and optionally include base64 image previews.
Instructions
Parse Chromium favicons from the Favicons database. Typical profile path: "C:\Users<user>\AppData\Local\Google\Chrome\User Data\Default".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of favicon records to return | |
| icon_url | No | Optional exact favicon URL filter | |
| page_url | No | Optional exact page URL filter | |
| profile_path | Yes | Absolute path to the Chromium profile directory | |
| include_image | No | Include favicon image previews as base64 | |
| max_image_bytes | No | Maximum bytes to include per image preview |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||