Files
atomic-red-team/atomics/T1191/T1191.yaml
T
caseysmithrc a739d22d10 fix
2018-05-23 18:00:28 -06:00

22 lines
453 B
YAML

---
attack_technique: T1191
display_name: CMSTP
atomic_tests:
- name: CMSTP Executing Remote Scriptlet
description: |
Adversaries may supply CMSTP.exe with INF files infected with malicious commands
supported_platforms:
- windows
input_arguments:
inf_file_path:
description: Path to the INF file
type: path
default: T1191.inf
executor:
name: command_prompt
command: |
cmstp.exe /s #{inf_file_path}