Skip to content

Commit

Permalink
refactor get-started
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmoker committed May 21, 2015
1 parent da8f5b5 commit 272793e
Showing 1 changed file with 42 additions and 38 deletions.
80 changes: 42 additions & 38 deletions getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,54 +8,58 @@ title: Getting Started with STIX
real-world threat reports</a>
</div>

## [Training and Presentations](/learn)

<div class="row">
<div class="col-md-6 getting-started-left">
<h3>For Analysts & Managers</h3>
<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>

<div class="well">
<h4><a href="whitepaper">STIX Whitepaper</a></h4>
<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>
<a class="btn btn-primary" href="whitepaper">Go »</a>
</div>
## Whitepaper
<div class="well">
<p>Find out how STIX <a href="whitepaper"> can help your organization</a>
</p>
</div>

## Usage in the Wild
<div class="well">
<p>Walk through <a href="analyst-exercise"> a real example of STIX</a>
</p>
</div>

<div class="well">
<h4>Analyst Walkthrough (Coming Soon)</h4>
<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>
<a class="btn btn-default disabled" href="#">Go »</a>
</div>
## How to Read STIX
<div class="well">
<p>Learn how to <a href="sample-walkthrough"> read STIX documents</a>
</p>
</div>

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

</div>
</div>
</div>

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

<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>
## How to Write STIX
<div class="well">
<p>The next step is to <a href="authoring-tutorial"> write your own STIX content</a>
</p>
</div>


<div class="well">
<h4><a href="http://stix.readthedocs.org/en/latest/getting_started.html">Python STIX Getting Started</a></h4>
<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>
<a class="btn btn-primary" href="http://stix.readthedocs.org/en/latest/getting_started.html">Go »</a>
</div>
## Programming in STIX
<div class="well">
<p>Power-users can check out the <a href="http://stix.readthedocs.org/en/latest/getting_started.html"> Python libraries</a>
</p>
</div>

<div class="well">
<h4><a href="sample-walkthrough">Sample Walkthrough</a></h4>
<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>
<a class="btn btn-primary" href="sample-walkthrough">Go »</a>
</div>
## Past Talks
<div class="well">
<p>Watch archived talks and <a href="/learn"> resources on STIX</a>
</p>
</div>

<div class="well">
<h4><a href="authoring-tutorial">Authoring Tutorial</a></h4>
<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>
<a class="btn btn-primary" href="authoring-tutorial">Go »</a>
</div>
</div>
</div>
</div>

0 comments on commit 272793e

Please sign in to comment.