Files
atomic-red-team/atomics/T1138/T1138.yaml
T
Carrie Roberts 1bfefdacfc Add elevated (#542)
* provide elevation_required attribute

* provide elevation_required attribute

* provide elevation_required attribute
2019-09-03 07:34:42 -06:00

27 lines
702 B
YAML

---
attack_technique: T1138
display_name: Application Shimming
atomic_tests:
- name: Application Shim Installation
description: |
To test injecting DLL into a custom application
you need to copy AtomicShim.dll Into C:\Tools
As well as Compile the custom app.
We believe observing the shim install is a good
place to start.
supported_platforms:
- windows
input_arguments:
file_path:
description: Path to the shim databaase file
type: String
default: C:\AtomicRedTeam\atomics\T1138\src\AtomicShimx86.sdb
executor:
name: command_prompt
elevation_required: true
command: |
sdbinst.exe #{file_path}
sdbinst.exe -u #{file_path}