add csv index by OS, then by tactic and technique, add art_layer json per OS (#903)

* add csv index by OS, then by tactic and technique

* generate art layer for each OS

* generate art layer for each OS

* update readme

* reset files

* a little cleanup

* a little cleanup

* deleted files from old location

* new folder structure and naming

* link fix

* temp add
This commit is contained in:
Carrie Roberts
2020-04-03 11:14:15 -06:00
committed by GitHub
parent 3bc48cf815
commit a87eeeb535
21 changed files with 33856 additions and 41 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
$(document).ready(function () {
$.get("https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/index.yaml", function (data) {
$.get("https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/Indexes/index.yaml", function (data) {
window.atomic_index = jsyaml.safeLoad(data);
});