[BUG] Sandbox File Submittal Not Functioning
Closed this issue · 1 comments
schotsal commented
Describe the bug
'sandbox.submit_file' function does not have the ability to select the sandbox endpoint to submit the file to and is rendered non-functional.
To Reproduce
Steps to reproduce the behavior:
- use the function zia.sandbox.submit_file('malware.exe', force=True) in a program
- the file will always be submitted to "https://csbapi.zscaler.net/zscsb/submit"
- the endpoint selection needs to match the users zscaler subscription for the function to be useful
Expected behavior
Need to be able to multi-select sandbox endpoints - something similar to what vips.py does except for sandbox endpoints.. this could also be a simple dictionary lookup as the determination is simpler than ZENs.