Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/google/cloud-forensics-utils
- Owner: google
- License: apache-2.0
- Created: 2020-02-04T12:54:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T06:47:53.000Z (7 months ago)
- Last Synced: 2024-05-21T08:01:24.227Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1010 KB
- Stars: 442
- Watchers: 21
- Forks: 88
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-rainmana - google/cloud-forensics-utils - Python library to carry out DFIR analysis on the Cloud (Python)
- awesome-cloud-security - cloud-forensics-utils
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)