-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
extension-definition-specifications/incident-ef7/stix-viz-config.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |