From 8ab7adf96a0237440a1c728f7ab6b883d38c6d3f Mon Sep 17 00:00:00 2001 From: Sara-Jayne Terp Date: Sun, 3 Jul 2022 07:50:13 +0100 Subject: [PATCH] check in some old Jupyter outputs before cleanup --- .../AMITT_generate_github_files.ipynb | 57 ++++++++----------- 1 file changed, 24 insertions(+), 33 deletions(-) diff --git a/HTML_GENERATING_CODE/AMITT_generate_github_files.ipynb b/HTML_GENERATING_CODE/AMITT_generate_github_files.ipynb index 44d2ab9..5c20dee 100644 --- a/HTML_GENERATING_CODE/AMITT_generate_github_files.ipynb +++ b/HTML_GENERATING_CODE/AMITT_generate_github_files.ipynb @@ -26,6 +26,10 @@ "updated ../amitt_blue_framework_clickable.html\n", "Temp: objecttype phase\n", "updated ../phases_index.md\n", + "Updating ../phases/P01.md\n", + "Updating ../phases/P02.md\n", + "Updating ../phases/P03.md\n", + "Updating ../phases/P04.md\n", "Temp: objecttype tactic\n", "updated ../tactics_index.md\n", "Temp: objecttype technique\n", @@ -40,39 +44,6 @@ "updated ../metatechniques_index.md\n", "Temp: objecttype actortype\n", "updated ../actortypes_index.md\n", - "Updating ../actortypes/A001.md\n", - "Updating ../actortypes/A002.md\n", - "Updating ../actortypes/A003.md\n", - "Updating ../actortypes/A004.md\n", - "Updating ../actortypes/A005.md\n", - "Updating ../actortypes/A006.md\n", - "Updating ../actortypes/A007.md\n", - "Updating ../actortypes/A008.md\n", - "Updating ../actortypes/A009.md\n", - "Updating ../actortypes/A010.md\n", - "Updating ../actortypes/A011.md\n", - "Updating ../actortypes/A012.md\n", - "Updating ../actortypes/A013.md\n", - "Updating ../actortypes/A014.md\n", - "Updating ../actortypes/A015.md\n", - "Updating ../actortypes/A016.md\n", - "Updating ../actortypes/A017.md\n", - "Updating ../actortypes/A018.md\n", - "Updating ../actortypes/A019.md\n", - "Updating ../actortypes/A020.md\n", - "Updating ../actortypes/A021.md\n", - "Updating ../actortypes/A022.md\n", - "Updating ../actortypes/A023.md\n", - "Updating ../actortypes/A024.md\n", - "Updating ../actortypes/A025.md\n", - "Updating ../actortypes/A026.md\n", - "Updating ../actortypes/A027.md\n", - "Updating ../actortypes/A028.md\n", - "Updating ../actortypes/A029.md\n", - "Updating ../actortypes/A030.md\n", - "Updating ../actortypes/A031.md\n", - "Updating ../actortypes/A032.md\n", - "Updating ../actortypes/A033.md\n", "updated ../responsetype_index.md\n", "updated ../detections_index.md\n", "updated ../tactics_by_responsetype_table.md\n", @@ -576,6 +547,26 @@ "amitt.df_actortypes" ] }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "{'P01': 'Plan', 'P02': 'Prepare', 'P03': 'Execute', 'P04': 'Assess'}" + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "amitt.phases" + ] + }, { "cell_type": "code", "execution_count": null,