File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed
modules/resources/templates Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -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&CK Data Model</ h3 >
250+ < p >
251+ The ATT&CK Data Model provides a standardized way to represent ATT&CK data using Zod
252+ schemas. It enables developers to parse, validate, and utilize the ATT&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&CK Data Model</ span >
270+
271+ < i class ="fa-solid fa-up-right-from-square "> </ i >
272+ </ a >
273+ </ div >
274+ </ div >
275+ </ div >
247276 </ div >
248277
249278 <!-- excel -->
You can’t perform that action at this time.
0 commit comments