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:
@@ -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
|
||||
Reference in New Issue
Block a user