-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'website-updates-faq' into website-updates
- Loading branch information
Showing
6 changed files
with
101 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,7 @@ | |
} | ||
} | ||
|
||
.searchPresentation { | ||
.page-search { | ||
float: right; | ||
width: 50%; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,17 @@ | |
"sections": [ | ||
{ | ||
"name": "General", | ||
"id": "general-faq", | ||
"relevant_links": [ | ||
{ | ||
"label": "ATT&CK 101 Blog Post", | ||
"url": "https://medium.com/mitre-attack/att-ck-101-17074d3bc62" | ||
}, | ||
{ | ||
"label": "Getting Started", | ||
"url": "/resources/getting-started" | ||
} | ||
], | ||
"questions": [ | ||
{ | ||
"question": "What is ATT&CK?", | ||
|
@@ -37,12 +48,23 @@ | |
}, | ||
{ | ||
"question": "How can I use ATT&CK?", | ||
"answer": "ATT&CK can be used in several ways to help security operations, threat intelligence, and security architecture. See the <a href='/resources/getting-started'>getting started</a> page for resources on how to start using ATT&CK. Also check out the <a href='/resources'>Resources</a> section of the website and the <a href='https://medium.com/mitre-attack'>blog</a> for related projects and other material." | ||
"answer": "ATT&CK can be used in several ways to help security operations, threat intelligence, and security architecture. See the <a href='/resources/getting-started'>Getting Started</a> page for resources on how to start using ATT&CK. Also check out the <a href='/resources'>Resources</a> section of the website and the <a href='https://medium.com/mitre-attack'>blog</a> for related projects and other material." | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Content", | ||
"id": "content-faq", | ||
"relevant_links": [ | ||
{ | ||
"label": "Contribute", | ||
"url": "/resources/contribute" | ||
}, | ||
{ | ||
"label": "The Design and Philosophy of ATT&CK", | ||
"url": "/docs/ATTACK_Design_and_Philosophy_March_2020.pdf" | ||
} | ||
], | ||
"questions": [ | ||
{ | ||
"question": "How often is ATT&CK updated?", | ||
|
@@ -64,6 +86,17 @@ | |
}, | ||
{ | ||
"name": "Resources", | ||
"id": "resources-faq", | ||
"relevant_links": [ | ||
{ | ||
"label": "Interfaces for Working with ATT&CK", | ||
"url": "/resources/working-with-attack" | ||
}, | ||
{ | ||
"label": "Staying Informed", | ||
"url": "/contact" | ||
} | ||
], | ||
"questions": [ | ||
{ | ||
"question": "Are there APIs I can use to access the ATT&CK content?", | ||
|
@@ -73,6 +106,7 @@ | |
}, | ||
{ | ||
"name": "Staying Informed", | ||
"id": "staying-informed-faq", | ||
"questions": [ | ||
{ | ||
"question": "How do I stay up to date with what's happening with ATT&CK?", | ||
|
@@ -82,6 +116,7 @@ | |
}, | ||
{ | ||
"name": "ATT&CK and Other Models", | ||
"id": "other-models-faq", | ||
"questions": [ | ||
{ | ||
"question": "How does ATT&CK relate to other cyber frameworks and models?", | ||
|
@@ -99,6 +134,17 @@ | |
}, | ||
{ | ||
"name": "Legal", | ||
"id": "legal-faq", | ||
"relevant_links": [ | ||
{ | ||
"label": "Brand Guide", | ||
"url": "/resources/brand" | ||
}, | ||
{ | ||
"label": "Contact Us", | ||
"url": "/contact" | ||
} | ||
], | ||
"questions": [ | ||
{ | ||
"question": "How should I reference the name ATT&CK?", | ||
|
@@ -110,7 +156,7 @@ | |
}, | ||
{ | ||
"question": "Can I use ATT&CK in my products and/or services?", | ||
"answer": "<p>Yes – ATT&CK is open and available to any person or organization for use at no charge. If you decide to use ATT&CK, then follow the <a href=\"/resources/terms-of-use\">terms of use</a>. If you have further questions, then please reach out to us at <a href=\"mailto:[email protected]\">[email protected]</a>.</p><p class=\"mb-0\">Remember, you may never use MITRE ATT&CK, MITRE, or ATT&CK in a way that implies an endorsement of a product or service. MITRE does not endorse those organizations, individuals, etc. leveraging MITRE ATT&CK in their work. The inclusion of MITRE ATT&CK does not imply endorsement or support from MITRE.</p>" | ||
"answer": "<p>Yes – ATT&CK is open and available to any person or organization for use at no charge. If you decide to use ATT&CK, then follow the <a href=\"/resources/terms-of-use\">Terms of Use</a>. If you have further questions, then please reach out to us at <a href=\"mailto:[email protected]\">[email protected]</a>.</p><p class=\"mb-0\">Remember, you may never use MITRE ATT&CK, MITRE, or ATT&CK in a way that implies an endorsement of a product or service. MITRE does not endorse those organizations, individuals, etc. leveraging MITRE ATT&CK in their work. The inclusion of MITRE ATT&CK does not imply endorsement or support from MITRE.</p>" | ||
} | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters