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
Since upgrading to Cortex 2.0.3-1 docker image I get the following report in The Hive:
{
"errorMessage": "Invalid output\nTraceback (most recent call last):\n File \"Abuse_Finder/abusefinder.py\", line 8, in <module>\n from cortexutils.analyzer import Analyzer\nImportError: No module named cortexutils.analyzer\n",
"input": null,
"success": false
}
The Cortex job history shows:
Invalid output
Traceback (most recent call last):
File "Censys/censys_analyzer.py", line 2, in <module>
from cortexutils.analyzer import Analyzer
ImportError: No module named 'cortexutils'
Steps to Reproduce
Run The Hive 3.0.8-1 and Cortex 2.0.3-1 and connect them (I verified I have green brain)
Try and run analyzer.
Possible Solutions
Rolling back to 2.0.2-1 fixed the issue (aside from the know python 3 issue) so a change between the two caused it (did not see any PR requests from the last few days).
Complementary information
Failures seen on:
Abuse Finder 2
Censys 1
Fortiguard URL Category 2
MISP 2
OTXQuery 2
Robtex Forward PDNS 1
VirusTotal GetReport 3
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
Problem Description
Since upgrading to Cortex 2.0.3-1 docker image I get the following report in The Hive:
The Cortex job history shows:
Steps to Reproduce
Possible Solutions
Rolling back to 2.0.2-1 fixed the issue (aside from the know python 3 issue) so a change between the two caused it (did not see any PR requests from the last few days).
Complementary information
Failures seen on:
Abuse Finder 2
Censys 1
Fortiguard URL Category 2
MISP 2
OTXQuery 2
Robtex Forward PDNS 1
VirusTotal GetReport 3
The text was updated successfully, but these errors were encountered: