You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/index.md
+42-38Lines changed: 42 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,54 +8,58 @@ title: Getting Started with STIX
8
8
real-world threat reports</a>
9
9
</div>
10
10
11
-
## [Training and Presentations](/learn)
12
-
13
11
<divclass="row">
14
12
<divclass="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>
17
13
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>
<p>Find out how STIX <a href="whitepaper"> can help your organization</a>
18
+
</p>
19
+
</div>
20
+
21
+
## Usage in the Wild
22
+
<divclass="well">
23
+
24
+
<p>Walk through <a href="analyst-exercise"> a real example of STIX</a>
25
+
</p>
26
+
</div>
23
27
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>
<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
+
<divclass="well">
44
+
45
+
<p>The next step is to <a href="authoring-tutorial"> write your own STIX content</a>
<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>
<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>
<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>
0 commit comments