Skip to content

Commit e441ddf

Browse files
committed
Merge branch 'develop' of github.com:mitre-attack/attack-website into develop
2 parents 61c6e60 + 9d677b8 commit e441ddf

File tree

2 files changed

+34
-5
lines changed

2 files changed

+34
-5
lines changed

modules/resources/templates/attack-data-and-tools.html

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,18 +215,18 @@ <h3>ATT&amp;CK in STIX 2.0</h3>
215215
<div class="col-sm panel d-flex flex-column">
216216
<div class="panel-body p-4">
217217
<!-- taxii -->
218-
<h3>TAXII</h3>
218+
<h3>TAXII 2.1</h3>
219219
<p>
220220
The ATT&amp;CK STIX data can also be accessed via the official ATT&amp;CK TAXII&trade; server.
221221
Trusted Automated Exchange of Intelligence Information (TAXII) is an application protocol for
222222
exchanging CTI over HTTPS. The ATT&amp;CK TAXII server provides API access to the ATT&amp;CK
223223
STIX knowledge base.
224224
</p>
225225
<div class="d-flex flex-row mb-4 mt-3">
226-
<a href="https://github.com/mitre/cti/blob/master/USAGE.md#access-from-the-attck-taxii-server">
226+
<a href="https://github.com/mitre-attack/attack-workbench-taxii-server/blob/main/docs/USAGE.md">
227227
<button type="button" class="slide-button">
228228
<span class="slide-button-text">
229-
Access TAXII Server
229+
Visit Repository
230230
</span>
231231
<span class="slide-button-icon">
232232
<i class="fa-brands fa-github"></i>
@@ -243,7 +243,36 @@ <h3>TAXII</h3>
243243
</div>
244244
</div>
245245
</div>
246-
<div class="col-sm"></div>
246+
<div class="col-sm panel d-flex flex-column">
247+
<div class="panel-body p-4">
248+
<!-- taxii -->
249+
<h3>ATT&amp;CK Data Model</h3>
250+
<p>
251+
The ATT&amp;CK Data Model provides a standardized way to represent ATT&amp;CK data using Zod
252+
schemas. It enables developers to parse, validate, and utilize the ATT&amp;CK knowledge base
253+
efficiently in various formats.
254+
</p>
255+
<div class="d-flex flex-row mb-4 mt-3">
256+
<a href="https://github.com/mitre-attack/attack-data-model">
257+
<button type="button" class="slide-button">
258+
<span class="slide-button-text">
259+
Visit Repository
260+
</span>
261+
<span class="slide-button-icon">
262+
<i class="fa-brands fa-github"></i>
263+
</span>
264+
</button>
265+
</a>
266+
</div>
267+
<div>
268+
<a class="partial-underline" href="https://mitre-attack.github.io/attack-data-model/">
269+
<span class="hover-line">Learn more about the ATT&amp;CK Data Model</span>
270+
&nbsp;&nbsp;
271+
<i class="fa-solid fa-up-right-from-square"></i>
272+
</a>
273+
</div>
274+
</div>
275+
</div>
247276
</div>
248277

249278
<!-- excel -->

website-banner.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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.
1+
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.

0 commit comments

Comments
 (0)