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

Update website banner and TAXII server links #526

Merged
merged 11 commits into from
Nov 26, 2024
37 changes: 33 additions & 4 deletions modules/resources/templates/attack-data-and-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,18 +215,18 @@ <h3>ATT&amp;CK in STIX 2.0</h3>
<div class="col-sm panel d-flex flex-column">
<div class="panel-body p-4">
<!-- taxii -->
<h3>TAXII</h3>
<h3>TAXII 2.1</h3>
<p>
The ATT&amp;CK STIX data can also be accessed via the official ATT&amp;CK TAXII&trade; server.
Trusted Automated Exchange of Intelligence Information (TAXII) is an application protocol for
exchanging CTI over HTTPS. The ATT&amp;CK TAXII server provides API access to the ATT&amp;CK
STIX knowledge base.
</p>
<div class="d-flex flex-row mb-4 mt-3">
<a href="https://github.com/mitre/cti/blob/master/USAGE.md#access-from-the-attck-taxii-server">
<a href="https://github.com/mitre-attack/attack-workbench-taxii-server/blob/main/docs/USAGE.md">
<button type="button" class="slide-button">
<span class="slide-button-text">
Access TAXII Server
Visit Repository
</span>
<span class="slide-button-icon">
<i class="fa-brands fa-github"></i>
Expand All @@ -243,7 +243,36 @@ <h3>TAXII</h3>
</div>
</div>
</div>
<div class="col-sm"></div>
<div class="col-sm panel d-flex flex-column">
<div class="panel-body p-4">
<!-- taxii -->
<h3>ATT&amp;CK Data Model</h3>
<p>
The ATT&amp;CK Data Model provides a standardized way to represent ATT&amp;CK data using Zod
schemas. It enables developers to parse, validate, and utilize the ATT&amp;CK knowledge base
efficiently in various formats.
</p>
<div class="d-flex flex-row mb-4 mt-3">
<a href="https://github.com/mitre-attack/attack-data-model">
<button type="button" class="slide-button">
<span class="slide-button-text">
Visit Repository
</span>
<span class="slide-button-icon">
<i class="fa-brands fa-github"></i>
</span>
</button>
</a>
</div>
<div>
<a class="partial-underline" href="https://mitre-attack.github.io/attack-data-model/">
<span class="hover-line">Learn more about the ATT&amp;CK Data Model</span>
&nbsp;&nbsp;
<i class="fa-solid fa-up-right-from-square"></i>
</a>
</div>
</div>
</div>
</div>

<!-- excel -->
Expand Down
2 changes: 1 addition & 1 deletion website-banner.production
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ATT&CK v16 has been released! Check out the <a href='https://medium.com/mitre-attack/attack-v16-561c76af94cf'>blog post</a> for more information.
Reminder: the TAXII 2.0 server will be <a href='https://medium.com/mitre-attack/introducing-taxii-2-1-and-a-fond-farewell-to-taxii-2-0-d9fca6ce4c58'>retiring on December 18</a>. Please switch to the <a href='https://github.com/mitre-attack/attack-workbench-taxii-server/blob/main/docs/USAGE.md'>TAXII 2.1 server</a> to ensure uninterrupted service.