-
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
Improve error msg when VT Get Report does not have an entry for #248
Comments
@mnmnc the problem might be on your side. I've just tested with 1.1.1.1 added as an observable and VT GetReport works like a charm. Also tried directly from Cortex 2.0.4 and everything works perfectly. Make sure you have no extra chars/space at the beginning/end of the IP addr. Internally, the IP is stored as-is. It is displayed fanged and when you attempt to export it without unfanging it first, you'll get it obviously fanged. |
Ok. I've tested on a bunch of IP addresses. |
Thanks for testing further. Obviously it has 1.1.1.1 in its database that's why I could not reproduce the problem on my end per your initial issue description ;-). We'll look into how we can catch the error and display a less cryptic message. |
Hi, in fact, this is the message that is returned by VirusTotal API when IP is not in the database. |
We're going to change that virus total error message. |
Fixed with 8392531. |
Request Type
Bug
Work Environment
Description
IP added as observable. Type: ip
Added as 1.1.1.1, presented in UI as 1[.]1[.]1[.]1
I think VT analyser is taking literal 1[.]1[.]1[.]1 instead of 1.1.1.1 which causes an error (i've changed the IP) displayed in UI as:
Steps to Reproduce
(keep this section only if the issue relates to a bug)
Possible Solutions
or something better ;)
The text was updated successfully, but these errors were encountered: