From 6f2d67e2587813720872c9b335bdee52c7bfda24 Mon Sep 17 00:00:00 2001 From: Carrie Roberts Date: Fri, 6 Sep 2019 19:37:34 -0600 Subject: [PATCH] pipe command output to nul to keep things clean (#559) --- atomics/T1089/T1089.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1089/T1089.yaml b/atomics/T1089/T1089.yaml index 7d45362b..30f5839e 100644 --- a/atomics/T1089/T1089.yaml +++ b/atomics/T1089/T1089.yaml @@ -145,7 +145,7 @@ atomic_tests: name: command_prompt elevation_required: true prereq_command: | - sc query sysmon + sc query sysmon > nul command: | sysmon -u cleanup_command: |