Created T1016.002 atomic (#2762)

* Create T1016.002.yaml

* Update T1016.002.yaml

---------

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
htngork
2024-05-10 10:50:13 -07:00
committed by GitHub
parent 1b8b66b6fe
commit 0cea1e6309
+13
View File
@@ -0,0 +1,13 @@
attack_technique: T1016.002
display_name: "System Network Configuration Discovery: Wi-Fi Discovery"
atomic_tests:
- name: Enumerate Stored Wi-Fi Profiles And Passwords via netsh
auto_generated_guid:
description: Upon successful execution, information about previously connected Wi-Fi networks will be displayed with their corresponding key (if present).
supported_platforms:
- windows
executor:
command: netsh wlan show profile * key=clear
cleanup_command:
name: command_prompt
elevation_required: false