27 lines
350 B
YAML
27 lines
350 B
YAML
---
|
|
attack_technique: TODO
|
|
display_name: TODO
|
|
|
|
atomic_tests:
|
|
- name: TODO
|
|
description: |
|
|
TODO
|
|
|
|
supported_platforms:
|
|
- windows
|
|
- macos
|
|
- centos
|
|
- ubuntu
|
|
- linux
|
|
|
|
input_arguments:
|
|
output_file:
|
|
description: TODO
|
|
type: todo
|
|
default: TODO
|
|
|
|
executor:
|
|
name: command_prompt
|
|
command: |
|
|
TODO
|