You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When submitting an IP address to the VirusTotal Get Report analyzer it does not return a report summary from the full report with a free API key.
To Reproduce
Steps to reproduce the behavior:
Enable and configure VirusTotal Get Report analyzer with a free api key.
Run analyzer with type ip address
Review result, no json data in the summary tags, and no report summary on left hand pane.
Expected behavior
A report summary consisting of the number of AV vendors detecting the IP address, coloured based on the severity level. For example: VT:GetReport="3/88"
Complementary information
Work environment
Client OS: Windows 10
Server OS: Red Hat 8
Browse type and version: Edge 115.0.1901.183
Cortex version: 3.1.7-1
Cortex Analyzer name: VirusTotal_GetReport_3_1
Cortex Analyzer version: 3.1
Possible solutions
I believe this is failing in the IF statement at line 204 as 'downloaded_files' are a premium API feature? I have successfully fixed this by adding a try/except.
The text was updated successfully, but these errors were encountered:
Describe the bug
When submitting an IP address to the VirusTotal Get Report analyzer it does not return a report summary from the full report with a free API key.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A report summary consisting of the number of AV vendors detecting the IP address, coloured based on the severity level. For example: VT:GetReport="3/88"
Complementary information

Work environment
Possible solutions
I believe this is failing in the IF statement at line 204 as 'downloaded_files' are a premium API feature? I have successfully fixed this by adding a try/except.
The text was updated successfully, but these errors were encountered: