From eaba80503f0e2129bde09be4514d343c82dc7fc6 Mon Sep 17 00:00:00 2001 From: Bhavin Patel Date: Tue, 13 Jun 2023 17:10:41 -0700 Subject: [PATCH] Update T1486.yaml --- atomics/T1486/T1486.yaml | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/atomics/T1486/T1486.yaml b/atomics/T1486/T1486.yaml index a3d3b6ba..62ce6ddd 100644 --- a/atomics/T1486/T1486.yaml +++ b/atomics/T1486/T1486.yaml @@ -214,34 +214,6 @@ atomic_tests: rm #{encrypted_file_name} name: sh elevation_required: false -- name: Encrypt files using ccrypt utility - macOS - description: | - This test encrypts the file(s) using the ccrypt utility - supported_platforms: - - macos - dependency_executor_name: sh - dependencies: - - description: | - Check if ccrypt command exists on the machine - prereq_command: | - ccrypt --version - get_prereq_command: | - echo Installing 7z, using brew - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - brew install ccrypt - input_arguments: - input_file_path: - description: Path to the file that you want to encrypt - type: Path - default: ~/test.txt - executor: - command: | - ccrypt #{input_file_path} - echo hello - cleanup_command: | - rm #{input_file_path}.cpt - name: sh - elevation_required: true - name: Encrypt files using openssl utility - macOS description: | @@ -256,7 +228,7 @@ atomic_tests: input_file_path: description: Path to the file that you want to encrypt type: Path - default: /etc/passwd + default: ~/test.txt output_file_name: description: Path to the file that you want to encrypt type: String