Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.64 KB

README.md

File metadata and controls

61 lines (33 loc) · 1.64 KB

Joe Sandbox API v2

API Wrapper

⚠️ There have been some breaking changes in v3.0.0, please see CHANGES.md.

The Joe Sandbox API Wrapper enables you to fully integrate Joe Sandbox into your malware analysis framework. Joe Sandbox is a deep malware analysis platform for analyzing malicious files.

You can use this wrapper with

It is at the same time a powerful implementation of the Joe Sandbox API and also a command line tool for interacting with Joe Sandbox.

License

The code is written in Python and licensed under MIT.

Requirements

  • Python 2.7 or higher
  • Python 3.4 or higher

Installation

With Pip

pip install jbxapi

⚠️ On-premise installations with Joe Sandbox v25 or older should use the following version:

pip install jbxapi==2.10.1

For upgrading jbxapi to a more recent version, use

pip install --upgrade jbxapi

Manually

  1. Install python-requests

     pip install python-request
    
  2. Copy jbxapi.py to where you need it.

Documentation

Credits

  • Thanks to Pedram Amini for a first wrapper implementation!

Links