-
Notifications
You must be signed in to change notification settings - Fork 640
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
Output of analyzer as new observable #246
Comments
Hi @alexgoedeke yes this is something we already thought about. The current analyzers make "dummy" extraction of observables from the analyzer report but we don't show them on TheHive for now. There a diffrent ways to make this feature:
|
I strongly support Alex's suggestion :) (PS: He's working in my team) |
Yes, we would like this as well. We currently use a method where when a user selects text within a report, there is a little pop up which allows you to add the selected text as an observable. A very short-term, workaround solution that probably needs to be further developed. An example of which can be seen here: UNIT777@46e919d |
Guys, I'm inline with you about this feature. @BrevilleBro I tried your implementation it works fine, but I don't thing it's the best way to do it because of two points:
A best solution could be to annotate the report templates tags that contain observables, by adding two HTML attributes: This implementation needs a review of all the analyzer templates and wrap the observable data like:
|
Agreed @nadouani. This is our short-term solution without having to re-work all analyser templates (for now). I like your thinking 👍 We have definitely found that having a way to quickly add observables from a report beneficial to our workflow though. |
One more thing to possibly think about when this is implemented, is making sure you can track where an artefact came from so it is not lost (i.e., showing the relationship between the new artefact and the original observable). |
This issue is related to allowing a user to import the observables extracted from analyzer reports. |
Request Type
Feature Request
Problem Description
It would be nice to use fields of the output of an analyzer as new observables for a case.
Possible Solutions
Extend the configuration file of an analyzer of a field which let you choose which fields of the output should be used as new observables. Or make a dialog where the user can choose which observables should be added to the case.
The text was updated successfully, but these errors were encountered: