-
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
Provide timestamp for "historical data" in observables #1048
Comments
I think this feature would be great! |
I'm wondering how to implement this one. The problem right now is, that each observable can only be present once per case. Right now I see only two possible solutions for that:
Any comments on that? |
My comment: It would be best if the "timeline" is associated with task logs and if observables can optionally be associated with task logs. This is so that whatever event the observable is associated with can be part of some task which involved discovery of the observable. that way it would be easy to build a timeline view where task logs can be used to show what actions were taken and what events took place whether or not the task log had an observable included. |
This is definitely something that can be considered with the new graph persistence layer. Adding links between observables and tasks could be simple. The other option is to add support to custom fields on observables, and everyone is free to add the fields he wants |
Request Type
Feature Request
Feature Description
Describe the problem/bug as clearly as possible.
In feature request #84 and #914 there were wishes for providing a timeline view for cases. During investigations you might work with historical data (like log data, disk forensics, etc.) so it would be useful to add timestamps (not like the current "found at" but "used at") as attribute to each observable per case. This would help to create a timeline of the incident, including the attackers actions before the actual case was initialized.
The text was updated successfully, but these errors were encountered: