PayloadSecurity / VxAPI

A generic interface and CLI for all endpoints of the Falcon Sandbox API
GNU General Public License v3.0
209 stars 58 forks source link

API stopped working altogether #50

Closed barismutan closed 2 years ago

barismutan commented 2 years ago

Greetings, since last week I have not been able to fetch any result from using the API. I believe this is due to the changes on server side issues ( I have been getting the error below when I try to use the API from https://www.hybrid-analysis.com/docs/api/v2. Resolver error at paths./search/hashes.post.responses.200.schema.items.properties.crowdstrike_ai.$ref Could not resolve reference: #/definitions/CrowdStrikeAi Resolver error at paths./search/hashes.post.responses.200.schema.items.properties.processes.items.properties.amsi_calls.items.$ref Could not resolve reference: #/definitions/AmsiCall

Are you aware of this issue? Is there anything I can to do help with the Python connnector?

kkochanski commented 2 years ago

Hello @barismutan, thank for reporting this. That error is only visual and it does not affect availability of our API. Everything should work as it used to. Whether call has been done at the documentation level, Python connector etc.

If I'm not correct, please provide endpoint name that does not work well.

Greetings!

barismutan commented 2 years ago

@kkochanski , thank you for your response. In the last week, I have not been able to get almost any results either using the API from the website or the Python connector. API calls from both https://www.hybrid-analysis.com/docs/api/v2 and the Python connector have been returning HTTP 520 error code most of the time and in the times that it returns a regular 200 OK response; it is tens of times slower than it used to be (a single search_hash call taking longer than 30 seconds or so.)

For your information, I have a valid API key with available quota, and another friend of mine with a vetted account API key has been experiencing the same problem.

kkochanski commented 2 years ago

Tomorrow you can expect fix for that. I will ping you back once it will be there.

Cheers!

barismutan commented 2 years ago

Thank you so much, have a good one !

kkochanski commented 2 years ago

@barismutan, it has been fixed. The timings came back to normal. Cheers!