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

Add box with links to attack data model on data & tools page #525

Merged
merged 2 commits into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 30 additions & 1 deletion modules/resources/templates/attack-data-and-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -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