PySpark Plaso  Release 2019
A tool for distributed extraction of timestamps from various files using extractors adapted from the Plaso engine to Apache Spark.
Public Member Functions | List of all members
plaso.tarzan.app.extractors.sqlite.SQLite Class Reference
Inheritance diagram for plaso.tarzan.app.extractors.sqlite.SQLite:
Inheritance graph
[legend]
Collaboration diagram for plaso.tarzan.app.extractors.sqlite.SQLite:
Collaboration graph
[legend]

Public Member Functions

def filter (cls, path)
 
def extract (cls, path)
 
- Public Member Functions inherited from plaso.tarzan.app.extractors.extractor.Extractor
def get_name (cls)
 
def get_description (cls)
 

Detailed Description

Extract events from SQLite files such as web-browser history files.

Member Function Documentation

◆ extract()

def plaso.tarzan.app.extractors.sqlite.SQLite.extract (   cls,
  path 
)
Extract events from an SQLite file in the given path.
:param path: the path of the file to extract
:return: a lit of events

Reimplemented from plaso.tarzan.app.extractors.extractor.Extractor.

◆ filter()

def plaso.tarzan.app.extractors.sqlite.SQLite.filter (   cls,
  path 
)
Check is the file-path is a file-path of an SQLite file.
:param path: the file-path to check
:return: True iff it is an SQLite file

Reimplemented from plaso.tarzan.app.extractors.extractor.Extractor.


The documentation for this class was generated from the following file: