Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #102 from mattiasborg82/master
Browse files Browse the repository at this point in the history
Create wifikeys.txt
  • Loading branch information
tali-ash authored Apr 22, 2020
2 parents 434dc39 + 35a3d6e commit ff5a9e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions General queries/wifikeys.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// List commands the exposed WIFI Keys
// @mattiasborg82
// blog.sec-labs.com
DeviceProcessEvents
| where Timestamp > ago(7d)
| where ProcessCommandLine startswith "netsh.exe"
| where ProcessCommandLine has "key=clear"
| project Timestamp, DeviceName, InitiatingProcessFileName, FileName, ProcessCommandLine
| top 100 by Timestamp

0 comments on commit ff5a9e7

Please sign in to comment.