-
Notifications
You must be signed in to change notification settings - Fork 972
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
[BUG] Related reports who's links are filtered in correlation graphs are not also shaded-out #9372
Comments
@ckane just to understand, you're filtering for instance on IOCs & you expect the linked reports to be greyed too, if linked IOCs are greyed? |
Yes, if the filters I have selected cause all linked nodes to one or more reports to be grayed out, then those linked reports should also be grayed |
|
Ok, I thought about it a bit more, considering that the Report nodes are always the "to" nodes on the correlation graphs, and working off the node-coloring logic:
|
Ok, that's clear and seems to be a good idea. So I've turned this into a feature given it's not a behavior built yet in the platform. We will soon start to work on graphs, and we'll take this request into account when working on them. |
Description
The "shading" of entities by type in the Correlation Graphs should grey-out any "related reporting" nodes where every linking entity to the "current report" is filtered.
This is related to the discussion in #9236 and is being proposed as an alternative solution to achieve the visualization goal there.
Environment
Reproducible Steps
View a report where there's sufficient correlated reporting that the correlation graph is fairly large. Find a related report and filter the items, using the graph filter tools, such that every item linking the related report to the current report is filtered (and visually greyed out on screen).
Expected Output
The related report should also get greyed out, so that it is easier for the filters in the correlation graph to allow the analysts to focus on the related reporting linked by unfiltered nodes.
Actual Output
All related reporting is still present on the graph, still making it difficult to explore where an ATT&CK pattern or sector or country is an entity contained in the report:
In this chart, as an example, the "Regin Scanner" report at top-right is the "current report". All nodes connected to "OSINT Regin Samples" are greyed out, so that report should also get greyed out, in order to use the filters to "hide correlations based upon linked entity type". The "Secret Malware in..." related report has some entities filtered and some unfiltered, so it should remain colored-in for the analyst.
The text was updated successfully, but these errors were encountered: