Skip to content

Commit

Permalink
add stix viz doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza committed Feb 26, 2024
1 parent 7ac70bf commit 78265dc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"incident": {
"embeddedRelationships": [ [ "extensions.extension-definition—​ef765651-680c-498d-9894-99799f2fa126.events.event_ref", "has_event", true],
[ "extensions.extension-definition—​ef765651-680c-498d-9894-99799f2fa126.tasks.task_ref", "has_task", true]
]
},
"event": {
"embeddedRelationships": [[ "sightings_refs", "evidence", true]]
}
}
17 changes: 17 additions & 0 deletions extension-definition-specifications/using-stxviz.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## STIX Viz

### Setup

- Clone https://github.com/oasis-open/cti-stix-visualization
- Add the icon files in the icons directory of any extension you are using to stix2viz/stix2viz/icons

### Use STIXViz

- Click on index.html to bring up a "local" copy of STIXViz in your browser
- Cut and paste the contents of stix-viz-config.json of any extension you are using info the --Configuration-- text box at the bottom of the web page
- Choose a STIX file

### Tips

- You can remove a type of STIX object from the graph by clicking on its name in the "Legend"
- Clicking on the node in the graph will show you the STIX JSON on the right.

0 comments on commit 78265dc

Please sign in to comment.