Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/google/cloud-forensics-utils

Python library to carry out DFIR analysis on the Cloud
https://github.com/google/cloud-forensics-utils

Last synced: about 1 month ago
JSON representation

Python library to carry out DFIR analysis on the Cloud

Awesome Lists containing this project

README

        

# Cloud Forensics Utils



This repository contains some tools to be used by forensics teams to collect
evidence from cloud platforms. Currently, Google Cloud Platform, Microsoft Azure,
and Amazon Web Services are supported.

It consists of one module called `libcloudforensics` which implements functions
that can be desirable in the context of incident response in a cloud
environment, as well as a CLI wrapper tool for these functions.

Documentation can be found on the [ReadTheDocs page](https://libcloudforensics.readthedocs.io/en/latest/).

Quick access:

* [Installation](https://libcloudforensics.readthedocs.io/en/latest/gettingstarted.html#installing-from-pypi)
* [User Manual](https://libcloudforensics.readthedocs.io/en/latest/usermanual/index.html#)
* [How to contribute](https://libcloudforensics.readthedocs.io/en/latest/contributing.html)