We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
(replace with N/A if not applicable)
This is a follow up of TheHive-Project/TheHive#530.
On some cases, the HybridAnalys_GetReport analyzer fails when applied on a filename. I think this happens when the filename contains a ' character.
'
Here is one result of this kind of analysis:
{ "errorMessage": "Phrase 'srilumpa's file' should be in double quote.", "input": "{\"tlp\":2,\"parameters\":{},\"dataType\":\"filename\",\"config\":{\"check_tlp\":true,\"proxy_https\":null,\"max_tlp\":2,\"auto_extract_artifacts\":false,\"secret\":\"[REDACTED]\",\"proxy_http\":null,\"key\":\"REMOVED\"},\"message\":\"\",\"data\":\"srilumpa's file\"}", "success": false }
The text was updated successfully, but these errors were encountered:
In fact, it seems more generic than that. Example below:
{ "errorMessage": "Phrase 'DHL ITALY - Intraship Shipment Notification.bat' should be in double quote.", "input": "{\"tlp\":2,\"parameters\":{},\"dataType\":\"filename\",\"config\":{\"check_tlp\":true,\"proxy_https\":null,\"max_tlp\":2,\"auto_extract_artifacts\":false,\"secret\":\"[REDACTED]\",\"proxy_http\":null,\"key\":\"REMOVED\"},\"message\":\"41907\",\"data\":\"DHL ITALY - Intraship Shipment Notification.bat\"}", "success": false }
Sorry, something went wrong.
Will look into it, but right now it's too hot to do anything. :D
HybridAnalysis Analyzer: Forces ssl validation, enclose filename in d…
7e754e1
…ouble quotes (#323).
Sorry, I forgot about this. :/ Fixed now.
3c7
No branches or pull requests
Request Type
Bug
Work Environment
(replace with N/A if not applicable)
Description
This is a follow up of TheHive-Project/TheHive#530.
On some cases, the HybridAnalys_GetReport analyzer fails when applied on a filename. I think this happens when the filename contains a
'
character.Steps to Reproduce
Complementary information
Here is one result of this kind of analysis:
The text was updated successfully, but these errors were encountered: