From 87e2c0406a7b6e2bde6d241bc8e1fbd7dcd89b92 Mon Sep 17 00:00:00 2001 From: Matheus Aranha Date: Sat, 27 May 2023 20:50:57 +0200 Subject: [PATCH] fix: removed GUID field --- atomics/T1140/T1140.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/atomics/T1140/T1140.yaml b/atomics/T1140/T1140.yaml index 0fda25f4..cf91a239 100644 --- a/atomics/T1140/T1140.yaml +++ b/atomics/T1140/T1140.yaml @@ -211,7 +211,6 @@ atomic_tests: echo #{fish_encoded} | base64 -d | bash echo #{sh_encoded} | base64 -d | bash - name: 'XOR decoding and command execution using Python' - auto_generated_guid: description: An adversary can obfuscate malicious commands or payloads using XOR and execute them on the victim's machine. This test uses Python to decode and execute commands on the machine. supported_platforms: - linux