Attack Navigator Versions Save

Web app that provides basic navigation and annotation of ATT&CK matrices

v5.0.1

5 days ago

See the changelog for details about what changed in this release.

v5.0.0

1 week ago

See the changelog for details about what changed in this release.

v4.9.5

3 weeks ago

See the changelog for details about what changed in this release.

v4.9.4

2 months ago

4.9.4 - 29 February 2024

Fixes

  • Fixed a bug with selecting techniques by data sources in the search & multi-select interface. See issue #622.

v4.9.3

2 months ago

4.9.3 - 27 February 2024

Fixes

  • Fixed a bug with loading Navigator layers on ATT&CK v10 or earlier. See issue #620.

v4.9.2

2 months ago

4.9.2 - 26 February 2024

Fixes

  • Fixed an issue with loading multiple bundles into a single matrix. See issue #505.
  • Fixed an issue where the outdated layer dialog box would not load the latest layer file format specification. See issue #617.
  • Fixed an issue in the ATT&CK version comparison which caused deprecated techniques to appear in the "review additions" section of the Layer Upgrade UI. See issue #618.

v4.9.1

6 months ago

4.9.1 - 14 November 2023

Adds support for ATT&CK v14.1.

Fixes

  • Fixed an issue with the Dockerfile which was preventing the docker image from building. See issue #598.

v4.9.0

6 months ago

4.9.0 - 31 October 2023

Adds support for ATT&CK v14.0.

New Features

  • Consolidated the JSON, Excel, and SVG export options into a single dropdown. Added an option to the export interface to only download annotations on visible techniques. See issue #215.
  • Extended search interface to support searching for techniques by asset.
  • Added the ability to configure how sub-techniques are displayed in the layer file through the expandedSubtechniques property - annotated, all, or none. See issue #560 and the Layer File Format Changes section.
  • Added functionality to download all open layers in JSON or MS Excel format. Also added the ability to upload a file with multiple layers. See issue #128.
  • Added a new toolbar option to enable or disable the sticky toolbar.

Improvements

  • Added ability to render SVG export in dark mode. See issue #556.
  • Added the ability to configure whether or not to display the metadata underline either by editing src/assets/config.json or through the "Create Customized Navigator" interface. See issue #400.
  • Added functionality to scroll across the open tabs in the navigator. See issue #581.
  • Improved the matrix print view. See issue #508.
  • Added preventative measures for reverse tabnabbing. See issue #527.
  • Improved the layer version mismatch warning. For a major version change, the latest layer format and the changelog are linked. For a minor version change, warning message disappears in 6 seconds and links to the changlog. See issue #260.
  • Added functionality to scroll down with the Tactics header frozen to the top. See issue #404.
  • Improved the Dockerfile for faster builds. See issue #411.

Fixes

  • Fixed an issue where certain layer settings were not restored when upgrading the layer ATT&CK version. See issue #597.

Miscellaneous

  • Refactored the codebase to improve maintainability of the application.

Layer File Format Changes

Layer file format updated to version 4.5. See layers/LAYERFORMATv4_5.md for the full specification.

  • Added support for selecting only visible techniques. The selectVisibleTechniques field specifies whether or not hidden techniques will be included in the different select behaviors.
  • Added support for configuring how sub-techniques are displayed in the layer with the expandedSubtechniques field. This property can be set to all, annotated, or none to expand all sub-techniques, expand only annotated sub-techniques, or collapse all sub-techniques, respectively.
  • Added support for a list of layers. Users can now upload a layer file that contains multiple layers.

v4.8.2

1 year ago

4.8.2 - 9 May 2023

Adds support for ATT&CK v13.1.

Miscellaneous

  • Refactored the codebase to improve maintainability of the application.

v4.8.1

1 year ago

4.8.1 - 25 April 2023

Adds support for ATT&CK v13.

Improvements

  • Users can disable the background color effect on manually assigned colors, aggregate scores, or non-aggregate scores by editing src/assets/config.json or through the "Create Customized Navigator" interface. See issue #371.
  • Added image orientation options and new preset image size options to the SVG exporter. See issue #547.

Fixes

  • Fixed an issue where aggregate scores were calculated on techniques with no sub-techniques. See issue #539.
  • Fixed an issue where pinned tooltips would cover the "pin/unpin tooltip" option in the context menu. See issue #542.
  • Fixed inconsistencies with dark theme in the SVG exporter. See issue #546.