Plaso 20180630 released
Plaso 20180630 released
The Plaso team is pleased to announce a new Plaso release, 20180630. Behind the scenes, we’ve been working on migrating Plaso to Python 3, and moving binary parsing to use dtFabric.The big user-facing feature for this release is filtering using Forensic Artifacts. The new parameters to look out for to use this feature are:
- --artifact_filters, which you can use to have log2timeline.py or image_export.py only process certain specific forensic artifacts. For example, if you’re only interested in the windows security event log for a specific image, you might invoke log2timeline as log2timeline.py --artifact_filters WindowsEventLogSecurity security_event_log.plaso image.dd
- --artifact_filters_file, which similarly lists specific artifacts Plaso should process, but reads from a file, not directly from the command line. This might be useful to create standardized artifact lists for processing multi images for a specific case, or as part of a triage workflow.
- --custom_artifact_definitions, which specifies a path to a file containing artifact definitions. By default, Plaso will look for artifacts defined in your installed version of the Forensic Artifacts library, but if you have specific things you want to check for in your own environment, or for a specific case, you can tell Plaso about them using this argument.
There’s more information on how to use all these command line arguments available via the --help argument.
Specific guidance on how to write new artifacts is available in the project’s wiki. One important note - Plaso only supports filtering files and the Windows Registry keys at present. Artifacts with the COMMAND and WMI source types aren’t supported.
As usual, there’s a bunch of cleanups, performance tweaks and bug fixes, the full list of which are available in the release milestone.
Where/how to get Plaso 20180630?
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 on the Plaso wiki, 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
Post a Comment