-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] HybridAnalysis API V2 #1117
Conversation
Fixing HybridAnalysis analyzer that was not working since API V2 : - Fix added - API Secret not needed anymore in configuration (only API Key) - Adding possibility to analyze URL or Domain
Loop throught all the last verdicts (less than an hour from last one) and take the worst verdict
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
I'm using this commit as a patch for the outdated analyzer.
Just a small comment, to use the datetime libraries you have to add the line from datetime import datetime
.
Otherwise, thank you very much for adapting the code.
Hello @X0x1RG9f I didn't see that there was an oppened pull request for this bug and I also have written a fix, while I was checking the API V2 I've found that there is a field named |
Hello everyone, |
Fixing HybridAnalysis analyzer that was not working since API V2 :