Skip to content

Commit

Permalink
Update the ATT&CK Navigator Layers to v16 (#3049)
Browse files Browse the repository at this point in the history
  • Loading branch information
clr2of8 authored Feb 5, 2025
1 parent eca57cf commit aa84d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

![GitHub Action Status](https://github.com/redcanaryco/atomic-red-team/actions/workflows/validate-atomics.yml/badge.svg?branch=master) ![Atomics](https://img.shields.io/badge/Atomics-1709-flat.svg) ![GitHub Action Status](https://github.com/redcanaryco/atomic-red-team/actions/workflows/generate-docs.yml/badge.svg?branch=master)


Atomic Red Team™ is a library of tests mapped to the
[MITRE ATT&CK®](https://attack.mitre.org/) framework. Security teams can use
Atomic Red Team to quickly, portably, and reproducibly test their environments.
Expand Down
2 changes: 1 addition & 1 deletion bin/generate-atomic-docs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def get_layer(techniques, layer_name)

layer = {
"name" => layer_name,
"versions" => { "attack": "13", "navigator": "4.8.2", "layer": "4.4" },
"versions" => { "attack": "16", "navigator": "5.1.0", "layer": "4.5" },
"description" => layer_name + " MITRE ATT&CK Navigator Layer",
"domain" => "enterprise-attack",
"filters"=> filters,
Expand Down

0 comments on commit aa84d5d

Please sign in to comment.