Description

This script is designed to parse the `transition` field from records in the `visits` table of the Chrome/Chromium History SQLite database file.

This field is defined as follows in the Chromium source code:

- Types of transitions between pages. These are stored in the history database to separate visits and are reported by the renderer for page navigations.

Each type is stored as a 32-bit bitfield value that is best viewed as hex.

The low 8-bits store the core transition value; the high 24-bits store zero or more qualifiers.

The significance of these values (as defined by the aforementioned source code) is included in the output, which is by way of data bookmarks and a tab-delimited spreadsheet.

To extract these values, the script uses the following query:

SELECT urls.url as 'URL', title AS 'Title', visit_time AS 'Visit Time', transition AS 'Transition', urls.typed_count AS 'Typed Count', urls.visit_count AS 'Visit Count', urls.hidden AS 'Hidden' FROM urls JOIN visits ON urls.id = visits.url ORDER BY visit_time

In addition to interpreting the `visit_time` field as UTC, the script also presents it as a raw Chromium timestamp for validation purposes.

Please note that the script does not read any write-ahead-log (WAL) or journal file.

Progress can be monitored using the console.

Last updated using EnCase 22.4.

This script was developed for use in EnCase training. For more details, please click the following link:

- OpenText EnCase Training

Releases

Release
Date
Chrome History Transition Parser 1.0.0
Jan 18, 2024
More info Less info
Product compatibility
Release notes

First release.

Languages
English

Unsubscribe from notifications

You are receiving release updates for this item because you have subscribed to the following products:
If you unsubscribe, you will no longer receive any notifications for these products.
Tip: to update your subscription preferences, go to Manage Subscriptions from your Dashboard, uncheck the products you no longer want to receive notifications for, and click 'Save'.

Marketplace Terms of Service

In order to continue, you must accept the updated Marketplace Terms of Service
Since you are downloading an app from the OpenText Marketplace, you need to accept the updated Marketplace Terms of Service before you can continue. Use the link to review the Marketplace Terms of Service. Once complete check the, "I accept the Marketplace Terms of Service" box below and click accept to continue your download.


Your download has begun...

Your download has begun

Related content and resources

Your browser is not supported!

Please upgrade to one of the following broswers: Internet Explorer 11 (or greater) or the latest version of Chrome or Firefox

release-rel-2024-5-1-6172 | Mon Jun 24 04:52:54 PDT 2024