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
When trying to analyze a filename from a case's observables list, the report sent by cortex indicates an error querying the HybridAnalysis service event though the status is success. When submitting the same filename directly from the Cortex WUI, the HybridAnalysis service seems to be correctly queried.
I am not sure which component presents the bug here. The analyzer certainly has one because it is not handling properly the response (and I will open the appropriate case in the Cortex-Analyzer repository) but it seems there is some strange interactions between TheHive and Cortex here.
By the way:
Cortex version: 1.1.4
Hybrid Analysis analyzer version: 1.0
Steps to Reproduce
Create a dummy case in TheHive with a dummy filename as observable
Start an analysis of the filename with the HybridAnalysis analyzer
The result shown is success but the report displays an error
Start manually the same analysis directly on Cortex
The report does not show an error and the query seems to have be properly handled
Complementary information
Report obtained when starting the analysis through TheHive
{
"artifacts": [],
"full": {
"results": {
"response_code": -1,
"response": {
"error": "Phrase 'toto.txt' should be in double quote."
}
}
},
"summary": {},
"success": true
}
Report obtained when starting same the analysis through Cortex
Request Type
Bug
Work Environment
Problem Description
When trying to analyze a filename from a case's observables list, the report sent by cortex indicates an error querying the HybridAnalysis service event though the status is success. When submitting the same filename directly from the Cortex WUI, the HybridAnalysis service seems to be correctly queried.
I am not sure which component presents the bug here. The analyzer certainly has one because it is not handling properly the response (and I will open the appropriate case in the Cortex-Analyzer repository) but it seems there is some strange interactions between TheHive and Cortex here.
By the way:
Steps to Reproduce
Complementary information
Report obtained when starting the analysis through TheHive
Report obtained when starting same the analysis through Cortex
The text was updated successfully, but these errors were encountered: