Skip to content
/ jbxapi Public
forked from joesecurity/jbxapi

Python API wrapper for the Joe Sandbox API.

License

Notifications You must be signed in to change notification settings

ClaraMS/jbxapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python API wrapper for the Joe Sandbox API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%