analyzing-browser-forensics-with-hindsight
Parse Chromium-based browser databases with Hindsight to extract and correlate browsing history, downloads, cookies, cached content, autofill data, saved passwords, and extensions from Chrome, Edge, Brave, Opera, and Vivaldi into a unified timeline (XLSX, JSON, or SQLite output). Use during incident
By mukul975 · 577 installs
npx skills add mukul975/anthropic-cybersecurity-skills --skill analyzing-browser-forensics-with-hindsight
Source repository · Upstream listing
Analyzing Browser Forensics with Hindsight
Overview
Hindsight is an open source browser forensics tool designed to parse artifacts from Google Chrome and other Chromium based browsers (Microsoft Edge, Brave, Opera, Vivaldi). It extracts and correlates data from multiple browser database files to create a unified timeline of web activity. Hindsight can parse URLs, download history, cache records, bookmarks, autofill records, saved passwords, preferences, browser extensions, HTTP cookies, Local Storage (HTML5 cookies), login data, and session/tab information. The tool produces chronological timelines in multiple output formats (XLSX, JSON, SQLite) that enable investigators to reconstruct user web activity for incident response, insider threat investigations, and criminal cases.
When to Use
When investigating security incidents that require analyzing browser forensics with hindsight
When building detection rules or threat hunting queries for this domain
When SOC analysts need structured procedures for this analysis type
When validating security monitoring coverage for related attack techniques
Prerequisites
Python 3.8+ with Hindsight installed ( pip install pyhindsight )
Access to browser profile directories from forensic image
Browser profile data (not encrypted with OS level encryption)
Timeline Explorer or spreadsheet application for analysis
Browser Profile Locations
Browser Windows Profile Path
Chrome %LOCALAPPDATA%\Google\Chrome\User Data\Default\
Edge %LOCALAPPDATA%\Microsoft\Edge\User Data\Default\
Brave %LOCALAPPDATA%\BraveSoftware\Brave Browser\User Data\Default\
Opera %APPDATA%\Opera Software\Opera Stable\
Vivaldi %LOCALAPPDATA%\Vivaldi\User Data\Default\
Chrome (macOS) ~/Library/Application Support/Google/Chrome/Default/
Chrome (Linux) ~/.config/google chrome/Default/
Key Artifact Files
File Contents
History URL visits, downloads, keyword searches
Cookies HTTP cookies with domain, expiry, values
Web Data Autofill entries, saved credit cards
Login Data Saved usernames/passwords (encrypted)
Bookmarks JSON bookmark tree
Preferences Browser configuration and extensions
Local Storage/ HTML5 Local Storage per domain
Session Storage/ Session specific storage per domain
Network Action Predictor Previously typed URLs
Shortcuts Omnibox shortcuts and predictions
Top Sites Frequently visited sites
Running Hindsight
Command Line
Web UI
Artifact Analysis Details
URL History and Visits
Download History
Cookie Analysis
Python Analysis Script
References
Hindsight GitHub: https://github.com/obsidianforensics/hindsight
Chrome Forensics Guide: https://allenace.medium.com/hindsight chrome forensics made simple 425db99fa5ed
Browser Forensics Tools: https://www.cyberforensicacademy.com/blog/browser forensics tools how to extract user activity
Chromium Source (History): https://source.chromium.org/chromium/chromium/src/+/main:components/history/
Example Output