forensicanalysis / pyartifacts

πŸ”Ž Python library to process forensic artifact definition files

Home Page:https://pypi.org/project/pyartifacts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyartifacts

build coverage Documentation Status

The pyartifacts project provides a Python library for processing forensic artifact definition files.

Installation

Python installation can be easily done via pip:

pip install pyartifacts

Usage

from pyartifacts.registry import Registry

if __name__ == '__main__':
    registry = Registry()
    registry.read_folder("test/artifacts/valid")
    print(registry)

Contact

For feedback, questions and discussions you can use the Open Source DFIR Slack.

Acknowledgment

The development of this software was partially sponsored by Siemens CERT, but is not an official Siemens product.

About

πŸ”Ž Python library to process forensic artifact definition files

https://pypi.org/project/pyartifacts/

License:MIT License


Languages

Language:Python 100.0%