oasis-open / cti-stix-visualization

OASIS TC Open Repository: Lightweight visualization for STIX 2.0 objects and relationships
http://oasis-open.github.io/cti-stix-visualization
BSD 3-Clause "New" or "Revised" License
138 stars 43 forks source link

Reworked display to allow object details via JSON. Added link view. #52

Closed dc3-tsd closed 2 years ago

dc3-tsd commented 2 years ago
  1. Added a class of objects that can be hidden from the graph if certain filter conditions are met such as malware-analysis objects that have no analysis_sco_refs as these become cluttered on the graph when running a large number of AV tools.
  2. Node details now display as a JSON like format and show all nested content instead of in a table.
  3. A full list of linked objects is now displayed along with node details for the selected node.
  4. Selections can be changed using these detailed lists.
  5. _ref and _refs values are now color coded based on if the reference is within the provided JSON.
  6. If a graph has more than 200 elements it gives an option to show it as a list instead.