Skip to content

Commit

Permalink
Add tactics, techniques, and mitigations from MITRE ATLAS
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Medina <adrian@wikipunk.net>
  • Loading branch information
aamedina committed May 10, 2024
1 parent 9693eab commit 0d8f393
Show file tree
Hide file tree
Showing 4 changed files with 1,835 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ D3FEND_RELEASE_DATE :="2024-04-26T00:00:00.000Z"

ATTACK_VERSION := 15.0

ATLAS_VERSION := 4.5.2

JENA_VERSION := 4.5.0

JENA_PATH := "bin/jena/apache-jena-${JENA_VERSION}/bin"
Expand Down Expand Up @@ -134,6 +136,16 @@ update-attack:
bash src/util/update_attack.sh $(ATTACK_VERSION)
$(END)

download-atlas:
mkdir -p data
echo "Version: $(ATLAS_VERSION)"
cd data; wget https://github.com/mitre-atlas/atlas-navigator-data/raw/3323ec5e88f4838d7c3e787dae8e1cbc5ffcbb0b/dist/stix-atlas.json
$(END)

update-atlas:
bash src/util/update_atlas.sh $(ATLAS_VERSION)
$(END)

update-puns:
bash src/util/update_puns.sh
$(END)
Expand Down
Loading

0 comments on commit 0d8f393

Please sign in to comment.