Skip to content

Commit 136f1fa

Browse files
wrbrantpaultd5
authored andcommitted
Cleanup repo (#293)
* removed STIG-Old directory * cleaned up * added to the readthedocs for later * Removed some unnecessary code so project would build. --------- Co-authored-by: paultd <[email protected]>
1 parent 06782a7 commit 136f1fa

File tree

623 files changed

+269
-44110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

623 files changed

+269
-44110
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
1-
# STIG - Structured Threat Intelligence Graph
1+
# Structured Threat Intelligence Graph (STIG)
22

3-
[![STIG Video](/images/stig_youtube.png)](https://youtube.com/watch?v=vMgb-yx7PVA)
3+
Structured Threat Intelligence Graph (STIG) is a tool for creating, editing, querying, analyzing and visualizing threat intelligence. It uses STIX version 2 as its data format. STIG uses a graph database (Neo4j) to store the data.
44

5-
<img align="right" width="260" src="/images/STIG_rev1.png"> Structured Threat Intelligence Graph (STIG) is a tool for creating, editing, querying, analyzing and visualizing threat intelligence. It uses STIX version 2 as its data format. STIG uses a graph database (Neo4j) to store the data.
65

7-
See the [STIG Innovation Sheet](18-179_STIG_Innovation_Sheet.pdf) for an overview.
6+
For more information on STIX, see the **[STIX 2.1 specification](https://oasis-open.github.io/cti-documentation/resources)**, the **[introduction](https://oasis-open.github.io/cti-documentation/stix/intro.html)**, and the **[walkthrough](https://oasis-open.github.io/cti-documentation/stix/walkthrough.html)**.
87

9-
The STIX version 2.1 specification can be found at **<https://oasis-open.github.io/cti-documentation/resources>**.
10-
An introduction and walk through of STIX can be found at **<https://oasis-open.github.io/cti-documentation/stix/intro.html>**, and **<https://oasis-open.github.io/cti-documentation/stix/walkthrough.html>**.
8+
**For installation and usage instructions, see our [documentation](https://stig.readthedocs.io/en/latest/).**
119

12-
## Repository Structure
13-
- The **STIG-Old** directory is where the codebase for the existing version of STIG is stored. See the README.md within that folder for instructions on how to run that project and for further information.
14-
- The **STIG-React** directory is where the codebase for the new version of STIG we are working on developing is stored. This is where we will make the majority of code changes as this project progresses. See the README.md within that folder for instructions on how to run that project.
10+
## Quickstart:
11+
STIG can be run from a docker container and built from source using npm.
12+
13+
1) Clone this repository
14+
2) `cd` into this repository
15+
16+
**Using Docker:**
17+
18+
3) Install Docker and docker-compose
19+
4) Run `docker-compose up -d`
20+
21+
**Or Using NPM:**
22+
23+
3) Ensure you have Node.js and npm installed: https://nodejs.org/en/download/package-manager
24+
4) Run `npm i && npm run dev`
25+
26+
**Finally:**
27+
28+
5) Open http://localhost:5173/ in a web browser

STIG-Old/.compilerc

Lines changed: 0 additions & 46 deletions
This file was deleted.

STIG-Old/.eslintignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)