-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'v2/main'
- Loading branch information
Showing
93 changed files
with
1,961 additions
and
1,201 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Delete Preview Build | ||
|
||
on: | ||
pull_request: | ||
types: [closed] | ||
|
||
permissions: | ||
contents: read | ||
id-token: write | ||
pages: write | ||
pull-requests: write | ||
|
||
jobs: | ||
azure_blob: | ||
runs-on: ubuntu-latest | ||
env: | ||
AZURE_STORAGE_ACCOUNT: ctidstpv2 | ||
AZURE_STORAGE_SAS_TOKEN: ${{ secrets.AZURE_SAS_TOKEN }} | ||
BRANCH_NAME: ${{ github.head_ref || github.ref_name }} | ||
steps: | ||
- name: Install Azure CLI | ||
run: curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash | ||
- name: Delete old blobs | ||
run: az storage blob delete-batch -s '$web' --pattern "$BRANCH_NAME/*" |
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 |
---|---|---|
|
@@ -9,10 +9,10 @@ make the same updates there. | |
|
||
Summiting the Pyramid is a research project focused on engineering cyber analytics to | ||
make adversary evasion more difficult. This project is created and maintained by the | ||
[MITRE Engenuity Center for Threat-Informed Defense](https://ctid.mitre-engenuity.org/) | ||
in futherance of our mission to advance the start of the art and and the state of the | ||
practice in threat-informed defense globally. The project is funded by our [research | ||
participants](https://mitre-engenuity.org/cybersecurity/center-for-threat-informed-defense/our-work/summiting-the-pyramid/#research-participants). | ||
[MITRE Center for Threat-Informed Defense](https://ctid.mitre.org/) in futherance of our | ||
mission to advance the start of the art and and the state of the practice in | ||
threat-informed defense globally. The project is funded by our [research | ||
participants](https://ctid.mitre.org/projects/summiting-the-pyramid/#participants-section). | ||
|
||
**Table Of Contents:** | ||
|
||
|
@@ -24,12 +24,13 @@ participants](https://mitre-engenuity.org/cybersecurity/center-for-threat-inform | |
|
||
## Getting Started | ||
|
||
To get started, read the project website. It provides an overview of the goals and methodologies, defines all the key terms, and contains highly detailed examples. | ||
To get started, read the project website. It provides an overview of the goals and | ||
methodologies, defines all the key terms, and contains highly detailed examples. | ||
|
||
| Resource | Description | | ||
| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | | ||
| [Project Website](https://center-for-threat-informed-defense.github.io/summiting-the-pyramid/) | Complete documentation for the Summiting the Pyramid project. | | ||
| [Analytics Spreadsheet](docs/analytics/Scored_Analytics_20230802.csv) | A summary of the analytics scored by the project team. | | ||
| [Analytics Spreadsheet](docs/analytics/ScoredAnalytics_12062024.csv) | A summary of the analytics scored by the project team. | | ||
|
||
|
||
## Getting Involved | ||
|
@@ -41,7 +42,7 @@ threat-informed defense: | |
your feedback on any aspect of the project: from high-level concepts to low-level | ||
technical details. | ||
- **Request analytics and observables.** Send your [analytic | ||
requests]([/stix/attack-flow-schema-2.0.0.json](https://github.com/center-for-threat-informed-defense/summiting-the-pyramid/issues/new/choose)) | ||
requests](https://github.com/center-for-threat-informed-defense/summiting-the-pyramid/issues/new/choose) | ||
to our team. As we have time, we will work them through the process and publish scores | ||
and analysis. | ||
- **Submit your own analytics and observables.** We encourage you to use the methodology | ||
|
@@ -50,27 +51,30 @@ threat-informed defense: | |
|
||
## Questions and Feedback | ||
|
||
Please submit issues for any technical questions/concerns or contact [email protected] directly for more general inquiries. | ||
Please submit issues for any technical questions/concerns or contact | ||
[email protected] directly for more general inquiries. | ||
|
||
Also see the guidance for contributors if are you interested in contributing or simply reporting issues. | ||
Also see the guidance for contributors if are you interested in contributing or simply | ||
reporting issues. | ||
|
||
## How Do I Contribute? | ||
|
||
We welcome your feedback and contributions to help advance the Summiting project! Please see the guidance for | ||
contributors if are you interested in [contributing or simply reporting issues.](/CONTRIBUTING.md) | ||
|
||
Please submit [issues](https://github.com/center-for-threat-informed-defense/project_name/issues) for any | ||
technical questions/concerns or contact [email protected] directly for more general inquiries. | ||
We welcome your feedback and contributions to hel∑ | ||
|
||
## Notice | ||
|
||
© 2023 MITRE Engenuity. Approved for public release. Document number CT0078. | ||
© 2023, 2024 MITRE Engenuity. Approved for public release. Document number(s) CT0078, | ||
CT0128. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this | ||
file except in compliance with the License. You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. | ||
Unless required by applicable law or agreed to in writing, software distributed under | ||
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, either express or implied. See the License for the specific language governing | ||
permissions and limitations under the License. | ||
|
||
This project makes use of ATT&CK® | ||
|
||
|
Oops, something went wrong.