Skip to content

Commit

Permalink
New atomic added. (#2970)
Browse files Browse the repository at this point in the history
* New atomic added.

* Update T1082.yaml

---------

Co-authored-by: Carrie Roberts <[email protected]>
  • Loading branch information
krdmnbrk and clr2of8 authored Nov 5, 2024
1 parent bb351c1 commit 67f47a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions atomics/T1082/T1082.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'"

0 comments on commit 67f47a0

Please sign in to comment.