Improve rule to detect argument shortcut in netsh wlan rule

This commit is contained in:
Andreas Hunkeler 2020-04-20 16:32:25 +02:00 committed by GitHub
parent ba541c3952
commit af498d8a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ logsource:
detection:
selection:
CommandLine:
- 'netsh wlan show profile * key=clear'
- 'netsh wlan s* p* key=clear'
condition: selection
falsepositives:
- Legitimate administrator or user uses netsh.exe wlan functionality for legitimate reason