Plaso 20190531 released

Plaso 20190531 released

The Plaso team are pleased to announce a new Plaso release, 20190531. There are some substantial changes to the way the both event and collection filters work in this release, and a couple of other goodies too.

Event filters

Support for filtering on the event message string as well as the short or long source values have been removed. These filters are used in psort directly, and also power the tagging analysis plugin.
If you have tag files that use an expression like “message contains ‘command’”, you’ll need to update these to refer to the specific fields you’re interested in filtering on. 
More information can be found in the event filter documentation.

Collection filters

This release includes a much requested feature: excluding certain paths from processing. This has necessitated adding a new collection filter format, however - the older text format does not support exclusion.
So, read up on the YAML format and enjoy some lower processing times. The YAML format is supported by all the Plaso tools that support collection filters - log2timeline, psteal and image_export.

More information can be found in the collection filter documentation.

Other new features

We’ve also added a few features in this release, specifically:
  • Mac OS Notes SQLite plugin with thanks to new contributor @alimez.
  • Initial version of a Mac OS knowledgeC.db parser with thanks to @moxilo.
  • A file hashing plugin that calculates byte entropy.


The Mac parsers will be enabled automatically when Plaso detects that it’s processing a MacOS image. The entropy plugin needs to be enabled specifically, using the --hashers entropy argument.

As usual, there’s a bunch of cleanups, performance tweaks and bug fixes, the full list of which are available in the release milestone.

Future plans

More collection filter changes like data stream support to follow in future releases.

Where/how to get Plaso 20190531?

See Plaso's Users' Guide. As usual, builds are available for Docker, MacOS, Ubuntu, Fedora Core and Windows.

If you run into problems take a look at the Installation Problems page in the Plaso documentation, to see if other people have seen the issue before. If nothing there helps, ask for help on the discuss mailing list: log2timeline-discuss@googlegroups.com or open an issue on the tracker.

Comments

Popular posts from this blog

Parsing the $MFT NTFS metadata file

Incident Response in the Cloud

Container Forensics with Docker Explorer