diogo-fernan / malsub

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

Upgraded HybridAnalysis from v1 to v2 #28

Closed alex-ilgayev closed 2 years ago

alex-ilgayev commented 2 years ago

Updated the API according to latest version.

Main changes introduced part of the migration:

  1. Now it contains only a single API-KEY value (instead of two)
  2. The search endpoint removed since HA doesn't provide a good way to query arbitrary terms
  3. Submit file and URL endpoint is now supported
  4. Download endpoint added - download files and unzip them.

Closes #21