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