-
Notifications
You must be signed in to change notification settings - Fork 8
Problem downloading file content in alerts when content pulled from cloudphish cache #110
Comments
I just realized that it's not limited to file content, but it appears to be all analysis results: For example, clicking on this: Throws an internal server error:
However, most analysis just returns nothing, like this: result: |
It sounds like the cloudphish analysis was not successfully downloaded. I'll work with you to review the logs to figure out what is going on here. Specifically I think we'll want to look at the API logs to see if there was an exception thrown when the data was attempted to be downloaded. |
We are seeing this less and less. I've noticed that it's only happening when the detection in the cloudphish analysis is no longer valid (been turned off or removed). I haven't seen any errors when looking through the API logs around the new alerts that come in with these old cloudphish content detections. I have a fresh example of this I am setting aside. |
For example, if this content was pulled from the cloudphish cache and added to the alert:
We can no longer download/view/access any content for any files, nested any further in the analysis tree.
Everything only says "whitelist" or "un-whitelist" like so:
Even the cloudphish content itself is not available in the GUI:
![image](https://user-images.githubusercontent.com/3869452/89653244-badc9880-d894-11ea-8204-b6fa8d984141.png)
All files a level up from any
Cloudphish Analysis: ALERT
, in the analysis tree, can still be accessed normally.I'm not sure when this change/break happened in the code base because we did a major update. I can confirm it's as far back as cad3a01 but still an issue for us at 86a1aff
The text was updated successfully, but these errors were encountered: