From 34953ac95f93bb73b23fea16b9c459d862c07a8f Mon Sep 17 00:00:00 2001 From: tlor89 <60741301+tlor89@users.noreply.github.com> Date: Sat, 1 Aug 2020 17:54:39 -0500 Subject: [PATCH] T1070.003-Update (#1164) * T1070.003-Update * wording update Co-authored-by: Toua Lor Co-authored-by: Carrie Roberts --- atomics/T1070.003/T1070.003.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/atomics/T1070.003/T1070.003.yaml b/atomics/T1070.003/T1070.003.yaml index 4b0ce612..773bbfc0 100644 --- a/atomics/T1070.003/T1070.003.yaml +++ b/atomics/T1070.003/T1070.003.yaml @@ -81,4 +81,15 @@ atomic_tests: echo 'set +o history' >> ~/.bashrc . ~/.bashrc history -c - name: sh \ No newline at end of file + name: sh +- name: Use Space Before Command to Avoid Logging to History + description: | + Using a space before a command causes the command to not be logged in the Bash History file + supported_platforms: + - linux + - macos + executor: + command: | + hostname + whoami + name: sh