Files
atomic-red-team/atomics/T1128/T1128.yaml
T
caseysmithrc b112d34695 yamled
2018-05-23 22:03:44 -06:00

23 lines
477 B
YAML

---
attack_technique: T1128
display_name: Netsh Helper DLL
atomic_tests:
- name: Netsh Helper DLL Registration
description: |
Netsh interacts with other operating system components using dynamic-link library (DLL) files
supported_platforms:
- windows
input_arguments:
helper_file:
description: Path to DLL
type: Path
default: C:\Path\file.dll
executor:
name: command_prompt
command: |
netsh.exe add helper #{helper_file}