diff --git a/atomics/T1003/T1003.yaml b/atomics/T1003/T1003.yaml index 4a608c1b..b39a820e 100644 --- a/atomics/T1003/T1003.yaml +++ b/atomics/T1003/T1003.yaml @@ -105,3 +105,15 @@ atomic_tests: name: powershell elevation_required: true +- name: My new test from atomicgui + description: sample test + supported_platforms: + - windows + input_arguments: + msg: + description: message to echo to screen + type: string + default: this is the default msg + executor: + command: 'echo #{msg}' + name: command_prompt