Leveldb File Forensics

This page summarizes the projects mentioned and recommended in the original post on /r/computerforensics

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • LevelDB

    LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

  • https://github.com/google/leveldb -- successfully compiled the tool. This tool seemed the most promising. I tried using the command:

  • LevelDBViewer

    A Java program provides ablities to access & edit leveldb database

  • https://github.com/SuperMarcus/LevelDBViewer/releases - couldn't open the file.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Leveldb-py

    Leveldb Dumper/Viewer

  • https://github.com/markmckinnon/Leveldb-py - couldn't open the file.

  • ccl_chrome_indexeddb

    (Sometimes partial) Python re-implementations of the technologies involved in reading various data sources in Chrome-esque applications.

  • I would suggest using https://github.com/cclgroupltd/ccl_chrome_indexeddb/blob/master/dump_leveldb.py - it's worked well for me exploring different LevelDB stores I've run across. The syntax is like python dump_leveldb.py "input directory", where "input directory" is the folder containing all the LevelDB files (.ldb, .sst, .log, LOG, LOCK, MANIFEST-*, etc). It outputs everything in a CSV ( and includes deleted values, which can be interesting).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Datascript: Immutable database and Datalog query engine

    1 project | news.ycombinator.com | 6 May 2024
  • IndexedDB con ExtJS

    3 projects | dev.to | 6 May 2024
  • JOINs in SQL

    1 project | news.ycombinator.com | 5 May 2024
  • What do you want to watch next? This is why I built GoodWatch.

    6 projects | dev.to | 5 May 2024
  • Prometheus: Open-Source Monitoring Solution

    1 project | news.ycombinator.com | 5 May 2024