alexandreborges / malwoverview

Malwoverview is a first response tool used for threat hunting and offers intel information from Virus Total, Hybrid Analysis, URLHaus, Polyswarm, Malshare, Alien Vault, Malpedia, Malware Bazaar, ThreatFox, Triage, InQuest and it is able to scan Android devices against VT.
https://github.com/alexandreborges/malwoverview
GNU General Public License v3.0
2.85k stars 439 forks source link

call of hybrid-analysis API for SHA256 only #16

Closed berloha closed 3 years ago

berloha commented 3 years ago

Hello! Why you used half of hybrid-analysis API with support SHA256 hash only? You can call first /search/hash API for all hash (MD5, SHA1, SHA256) to get SHA256 and use it for get /report/{SHA256}/summary.

See https://www.hybrid-analysis.com/docs/api/v2

alexandreborges commented 3 years ago

Dear berloha,

Good afternoon. How are you?

When I've implemented Hybrid Analysis APIs, I've preferred using only the native API support from HA. Anyway, I'll take your suggestion and I'll implement MD5 searching for HA.

Thank you for the message and have an excellent weekend.

Warm regards,

Alexandre.

berloha commented 3 years ago

Thank you!