diogo-fernan / malsub

A Python RESTful API framework for online malware analysis and threat intelligence services.
Other
365 stars 83 forks source link

Added Search/Upload for MalShare #6

Closed silascutler closed 6 years ago

silascutler commented 6 years ago

Added support for searching and uploading samples to MalShare

diogo-fernan commented 6 years ago

Please modify the code, particularly the submit_file function to adhere to all standard practices of module writing, such as defining api_subf outside of the function itself.

silascutler commented 6 years ago

Cleaned up MalShare submissions. Please review.

diogo-fernan commented 6 years ago

Looks good! Thanks :)