Skip to content

Commit 01ebc1d

Browse files
authored
chore: add sample STIX file for new detection strategy format
1 parent b4053e2 commit 01ebc1d

2 files changed

Lines changed: 540 additions & 1 deletion

File tree

util/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Utilities
22

3-
This folder contains utilities for the maintenance of the data in this repository. They are provided for maintainers within the ATT&CK team and to enable the ATT&CK community to release their own extensions of this dataset on similarly formatted repositories.
3+
This folder contains utilities for the maintenance of the data in this repository.
4+
They are provided for maintainers within the ATT&CK team and to enable the ATT&CK community to release their own extensions of this dataset on similarly formatted repositories.
45

56
## Requirements
67
- [python3](https://www.python.org/)
@@ -24,3 +25,7 @@ The [ATT&CK Workbench](https://github.com/center-for-threat-informed-defense/att
2425
## [index-to-md.py](index-to-md.py)
2526

2627
This script transforms a machine readable collection index JSON file into a human readable Markdown file, providing a listing of the full contents of the collection index. Run `python3 util/index-to-md.py -h` for usage instructions.
28+
29+
## Additional Files
30+
31+
- [sample_3.3.0_stix-detection-strategy.json](./sample_3.3.0_stix-detection-strategy.json): A sample STIX file introducing the new Detection Strategy format using the [v3.3.0 ATT&CK Spec](https://mitre-attack.github.io/attack-data-model/).

0 commit comments

Comments
 (0)