-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
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
Velociraptor: Add upload functionality for flow results #852
Velociraptor: Add upload functionality for flow results #852
Conversation
weslambert
commented
Sep 14, 2020
- Adds the ability to upload flow results as a case observable.
- Other improvements
I need @jeromeleonard feedback.. I always forget our policy regardind responder that uses thehive api 👼 |
@jeromeleonard did you have any feedback? |
Following up on this. Any thoughts @jeromeleonard @nadouani? |
hello @weslambert. The fact is that we do not recommend making a responder connect back to TheHive, unless there is no other choice. Like with Analyzers, Responders can add observables to a case when successfully run with the operation "AddArtifactToCase". For the moment, this cannot handle observables of type |
Hi @jeromeleonard , thanks for the response. The use case is to have the results/artifacts sent back to TheHive for correlation with the case details, tracking, etc (in this case, as a zip file). Additionally, some folks may have access to TheHive, but not to Velociraptor itself, so this may be the only way that they can view/retrieve this data alongside a case (approved artifacts/flows that are allowed to be run via responder, etc). The current |
@jeromeleonard Could it be possible to merge this for the time being, since this is not much different from the VT Downloader responder, then adjust as needed once the aforementioned functionality is available? |
Yes, we'll integrate it in the next release. Can I ask you to update the README.md file please ? This will update to documentation page: https://thehive-project.github.io/Cortex-Analyzers/responders/Velociraptor/ |
Yep, will do. Thanks! |
@jeromeleonard @dadokkio would it be possible to add to this before merging? I would like to make some updates. |
This has not been merged yes, so yes. Regarding the necessity to use thehive api from responder I've for example added download sample functionality to VirusTotal analyzer without them, so there are still doubts of doing this. |
@weslambert I'll merge this one, and you could update it afterward? Is this OK for you? |
Hi @nadouani, That would be fine, however I've not tested this in a while. |