New atomic added. (#2970)
* New atomic added. * Update T1082.yaml --------- Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
@@ -569,3 +569,12 @@ atomic_tests:
|
||||
cleanup_command: |
|
||||
cmd.exe /c del "%TMP%\a.txt"
|
||||
|
||||
- name: Enumerate Available Drives via gdr
|
||||
description: |
|
||||
This test simulates an attacker attempting to list the available drives on the system to gather data about file storage locations.
|
||||
supported_platforms:
|
||||
- windows
|
||||
executor:
|
||||
name: command_prompt
|
||||
command: |
|
||||
powershell.exe -c "gdr -PSProvider 'FileSystem'"
|
||||
Reference in New Issue
Block a user