Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dfir-iris-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dfir-iris-client

Client for DFIR-IRIS API

  • 2.0.4
  • PyPI
  • Socket score

Maintainers
1

Python client

dfir_iris_client offers a Python interface to communicate with IRIS.

It relies exclusively on the API, which means output of the methods are the same as specified in the API reference.

Versions

The Python client version follows the API versions (until the patch level). Meaning for API v2.0.1, one need to install dfir_iris_client-2.0.1. Please refer to the documentation to check which version applies to your IRIS instance.

Install

IRIS Client is now part of PyPI. You can simply install it with :

pip3 install dfir-iris-client

Build

To build a wheel from the sources:

  1. pip3 install wheel
  2. python setup.py bdist_wheel
  3. pip3 install dist/XXX.whl

Examples

Some examples are available here.

Documentation

The documentation is available in the IRIS documentation.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc