Skip to content
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

Updated 2 links from mitre.org to their github urls #17

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For more information, please refer to the terms.txt file.
StixViz v1.0 alpha5
Compatible with STIX v1.0.1

This is a proof of concept prototype to visualize a set of STIX documents
This is a proof of concept prototype to visualize a set of Structured Threat Information eXpression (STIX™) documents
as a node-link tree with the root at the top of the XML structure.

StixViz is implemented in Javascript as a standalone application using the node-webkit
Expand Down Expand Up @@ -100,7 +100,7 @@ again to walk back up the tree.



Timeline View:
Timeline View

The timeline view shows timestamped entities within a STIX document, such as
incidents and their associated activities. Events that occur at a single point
Expand Down Expand Up @@ -145,7 +145,7 @@ requirements:
v1.0alpha5
2014-06-13

STIX - http://stix.mitre.org
STIX - https://stixproject.github.io/
#################################################################
--------------------------------------------------------------------------------
--Included Files----------------------------------------------------------------
Expand Down Expand Up @@ -249,11 +249,11 @@ On other platforms follow the instructions from https://github.com/rogerwang/nod
-- Runnning from Binary Executable --

A pre-packaged Java 7 executable is available from the GitHub release page at
https://github.com/STIXProject/stix-viz/releases/download/v1.0.5a/StixVizDistro_Windows_java7.zip

https://github.com/STIXProject/stix-viz/releases/download/v1.0.5a/StixVizDistro_Windows_java7.zip
A pre-packaged Java 8 executable is available from the GitHub release page at
https://github.com/STIXProject/stix-viz/releases/download/v1.0.5a/StixVizDistro_Windows_Java8.zip

https://github.com/STIXProject/stix-viz/releases/download/v1.0.5a/StixVizDistro_Windows_Java8.zip
To run the pre-packaged Windows executable, extract all of the files included in the zip file into a directory and double click the file StixViz.exe.

A pre-packaged Mac OSX executable can be downloaded from https://github.com/STIXProject/stix-viz/releases/download/v1.0.5a/StixViz_Mac.zip.
Expand Down