idaholab / STIG

Structured Threat Intelligence Graph
BSD 3-Clause "New" or "Revised" License
83 stars 27 forks source link

Showing references in the graph #57

Open CyberDaedalus00 opened 3 years ago

CyberDaedalus00 commented 3 years ago

I couldn't find a means to visualize the references from one object to another, such as the contains_refs property that references the other objects contained in a report.

Is this functionality supported?

z-priest commented 3 years ago

The only current way to visualize how objects are related to each other is actual relationships (source/target).

Embedded Relationships (object_refs, created_by_refs, object_marking_ref) have not been thought out yet. You can manually reference an object ID inside report properties, but won't be able to discern this inside the graph pane.

So a current way we use report -> objects is draw a link and utilize the common relationships that are allowed from Report (duplicate-of, derived-from and related-to).

z-priest commented 3 years ago

TODO:

wrbrant commented 4 months ago

Currently, you can view embedded relationships from observed-data objects. However, the toggle does not turn them on or off, it just turns them more on. Furthermore, the UX to add an embedded relationship is sub-optimal. Additionally, embedded relationship viewing needs to be added for all stix objects that can reference other object ids.