Files
atomic-red-team/atomics/T1016.002/T1016.002.yaml
2024-05-14 20:51:06 -04:00

13 lines
546 B
YAML

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: 53cf1903-0fa7-4177-ab14-f358ae809eec
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
name: command_prompt
elevation_required: false