Skip to content

Commit

Permalink
Created T1016.002 atomic (#2762)
Browse files Browse the repository at this point in the history
* Create T1016.002.yaml

* Update T1016.002.yaml

---------

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
  • Loading branch information
htngork and clr2of8 committed May 10, 2024
1 parent 1b8b66b commit 0cea1e6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions atomics/T1016.002/T1016.002.yaml
@@ -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

0 comments on commit 0cea1e6

Please sign in to comment.