New atomic added. (#2970)

* New atomic added.

* Update T1082.yaml

---------

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
Burak Karaduman
2024-11-06 00:11:26 +03:00
committed by GitHub
parent bb351c1480
commit 67f47a078c
+9
View File
@@ -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'"