VxAPI icon indicating copy to clipboard operation
VxAPI copied to clipboard

A generic interface and CLI for all endpoints of the Falcon Sandbox API

Results 6 VxAPI issues
Sort by recently updated
recently updated
newest added

In https://github.com/PayloadSecurity/VxAPI/blob/master/vxapi.py The line: from colors import Color The 'colors' module doesn't appear to exist: https://pypi.org/search/?q=colors Also since you're using the 'Colorama' module, is this line even needed?

### Description I am currently using the OpencCTI Hybrid-Analysis Sandbox connector to access your API, and I am concerned that the connector may be exceeding submission quotas without proper regard...

Hello again, previously I have been using the API with subprocess.run and the relevant parameters. But now I am trying to import it as a package and create an object...

I am trying to get Job IDs of samples across pages but the current API support allows only to get 50 items from the first page only. Please suggest a...

In colors.py, there are three different color declarations that change the background color, but not the foreground color. I use a terminal with a black background and a grey default...