Generate GUIDs from job=generate-docs branch=master [skip ci]
This commit is contained in:
@@ -2,6 +2,7 @@ attack_technique: T1059.007
|
||||
display_name: "Command and Scripting Interpreter: JavaScript"
|
||||
atomic_tests:
|
||||
- name: JScript execution to gather local computer information via cscript
|
||||
auto_generated_guid: 01d75adf-ca1b-4dd1-ac96-7c9550ad1035
|
||||
description: JScript execution test, execute JScript via cscript command. When successful, system information will be written to $env:TEMP\T1059.007.out.txt
|
||||
supported_platforms:
|
||||
- windows
|
||||
@@ -22,6 +23,7 @@ atomic_tests:
|
||||
cleanup_command: Remove-Item $env:TEMP\T1059.007.out.txt -ErrorAction Ignore
|
||||
name: command_prompt
|
||||
- name: JScript execution to gather local computer information via wscript
|
||||
auto_generated_guid: 0709945e-4fec-4c49-9faf-c3c292a74484
|
||||
description: JScript execution test, execute JScript via wscript command. When successful, system information will be shown with four message boxes.
|
||||
supported_platforms:
|
||||
- windows
|
||||
|
||||
@@ -1212,3 +1212,5 @@ f89e58f9-2b49-423b-ac95-1f3e7cfd8277
|
||||
59aa6f26-7620-417e-9318-589e0fb7a372
|
||||
c6952f41-6cf0-450a-b352-2ca8dae7c178
|
||||
4b841aa1-0d05-4b32-bbe7-7564346e7c76
|
||||
01d75adf-ca1b-4dd1-ac96-7c9550ad1035
|
||||
0709945e-4fec-4c49-9faf-c3c292a74484
|
||||
|
||||
Reference in New Issue
Block a user