Skip to content

Commit 1107198

Browse files
committed
refactor get-started
1 parent da8f5b5 commit 1107198

File tree

1 file changed

+42
-38
lines changed

1 file changed

+42
-38
lines changed

getting-started/index.md

Lines changed: 42 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -8,54 +8,58 @@ title: Getting Started with STIX
88
real-world threat reports</a>
99
</div>
1010

11-
## [Training and Presentations](/learn)
12-
1311
<div class="row">
1412
<div class="col-md-6 getting-started-left">
15-
<h3>For Analysts & Managers</h3>
16-
<p>The Analysts & Manager tutorial track will walk you through understanding the STIX data model and how content is expressed in it at a high level. You won't have to deal with XML or Python at all.</p>
1713

18-
<div class="well">
19-
<h4><a href="whitepaper">STIX Whitepaper</a></h4>
20-
<p>The STIX Whitepaper explains why STIX was developed, what problems it solves, and how it solves those problems. It also goes into detail on the individual components of STIX and how they fit together.</p>
21-
<a class="btn btn-primary" href="whitepaper">Go »</a>
22-
</div>
14+
<h2> Whitepaper</h2>
15+
<div class="well">
16+
17+
<p>Find out how STIX <a href="whitepaper"> can help your organization</a>
18+
</p>
19+
</div>
20+
21+
## Usage in the Wild
22+
<div class="well">
23+
24+
<p>Walk through <a href="analyst-exercise"> a real example of STIX</a>
25+
</p>
26+
</div>
2327

24-
<div class="well">
25-
<h4>Analyst Walkthrough (Coming Soon)</h4>
26-
<p>The analyst walkthrough will take you through a sample STIX document using the STIXViz tool. It will explain what the different pieces are and how they fit together.<p>
27-
<a class="btn btn-default disabled" href="#">Go »</a>
28-
</div>
28+
## How to Read STIX
29+
<div class="well">
30+
31+
<p>Learn how to <a href="sample-walkthrough"> read STIX documents</a>
32+
</p>
33+
</div>
2934

30-
<div class="well">
31-
<h4><a href="analyst-exercise">Analyst Modeling Exercise</a></h4>
32-
<p>How a threat report would be represented in STIX - including relationships and objects.</p>
33-
<a class="btn btn-primary" href="analyst-exercise">Go »</a>
34-
</div>
3535

36-
</div>
36+
</div>
37+
</div>
3738

39+
<div class="row">
3840
<div class="col-md-6 getting-started-right">
39-
<h3>For Developers</h3>
4041

41-
<p>The Developer tutorial track gets into the nitty gritty of STIX XML and the python-stix APIs that make working with it easier. The analyst tutorials give important context as to why things are the way they are and should be completed first.</p>
42+
<h2> How to Write STIX</h2>
43+
<div class="well">
44+
45+
<p>The next step is to <a href="authoring-tutorial"> write your own STIX content</a>
46+
</p>
47+
</div>
48+
4249

43-
<div class="well">
44-
<h4><a href="http://stix.readthedocs.org/en/latest/getting_started.html">Python STIX Getting Started</a></h4>
45-
<p>This guide walks through the basics of working with STIX using the python-stix library. Those working in languages other than Python or not using the libraries should follow the sample walkthrough and authoring tutorial.</p>
46-
<a class="btn btn-primary" href="http://stix.readthedocs.org/en/latest/getting_started.html">Go »</a>
47-
</div>
50+
## Programming in STIX
51+
<div class="well">
52+
53+
<p>Power-users can check out the <a href="http://stix.readthedocs.org/en/latest/getting_started.html"> Python libraries</a>
54+
</p>
55+
</div>
4856

49-
<div class="well">
50-
<h4><a href="sample-walkthrough">Sample Walkthrough</a></h4>
51-
<p>The sample walkthrough will walk through a sample STIX document at the XML level. It's meant for those working without the python-stix libraries either in other XML tooling or reading raw STIX XML.<p>
52-
<a class="btn btn-primary" href="sample-walkthrough">Go »</a>
53-
</div>
57+
## Past Talks
58+
<div class="well">
59+
60+
<p>Watch archived talks and <a href="/learn"> resources on STIX</a>
61+
</p>
62+
</div>
5463

55-
<div class="well">
56-
<h4><a href="authoring-tutorial">Authoring Tutorial</a></h4>
57-
<p>The authoring tutorial builds on the sample walkthrough to help you produce the content that you've already seen represented. Again, it's meant for those working with XML in non-python-stix tooling or those writing XML by hand.</p>
58-
<a class="btn btn-primary" href="authoring-tutorial">Go »</a>
59-
</div>
60-
</div>
6164
</div>
65+
</div>

0 commit comments

Comments
 (0)