From 9fc009a44d82997023bdfc6e319e3224ceed330c Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Fri, 18 Feb 2022 11:17:21 -0800 Subject: [PATCH] Removed: SPLUNK_SECURITY_ESSENTIALS SPLUNK_APP_FOR_AWS from default app baseline. They are not required for testing as they just provide some dashboards. --- .../detection_testing_batch/modules/validate_args.py | 12 ------------ .../test_config_github_actions.json | 10 ---------- 2 files changed, 22 deletions(-) diff --git a/bin/automated_detection_testing/ci/detection_testing_batch/modules/validate_args.py b/bin/automated_detection_testing/ci/detection_testing_batch/modules/validate_args.py index 0e31edc5db..bb74a7ee92 100644 --- a/bin/automated_detection_testing/ci/detection_testing_batch/modules/validate_args.py +++ b/bin/automated_detection_testing/ci/detection_testing_batch/modules/validate_args.py @@ -105,12 +105,6 @@ setup_schema = { "app_version": "5.0.0", "http_path": "https://attack-range-appbinaries.s3.us-west-2.amazonaws.com/Latest/splunk-common-information-model-cim_500.tgz" }, - #Note - end of life on July 15, 2022 - https://splunkbase.splunk.com/app/1274/ - "SPLUNK_APP_FOR_AWS": { - "app_number": 1274, - "app_version": "6.0.3", - "http_path": "https://attack-range-appbinaries.s3.us-west-2.amazonaws.com/Latest/splunk-app-for-aws_603.tgz" - }, "PYTHON_FOR_SCIENTIFIC_COMPUTING_FOR_LINUX_64_BIT": { "app_number": 2882, "app_version": "3.0.2", @@ -136,12 +130,6 @@ setup_schema = { "app_version": "8.0.1", "http_path": "https://attack-range-appbinaries.s3.us-west-2.amazonaws.com/Latest/splunk-add-on-for-stream-forwarders_801.tgz" }, - "SPLUNK_SECURITY_ESSENTIALS": { - "app_number": 3435, - "app_version": "3.4.0", - "http_path": "https://attack-range-appbinaries.s3.us-west-2.amazonaws.com/Latest/splunk-security-essentials_340.tgz" - }, - "SPLUNK_ADD_ON_FOR_AMAZON_KINESIS_FIREHOSE": { "app_number": 3719, "app_version": "1.3.2", diff --git a/bin/automated_detection_testing/ci/detection_testing_batch/test_config_github_actions.json b/bin/automated_detection_testing/ci/detection_testing_batch/test_config_github_actions.json index fc72e21da8..647e4f808a 100644 --- a/bin/automated_detection_testing/ci/detection_testing_batch/test_config_github_actions.json +++ b/bin/automated_detection_testing/ci/detection_testing_batch/test_config_github_actions.json @@ -50,11 +50,6 @@ "app_version": "8.4.0", "http_path": "https://attack-range-appbinaries.s3.us-west-2.amazonaws.com/Latest/splunk-add-on-for-unix-and-linux_840.tgz" }, - "SPLUNK_APP_FOR_AWS": { - "app_number": 1274, - "app_version": "6.0.3", - "http_path": "https://attack-range-appbinaries.s3.us-west-2.amazonaws.com/Latest/splunk-app-for-aws_603.tgz" - }, "SPLUNK_APP_FOR_STREAM": { "app_number": 1809, "app_version": "8.0.1", @@ -75,11 +70,6 @@ "app_version": "5.3.1", "http_path": "https://attack-range-appbinaries.s3.us-west-2.amazonaws.com/Latest/splunk-machine-learning-toolkit_531.tgz" }, - "SPLUNK_SECURITY_ESSENTIALS": { - "app_number": 3435, - "app_version": "3.4.0", - "http_path": "https://attack-range-appbinaries.s3.us-west-2.amazonaws.com/Latest/splunk-security-essentials_340.tgz" - }, "SPLUNK_TA_FOR_ZEEK": { "app_number": 5466, "app_version": "1.0.5",