InQuest Integrations

InQuest Sandboxapi is minimal, consistent API for building integrations with malware sandboxes. Now, it has an integration with MetaDefender Sandbox (previously known as OPSWAT Filescan Sandbox) .

Usage

Here is an example of how to use it. In order for this sample code to work, it is necessary to paste the API-key in the place of INSERT-YOUR-APIKEY-HERE, as well as a bad_file.exe in the same directory. The default host address is the community site.

Python
Copy

The output of the example code:

Bash
Copy

If you would like to use your own host address, modify the constructor:

Python
Copy

To scanning a zip file, call analyze in this way:

Python
Copy

If you would like to scan in a private way, use is_private option:

Python
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard