Skip to content

Chromium Sessions Rule not parsing data correctly. #51

Description

@rajiv2790

Chromium Sessions rule (https://sqlitehunter.velocidex.com/docs/rules/#session) has the following identify query

SQLiteIdentifyQuery: |
  SELECT count(*) AS `Check`
  FROM sqlite_master WHERE type='table' AND (name='cookies' OR name='meta');

However, the session files are SNSS files and not SQLite. The SQL mentioned in the above-linked documentation points to Cookies table being used for Sessions artifact.

Has there been a mix up or am I interpreting it wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions