Difference between revisions of "Plaso"
Joachim Metz (Talk | contribs) (→SQLite database file formats) |
Joachim Metz (Talk | contribs) (→OLE Compound File formats) |
||
Line 49: | Line 49: | ||
=== OLE Compound File formats === | === OLE Compound File formats === | ||
− | + | * Document summary information | |
+ | * Summary information (top-level only) | ||
=== SQLite database file formats === | === SQLite database file formats === |
Revision as of 07:30, 3 June 2014
plaso | |
---|---|
Maintainer: | Kristinn Gudjonsson, Joachim Metz |
OS: | Linux, Mac OS X, Windows |
Genre: | Analysis |
License: | APL |
Website: | code.google.com/p/plaso/ |
Plaso (plaso langar að safna öllu) is the Python based back-end engine used by tools such as log2timeline for automatic creation of a super timelines. The goal of log2timeline (and thus plaso) is to provide a single tool that can parse various log files and forensic artifacts from computers and related systems, such as network equipment to produce a single correlated timeline. This timeline can then be easily analysed by forensic investigators/analysts, speeding up investigations by correlating the vast amount of information found on an average computer system. Plaso is intended to be applied for creating super timelines but also supports creating targeted timelines.
The Plaso project site also provides 4n6time, formerly "l2t_Review", which is a cross-platform forensic tool for timeline creation and review by David Nides.
Supported Formats
Storage Media Image File Formats
Storage Medis Image File Format support is provided by dfvfs.
Volume System Formats
Volume System Format support is provided by dfvfs.
File System Formats
File System Format support is provided by dfvfs.
File formats
TODO expand this list
- Apple System Log (ASL)
- Basic Security Module (BSM)
- Bencode files
- Chrome cache files
- Binary property list (plist) format using binplist
- Extensible Storage Engine (ESE) Database File (EDB) formatusing libesedb
- Internet Explorer History File Format (also known as MSIE 4 - 9 Cache Files or index.dat) using libmsiecf
- OLE Compound File using libolecf
- SQLite databases
- Syslog
- Windows Event Log (EVT) using libevt
- Windows NT Registry File (REGF) using libregf
- Windows Shortcut File (LNK) format using liblnk
- Windows XML Event Log (EVTX) using libevtx
Bencode file formats
- Transmission
- uTorrent
ESE database file formats
TODO expand this list
OLE Compound File formats
- Document summary information
- Summary information (top-level only)
SQLite database file formats
- Android call logs
- Android SMS
- Chrome cookies
- Chrome browsing and downloads history
- Firefox browsing and downloads history
- Google Drive
- Launch services quarantine events
- MacKeeper
- Mac OS X document versions
- Skype
- Zeitgeist activity
Windows Registry formats
TODO expand this list
History
Plaso is a Python-based rewrite of the Perl-based log2timeline initially created by Kristinn Gudjonsson. Plaso builds upon the SleuthKit, libyal and other projects.