From 3e3046cc9c8ef31394cb26e2c83548f935d2ce39 Mon Sep 17 00:00:00 2001 From: Erin Hall Date: Tue, 15 Oct 2024 16:23:18 -0400 Subject: [PATCH 1/2] added box with links to attack data model on data & tools page --- .../templates/attack-data-and-tools.html | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/modules/resources/templates/attack-data-and-tools.html b/modules/resources/templates/attack-data-and-tools.html index dbeb56a591c..68058d95149 100644 --- a/modules/resources/templates/attack-data-and-tools.html +++ b/modules/resources/templates/attack-data-and-tools.html @@ -243,7 +243,36 @@

TAXII

-
+
+
+ +

ATT&CK Data Model

+

+ The ATT&CK Data Model provides a standardized way to represent ATT&CK data using JSON + schemas. It enables developers to parse, validate, and utilize the ATT&CK knowledge base + efficiently in various formats. +

+ +
+ + Learn more about the ATT&CK Data Model +    + + +
+
+
From a297fcaa8a99725dba21d7dcc4ca301222b2dff6 Mon Sep 17 00:00:00 2001 From: Erin Hall Date: Tue, 26 Nov 2024 16:04:52 -0500 Subject: [PATCH 2/2] Changed JSON to Zod and updated 'learn more about the ATT&CK data model' link --- modules/resources/templates/attack-data-and-tools.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/resources/templates/attack-data-and-tools.html b/modules/resources/templates/attack-data-and-tools.html index 68058d95149..006cb75815f 100644 --- a/modules/resources/templates/attack-data-and-tools.html +++ b/modules/resources/templates/attack-data-and-tools.html @@ -248,7 +248,7 @@

TAXII

ATT&CK Data Model

- The ATT&CK Data Model provides a standardized way to represent ATT&CK data using JSON + The ATT&CK Data Model provides a standardized way to represent ATT&CK data using Zod schemas. It enables developers to parse, validate, and utilize the ATT&CK knowledge base efficiently in various formats.

@@ -265,7 +265,7 @@

ATT&CK Data Model

- + Learn more about the ATT&CK Data Model