Chromium Local Storage

Overview

Evidence: Chromium Local Storage Description: Collect Chromium Local Storage Category: Browser Platform: Linux Short Name: chmls Is Parsed: Yes Sent to Investigation Hub: Yes Collect File(s): No

Background

Local Storage contains site-scoped key/value data useful for understanding application state and identifiers.

Data Collected

This collector gathers structured data about local storage.

Chromium Local Storage Data

Field
Description
Example

ID

Primary key (auto-increment)

1

Origin

Origin/domain

https://example.com

Key

Storage key

session_id

Value

Storage value

abc123

Profile

Browser profile

Default

StoragePath

Source path

/home/user/.config/chromium/Default/Local Storage/leveldb

Collection Method

This collector parses the necessary data from the browser_local_storage table.

Usage

Correlate entries with session and network artifacts to infer application behavior.

Notes

Values may be encoded or encrypted; additional decoding may be needed.

Last updated

Was this helpful?