|
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 | |
| 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) |
Extract events from Portable Executable (PE) files.
| def plaso.tarzan.app.extractors.pe.PE.extract | ( | cls, | |
| path | |||
| ) |
Extract events from a PE 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.
| def plaso.tarzan.app.extractors.pe.PE.filter | ( | cls, | |
| path | |||
| ) |
Check is the file-path is a file-path of a PE file. For the filename extensions see https://en.wikipedia.org/wiki/Portable_Executable :param path: the file-path to check :return: True iff it is a PE file
Reimplemented from plaso.tarzan.app.extractors.extractor.Extractor.
1.8.15