Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit cbf7721

Browse files
authored
Merge pull request #38 from mitre-attack/#37-remove-detection-training
Remove training notebook and update repo docs
2 parents fe6d97c + 3752fd0 commit cbf7721

7 files changed

Lines changed: 7 additions & 483 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# v1.5.1 - 27 July 2020
22
## New Scripts
33
- Added [layer to excel](https://github.com/mitre-attack/attack-scripts/tree/master/layers#to_excelpy) converter. See issue [#25](https://github.com/mitre-attack/attack-scripts/issues/25).
4+
## Improvements
5+
- Updated README to better describe repo contents.
6+
- Removed outdated detection training. See issue [#37](https://github.com/mitre-attack/attack-scripts/issues/37).
47

58
# v1.5 - 8 July 2020
69
## New Scripts

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# attack-scripts
22

3-
This repository is intended to provide a library of functions to improve users' interactions with ATT&CK content. In addition, it will provide one-off scripts
4-
for processing and visualizing ATT&CK content — See [the scripts folder](scripts) for more details.
5-
6-
Note: this repository is a work in progress. In the coming months we will be adding additional functionalities as well as soliciting scripts from ATT&CK users — see [contributing to attack-scripts](CONTRIBUTING.md).
3+
This repository contains various tools and utilities for working with ATT&CK content.
4+
- the [scripts](scripts) folder contains one-off scripts for processing and visualizing ATT&CK content.
5+
- the [scripts/layers/samples](scripts/layers) folder contains one-off scripts demonstrating the generation of ATT&CK Navigator layers from ATT&CK data. The outputs of these scripts can also be found on the [ATT&CK Navigator repository](https://github.com/mitre-attack/attack-navigator/tree/master/layers/data/samples).
6+
- the [layers](layers) folder contains a collection of modules and scripts for working with [ATT&CK Navigator](https://github.com/mitre-attack/attack-navigator) layers.
77

88
## Requirements
99
- [python3](https://www.python.org/)
@@ -13,15 +13,6 @@ Note: this repository is a work in progress. In the coming months we will be add
1313
2. Activate the environment: `source env/bin/activate`
1414
3. Install requirements into the virtual environment: `pip3 install -r requirements.txt`
1515

16-
## Layers
17-
This section of the repository contains a collection of modules and scripts for working with ATT&CK Navigator layers. More information about the contents of this section can be found [here](https://github.com/mitre-attack/attack-scripts/blob/master/layers/README.md).
18-
19-
## Training
20-
21-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mitre-attack/attack-scripts/master)
22-
23-
This repository also contains Jupyter notebooks and other material for ATT&CK training. The `trainings` directory has that content, which can be launched via Binder. The `binder` directory has requirements for that notebook, per the Binder documentation.
24-
2516
## Related MITRE Work
2617
#### CTI
2718
[Cyber Threat Intelligence repository](https://github.com/mitre/cti) of the ATT&CK catalog expressed in STIX 2.0 JSON.

binder/requirements.txt

Lines changed: 0 additions & 56 deletions
This file was deleted.

trainings/detection-training/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)