sandboxapi
sandboxapi copied to clipboard
Minimal, consistent Python API for building integrations with malware sandboxes.
Reference: https://analyze.intezer.com/
It’s a fork of Cuckoo (I believe) that can take files, URLs, or PCAPs. I imagine the endpoints are very similar to Cuckoo API Docs: https://cape.contextis.com/api/
I'm sometimes running into... ``` File "/usr/local/lib/python3.5/dist-packages/sandboxapi/cuckoo.py", line 197, in score score = report['malscore'] TypeError: byte indices must be integers or slices, not str ``` when an analysis is being...
Refactor tests Add support for pytest for >= python 3.6 and keep nose for python 2.7 compatibility Update Joe sandbox jbxapi, handle API changes Maintain compatibility with older Joe Sandbox...