From 2e45fc5d5907f9c6edc40caab2d3a85e61784981 Mon Sep 17 00:00:00 2001 From: Michael Haag <“mike@redcanary.com git config --global user.name “Michael Haag> Date: Fri, 31 Aug 2018 08:02:51 -0400 Subject: [PATCH] Issue 317 fixed Finished #317 --- atomics/T1065/T1065.yaml | 9 ++++----- atomics/T1191/T1191.yaml | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/atomics/T1065/T1065.yaml b/atomics/T1065/T1065.yaml index f96d5738..1e9d56bc 100644 --- a/atomics/T1065/T1065.yaml +++ b/atomics/T1065/T1065.yaml @@ -15,7 +15,7 @@ atomic_tests: description: Specify uncommon port number type: String default: 8081 - hostname: + domain: description: Specify target hostname type: String default: google.com @@ -23,7 +23,7 @@ atomic_tests: executor: name: powershell command: | - test-netconnection -ComputerName #{hostname} -port #{port} + test-netconnection -ComputerName #{domain} -port #{port} - name: Testing usage of uncommonly used port description: | @@ -38,7 +38,7 @@ atomic_tests: description: Specify uncommon port number type: String default: 8081 - hostname: + domain: description: Specify target hostname type: String default: google.com @@ -46,5 +46,4 @@ atomic_tests: executor: name: sh command: | - telnet #{hostname} #{port} - + telnet #{domain} #{port} diff --git a/atomics/T1191/T1191.yaml b/atomics/T1191/T1191.yaml index 6427cf0b..df05729d 100644 --- a/atomics/T1191/T1191.yaml +++ b/atomics/T1191/T1191.yaml @@ -28,7 +28,7 @@ atomic_tests: - windows input_arguments: - output_file: + inf_file_uac: description: Path to the INF file type: path default: T1191_uacbypass.inf @@ -36,4 +36,4 @@ atomic_tests: executor: name: command_prompt command: | - cmstp.exe #{inf_file_path} /au + cmstp.exe #{inf_file_uac} /au