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

Latest commit

 

History

History
90 lines (73 loc) · 5.52 KB

CHANGELOG.md

File metadata and controls

90 lines (73 loc) · 5.52 KB

v1.9.2 - 25 June 2021

Fixes

v1.9.1 - 9 April 2021

With the release of our mitreattack-python pip module, we're removing the tools previously found in the layers folder as they are now part of that module.

Improvements

  • Updated documentation to highlight the new mitreattack-python pip module.
  • Removed the scripts in the layers folder which are now part of mitreattack-python.
  • Cleaned up requirements.txt to remove modules that are no longer required.

v1.9.0 - 23 March 2021

Improvements

  • diff_stix.py now supports an --unchanged argument which adds a section listing objects which did not change between releases.

Fixes

  • diff_stix.py should no longer crash when exporting layers but with only one domain specified.
  • Fixed a bug in the layer library where layers could be imported improperly in specific contexts.
  • Fixed a bug with the layer to SVG exporter which was causing sub-technique scores colors to disappear.

v1.8.1 - 3 March 2021

Fixes

  • Layer library should no longer throw errors when it encounters the "Network" and "PRE" platforms.
  • Layer library should no longer throw errors if it encounters a layer with a version number higher than it expects.
  • Setting showSubtechniques to true on a technique should no longer cause a crash when exporting the layer to SVG.

v1.8 - 15 December 2020

Improvements

  • Updated Layer library to support ATT&CK Navigator Layer format version 4.1.

v1.7 - 27 October 2020

Improvements

  • Removed pre-ATT&CK domain from scripts to support migration of that content to enterprise tactics. See issue #36.
  • Updated scripts which produce layers to use v4.0 of the Navigator Layer Format. See issue #47.

v1.6 - 5 October 2020

Improvements

v1.5.2 - 2 September 2020

Improvements

  • Clarified documentation on creation of virtual environments for Windows compatibility.
  • Added section to install docs about taxii2client compatibility. See issue #19.
  • Standardized import style to better follow the standard set in MITRE/CTI#103.

v1.5.1 - 27 July 2020

New Scripts

Improvements

  • Updated README to better describe repo contents.
  • Removed outdated detection training. See issue #37.

v1.5 - 8 July 2020

New Scripts

Added scripts used to generate the sample layers in the ATT&CK Navigator repository. See issue #21 and the sample layer README for more details. The following scripts were added:

Fixes

  • Fixed a bug in diff_stix where sub-techniques had the wrong URL in hyperlinks.

v1.4.1 - 18 May 2020

New Scripts

  • New script technique_mappings_to_csv.py added to support mapping Techniques with Mitigations, Groups or Software. The output is a CSV file. Added in PR #23

Improvements

Fixes

  • Fixed bug in LayerOps causing issues with cross-tactic techniques, as well as a bug where a score lambda could affect the outcome of other lambdas.

V1.4 - 5 May 2020

New Scripts

  • Added Layers folder with utility scripts for working with ATT&CK Navigator Layers. See the Layers README for more details. See issues #2 and #3.

v1.3 - 8 January 2019

New Scripts

v1.2 - 24 October 2019

  • Added ATT&CKcon 2.0 Detection Training. See the readme for details.

v1.1 - 29 March 2019

New Scripts

v1.0 - 1 March 2019

New Scripts