Metadata-Version: 2.1
Name: libcloudforensics
Version: 20240325
Summary: libcloudforensics is a set of tools to help acquire forensic evidence from Cloud platforms.
License: Apache-2.0
Author: cloud-forensics-utils development team
Author-email: cloud-forensics-utils-dev@googlegroups.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: azure-common (>=1.1.28,<2.0.0)
Requires-Dist: azure-core (>=1.29.4,<2.0.0)
Requires-Dist: azure-identity (>=1.13.0,<2.0.0)
Requires-Dist: azure-mgmt-compute (>=30.1.0,<31.0.0)
Requires-Dist: azure-mgmt-monitor (>=6.0.1,<7.0.0)
Requires-Dist: azure-mgmt-network (>=24.0.0,<25.0.0)
Requires-Dist: azure-mgmt-reservations (>=2.3.0,<3.0.0)
Requires-Dist: azure-mgmt-resource (>=23.0.1,<24.0.0)
Requires-Dist: azure-mgmt-storage (>=21.0.0,<22.0.0)
Requires-Dist: azure-storage-blob (>=12.18.1,<13.0.0)
Requires-Dist: boto3 (>=1.28.20,<2.0.0)
Requires-Dist: botocore (>=1.29.135)
Requires-Dist: google-api-core (>=2.11.1,<3.0.0)
Requires-Dist: google-api-python-client (>=2.95.0,<3.0.0)
Requires-Dist: google-auth (>=2.22.0,<3.0.0)
Requires-Dist: httplib2 (>=0.22.0,<0.23.0)
Requires-Dist: kubernetes (>=27.2.0,<28.0.0)
Requires-Dist: msrest (>=0.7.1,<0.8.0)
Requires-Dist: msrestazure (>=0.6.4,<0.7.0)
Requires-Dist: netaddr (>=0.8.0,<0.9.0)
Requires-Dist: pycryptodome (>=3.19.1,<4.0.0)
Requires-Dist: pyjwt (>=2.8.0,<3.0.0)
Requires-Dist: pyopenssl (>=23.2.0,<24.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: sshpubkeys (>=3.3.1,<4.0.0)
Requires-Dist: urllib3 (>=1.25.4,<1.27) ; python_version < "3.10"
Requires-Dist: urllib3 (>=1.25.4,<2.1) ; python_version >= "3.10"
Description-Content-Type: text/markdown

# Cloud Forensics Utils

<p align="center">
  <img src="https://user-images.githubusercontent.com/25910997/81309523-533f6300-9083-11ea-975b-668f550e5a9e.png" width="300"/>
</p>

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)



