New atomic Test - Driver Enumeration using driverquery (#2473)

* New atomic Test - Driver Enumeration using driverquery

* Update T1082.yaml

---------

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
Mohana Shankar D
2023-06-27 03:47:00 +05:30
committed by GitHub
parent e3aacfbaca
commit f321b44948
+13
View File
@@ -371,3 +371,16 @@ atomic_tests:
wmic OS get Caption,OSArchitecture,Version
wmic DISKDRIVE get Caption
name: command_prompt
- name: Driver Enumeration using DriverQuery
description: |
Executes the driverquery command to list drivers installed on the system. Adversaries utilize the feature to enumerate the driver and it can be
used for Exploitation.
command /v - provide verbose output but not valid for signed drivers
/si - provide information about signed drivers
supported_platforms:
- windows
executor:
command: |
driverquery /v
driverquery /si
name: command_prompt